2026-03-27 14:45:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-27 14:45:06 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-27 14:45:06 [ecarstrade.nl] INFO: Starting spider ecarstrade.nl
2026-03-27 14:45:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-27 14:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-27 14:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-27 14:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-27 14:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: b4c616b7450e843b
2026-03-27 14:45: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-27 14:45: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.nl/task_35_2026-03-27T14_45_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-27 14:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 14:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 14:45: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-27 14:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-27 14:45: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-27 14:45:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-27 14:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 14:45: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-27 14:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-27 14:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-27 14:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-27 14:45: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-27 14:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-27 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-27 14:45: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-27 14:45: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-27 14:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-27 14:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 14:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-03-27 14:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-27 14:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 14:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 14:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-27 14:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-27 14:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-27 14:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-27 14:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 14:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-27 14:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 14:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-27 14:45:13 [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-27 14:45:13 [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-27 14:45:13 [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-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45:14 [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-27 14:45:14 [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-27 14:45:14 [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-27 14:45:14 [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-27 14:45:14 [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-27 14:45:14 [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-27 14:45:14 [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-27 14:45:14 [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-27 14:45:14 [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-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-27 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-27 14:45:14 [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-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45: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-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-27 14:45: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-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 14:45: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-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1547827370&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=1567410670&gjid=1411048062&cid=1388084583.1774622716&tid=UA-73443533-1&_gid=1732688496.1774622716&_r=1&_slc=1&z=1226177846> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1547827370&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=1567410670&gjid=1411048062&cid=1388084583.1774622716&tid=UA-73443533-1&_gid=1732688496.1774622716&_r=1&_slc=1&z=1226177846>
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-27 14:45:15 [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-27 14:45:15 [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-27 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774622714636&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1388084583.1774622716&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938465~115938469~117484252~118128922&sid=1774622715&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=2892> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1388084583.1774622716>m=45je63p1v871189256z8811692034za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117484252~118128922> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-27 14:45:16 [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=1388084583.1774622716>m=45je63p1v871189256z8811692034za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117484252~118128922&z=199559925> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45: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-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:45: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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63q0h2v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117384405~117484252&apve=1&apvf=f&apvc=1&tft=1774622715976&tfd=2922> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45: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-27 14:45: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-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774622714636&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1388084583.1774622716&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=0~115938465~115938469~117484252~118128922&sid=1774622715&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=3&tfd=3024> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774622714636&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1388084583.1774622716&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115938465~115938469~117484252~118128922&sid=1774622715&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=115&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=3106> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/app/dist/subscribe.js> (resource type: script, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21)
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622716378&cv=11&fst=1774622716378&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:45:16 [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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622716419&tfd=3364> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/marksData.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774622714636&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1388084583.1774622716&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938465~115938469~117484252~118128922&sid=1774622715&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=2892>
2026-03-27 14:45:16 [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=1388084583.1774622716>m=45je63p1v871189256z8811692034za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117484252~118128922&z=199559925>
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 14:45:16 [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-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774622400000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774622714636&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1388084583.1774622716&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115938465~115938469~117484252~118128922&sid=1774622715&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=115&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=3106>
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-27 14:45:16 [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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63q0h2v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117384405~117484252&apve=1&apvf=f&apvc=1&tft=1774622715976&tfd=2922>
2026-03-27 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-27 14:45:16 [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-27 14:45:16 [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-27 14:45:16 [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-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774622714636&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1388084583.1774622716&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=0~115938465~115938469~117484252~118128922&sid=1774622715&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=3&tfd=3024>
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-27 14:45:17 [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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622716419&tfd=3364>
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774622400000/5441429.js>
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-27 14:45:17 [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=651c22205e2b4a58982eea89128b01d5&traceId=651c22205e2b4a58982eea89128b01d5> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false>
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999259/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [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-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999260/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999261/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999277/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999278/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999457/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999458/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999459/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999460/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999461/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999259/photo_000/260x0__r.jpg>
2026-03-27 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999462/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999463/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999468/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999469/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999470/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999471/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999472/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999570/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999572/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622716378&cv=11&fst=1774622716378&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999573/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774622716378&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B97-opP6L2fbVd6hXVZUbYiXEx9lfpOwuhRO8LirlHZ3CQE65IBzOQWeuB-qkwdwdJrguOCwjozkLh0-Myrr4b5rLKeiRu9aoCaXQ&random=513790501&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622716378&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B97-opP6L2fbVd6hXVZUbYiXEx9lfpOwuhRO8LirlHZ3CQE65IBzOQWeuB-qkwdwdJrguOCwjozkLh0-Myrr4b5rLKeiRu9aoCaXQ&random=513790501&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1388084583.1774622716>m=45je63p1v871189256z8811692034za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117484252~118128922>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999260/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999261/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999277/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999278/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999457/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [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=651c22205e2b4a58982eea89128b01d5&traceId=651c22205e2b4a58982eea89128b01d5>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999458/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999459/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999460/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622716378&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B97-opP6L2fbVd6hXVZUbYiXEx9lfpOwuhRO8LirlHZ3CQE65IBzOQWeuB-qkwdwdJrguOCwjozkLh0-Myrr4b5rLKeiRu9aoCaXQ&random=513790501&rmt_tld=1&ipr=y>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774622716378&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B97-opP6L2fbVd6hXVZUbYiXEx9lfpOwuhRO8LirlHZ3CQE65IBzOQWeuB-qkwdwdJrguOCwjozkLh0-Myrr4b5rLKeiRu9aoCaXQ&random=513790501&rmt_tld=0&ipr=y>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999463/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999462/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999461/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999468/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999469/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999470/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999471/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999472/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999570/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999572/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999573/photo_000/260x0__r.jpg>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-27 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-27 14:45: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=1774622719107&vi=60433b67075d65d73d5650a6693b75e0&nc=true&u=129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1&b=129379155.1.1774622719106&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45: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-27 14:45: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-27 14:45:19 [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-27 14:45:19 [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-27 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-27 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-27 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-27 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-27 14:45:19 [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-27 14:45:19 [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-27 14:45:19 [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=1774622719523&vi=60433b67075d65d73d5650a6693b75e0&nc=true&u=129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1&b=129379155.1.1774622719106&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:45:19 [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=1774622719107&vi=60433b67075d65d73d5650a6693b75e0&nc=true&u=129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1&b=129379155.1.1774622719106&cc=15>
2026-03-27 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-27 14:45:19 [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=1774622719523&vi=60433b67075d65d73d5650a6693b75e0&nc=true&u=129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1&b=129379155.1.1774622719106&cc=15>
2026-03-27 14:45:19 [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=1774622719771&vi=60433b67075d65d73d5650a6693b75e0&nc=true&u=129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1&b=129379155.1.1774622719106&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-27 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622719819&cv=11&fst=1774622719819&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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-27 14:45:19 [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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774621814&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=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622719832&tfd=6777> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:19 [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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774621814&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=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622719832&tfd=6777>
2026-03-27 14:45:19 [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=1774622719955&vi=60433b67075d65d73d5650a6693b75e0&nc=true&u=129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1&b=129379155.1.1774622719106&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:20 [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=1774622719771&vi=60433b67075d65d73d5650a6693b75e0&nc=true&u=129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1&b=129379155.1.1774622719106&cc=15>
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622719819&cv=11&fst=1774622719819&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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-27 14:45:20 [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-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622720033&cv=11&fst=1774622720033&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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-27 14:45:20 [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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774621814&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=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622720044&tfd=6989> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774622719819&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9l1t8qQBSlJ4jEVqqOJjmUUDqyYK7_V51ALHMm40Ib-DBT1jhrEdHu3SxNRC-8qU_OaB3pIEPw1gh23yirKL-7HrUKbBvYWAeueHxD5f4u02Cuw3GDTLZNw&random=288794496&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622719819&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9l1t8qQBSlJ4jEVqqOJjmUUDqyYK7_V51ALHMm40Ib-DBT1jhrEdHu3SxNRC-8qU_OaB3pIEPw1gh23yirKL-7HrUKbBvYWAeueHxD5f4u02Cuw3GDTLZNw&random=288794496&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:20 [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=1774622719955&vi=60433b67075d65d73d5650a6693b75e0&nc=true&u=129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1&b=129379155.1.1774622719106&cc=15>
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622720033&cv=11&fst=1774622720033&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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-27 14:45:20 [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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774621814&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=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622720044&tfd=6989>
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774622720033&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9tL6NUYweoNIoj4FPG5bCPkhTeVQI1iM9bQYgFkwUTBAwxgx2OJh5MnCGIV5Nx-A8Bg5LN4ZXxuEpvz2W1_jVh_u_eVr6OR4lHjkyk_EWEx4ZB5b4p1QyBQ&random=3527042917&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622720033&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9tL6NUYweoNIoj4FPG5bCPkhTeVQI1iM9bQYgFkwUTBAwxgx2OJh5MnCGIV5Nx-A8Bg5LN4ZXxuEpvz2W1_jVh_u_eVr6OR4lHjkyk_EWEx4ZB5b4p1QyBQ&random=3527042917&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622719819&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9l1t8qQBSlJ4jEVqqOJjmUUDqyYK7_V51ALHMm40Ib-DBT1jhrEdHu3SxNRC-8qU_OaB3pIEPw1gh23yirKL-7HrUKbBvYWAeueHxD5f4u02Cuw3GDTLZNw&random=288794496&rmt_tld=1&ipr=y>
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622720033&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9tL6NUYweoNIoj4FPG5bCPkhTeVQI1iM9bQYgFkwUTBAwxgx2OJh5MnCGIV5Nx-A8Bg5LN4ZXxuEpvz2W1_jVh_u_eVr6OR4lHjkyk_EWEx4ZB5b4p1QyBQ&random=3527042917&rmt_tld=1&ipr=y>
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774622719819&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9l1t8qQBSlJ4jEVqqOJjmUUDqyYK7_V51ALHMm40Ib-DBT1jhrEdHu3SxNRC-8qU_OaB3pIEPw1gh23yirKL-7HrUKbBvYWAeueHxD5f4u02Cuw3GDTLZNw&random=288794496&rmt_tld=0&ipr=y>
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774622720033&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9tL6NUYweoNIoj4FPG5bCPkhTeVQI1iM9bQYgFkwUTBAwxgx2OJh5MnCGIV5Nx-A8Bg5LN4ZXxuEpvz2W1_jVh_u_eVr6OR4lHjkyk_EWEx4ZB5b4p1QyBQ&random=3527042917&rmt_tld=0&ipr=y>
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774622714636&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1388084583.1774622716&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=0~115938465~115938469~117484252~118128922&sid=1774622715&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=4&tfd=8108> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774622714636&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1388084583.1774622716&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=0~115938465~115938469~117484252~118128922&sid=1774622715&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=4&tfd=8108>
2026-03-27 14:45:21 [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-27 14:45:21 [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-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/nl.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/nl.png>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_000/260x0__r.jpg>
2026-03-27 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_000/260x0__r.jpg>
2026-03-27 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774622725224&vi=60433b67075d65d73d5650a6693b75e0&nc=true&u=129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1&b=129379155.1.1774622719106&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622725270&cv=11&fst=1774622725270&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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-27 14:45:25 [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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774621814&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=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622725284&tfd=12229> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774622725224&vi=60433b67075d65d73d5650a6693b75e0&nc=true&u=129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1&b=129379155.1.1774622719106&cc=15>
2026-03-27 14:45:25 [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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774621814&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=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622725284&tfd=12229>
2026-03-27 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622725270&cv=11&fst=1774622725270&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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-27 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774622725270&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9t2tRrW7gFi1z4jwTvJIqH798twYHepWlhzh1PqaHRUDWaYxbhzGoaNZwUGeJZJs35BPAvdlVEA93o3wIyU6UXjizI_QoiD50tAf8h1HlYNqONu7G_8INYA&random=2991045444&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622725270&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9t2tRrW7gFi1z4jwTvJIqH798twYHepWlhzh1PqaHRUDWaYxbhzGoaNZwUGeJZJs35BPAvdlVEA93o3wIyU6UXjizI_QoiD50tAf8h1HlYNqONu7G_8INYA&random=2991045444&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622725270&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9t2tRrW7gFi1z4jwTvJIqH798twYHepWlhzh1PqaHRUDWaYxbhzGoaNZwUGeJZJs35BPAvdlVEA93o3wIyU6UXjizI_QoiD50tAf8h1HlYNqONu7G_8INYA&random=2991045444&rmt_tld=1&ipr=y>
2026-03-27 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774622725270&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9t2tRrW7gFi1z4jwTvJIqH798twYHepWlhzh1PqaHRUDWaYxbhzGoaNZwUGeJZJs35BPAvdlVEA93o3wIyU6UXjizI_QoiD50tAf8h1HlYNqONu7G_8INYA&random=2991045444&rmt_tld=0&ipr=y>
2026-03-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622727558&cv=11&fst=1774622727558&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622727584&cv=11&fst=1774622727584&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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-27 14:45:27 [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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774621814&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622727593&tfd=14538> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:27 [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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774621814&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=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622727593&tfd=14539> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622727558&cv=11&fst=1774622727558&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-27 14:45: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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774621814&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622727593&tfd=14538>
2026-03-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774622727558&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B92p1-HnUa_7P-BZ24OSkqxoedlUgwnXxoHjB7jAtQk2ADY9Bx4-Eq372sMq3YaCHwnS3Cj1309EHIAelUA_2O8FrYdZoBZB8Ko0hCmA7vjGw5aMbDpEtBZQ&random=3937527927&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622727558&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B92p1-HnUa_7P-BZ24OSkqxoedlUgwnXxoHjB7jAtQk2ADY9Bx4-Eq372sMq3YaCHwnS3Cj1309EHIAelUA_2O8FrYdZoBZB8Ko0hCmA7vjGw5aMbDpEtBZQ&random=3937527927&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774622727584&cv=11&fst=1774622727584&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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-27 14:45: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=127536577.1774622716&dt=Search%20%7C%20eCarsTrade&auid=954025174.1774622716&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774621814&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=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774622727593&tfd=14539>
2026-03-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774622727584&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9-uUeLvczCqxUYWrUSkTQuF3pQ2gf6WF8B1yOgJJNhUil1oIxqpkq44Vex72kk1O8Wxm785s62rAVjFlOHUhLR2apVi-vMICVtLtPAFBttMShvFHAEcNQHw&random=280048184&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622727584&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9-uUeLvczCqxUYWrUSkTQuF3pQ2gf6WF8B1yOgJJNhUil1oIxqpkq44Vex72kk1O8Wxm785s62rAVjFlOHUhLR2apVi-vMICVtLtPAFBttMShvFHAEcNQHw&random=280048184&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622727558&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B92p1-HnUa_7P-BZ24OSkqxoedlUgwnXxoHjB7jAtQk2ADY9Bx4-Eq372sMq3YaCHwnS3Cj1309EHIAelUA_2O8FrYdZoBZB8Ko0hCmA7vjGw5aMbDpEtBZQ&random=3937527927&rmt_tld=1&ipr=y>
2026-03-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774622727558&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B92p1-HnUa_7P-BZ24OSkqxoedlUgwnXxoHjB7jAtQk2ADY9Bx4-Eq372sMq3YaCHwnS3Cj1309EHIAelUA_2O8FrYdZoBZB8Ko0hCmA7vjGw5aMbDpEtBZQ&random=3937527927&rmt_tld=0&ipr=y>
2026-03-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774622727584&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9-uUeLvczCqxUYWrUSkTQuF3pQ2gf6WF8B1yOgJJNhUil1oIxqpkq44Vex72kk1O8Wxm785s62rAVjFlOHUhLR2apVi-vMICVtLtPAFBttMShvFHAEcNQHw&random=280048184&rmt_tld=1&ipr=y>
2026-03-27 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774622727584&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~116133312~117266400~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=954025174.1774622716&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774621814%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=CAQSXQAFq6B9-uUeLvczCqxUYWrUSkTQuF3pQ2gf6WF8B1yOgJJNhUil1oIxqpkq44Vex72kk1O8Wxm785s62rAVjFlOHUhLR2apVi-vMICVtLtPAFBttMShvFHAEcNQHw&random=280048184&rmt_tld=0&ipr=y>
2026-03-27 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 14:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-27 14:45:29 [ecarstrade.nl] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUnrv0ckRlXl7YZJhsSNE-5zRColBKAbjdh450vMlCDGxUGY5beu-jTR2REW', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808318719, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777214713, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': '204p6kqlgrtlc6rjufb8f77d6g', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774651513, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836139513, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777214713, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': 'f07d5bee-493d-4a91-9710-1a0d30018ff3', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809182715, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.1732688496.1774622716', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774709115, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774622775, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.1388084583.1774622716', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837694715, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.954025174.1774622716', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782398716, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A15322be0-e167-45aa-837b-9dbd9806178d%22%2C%22%24device_id%22%3A%2215322be0-e167-45aa-837b-9dbd9806178d%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': 1806158716, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '56ed2662-0265-44f3-bef9-7282afe54699', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806158717, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790174719, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': '60433b67075d65d73d5650a6693b75e0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790174719, '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.1774622719106', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774624519, '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-27T14%3A45%3A19.547Z%22%2C%22consentId%22%3A%22295c08ea-69ed-4f6e-b05c-0ea69bc35083%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T14%3A45%3A19.547Z%22%2C%22expirationTime%22%3A1790347519547%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790347519, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"295c08ea-69ed-4f6e-b05c-0ea69bc35083","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': 1774623021, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774622715$o1$g1$t1774622727$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837694727, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'z.Tx2FpA8KLXDNNdZtR_AOHKFiNJROeGdbJPgRSAvDk-1774622719-1.0.1.1-Rzfe0GW2bj9rAqOLicCoU0tgxCfSG.4Iuo9imeY7HwYfVaBm7MqeftbmLzFbq7Y5Qu.UZ6b0yMoh_cryZOk_4FwYBAJkJN3xg2KA8_Shtk0', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774624519, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'LDTSIVdeQ.2gyyKOK0I2pFNCy7mwDrC1toDpwxOk2_8-1774622719703-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-27 14:45:29 [ecarstrade.nl] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUnrv0ckRlXl7YZJhsSNE-5zRColBKAbjdh450vMlCDGxUGY5beu-jTR2REW', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': '204p6kqlgrtlc6rjufb8f77d6g', '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': 'f07d5bee-493d-4a91-9710-1a0d30018ff3', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.1732688496.1774622716', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.1388084583.1774622716', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.954025174.1774622716', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A15322be0-e167-45aa-837b-9dbd9806178d%22%2C%22%24device_id%22%3A%2215322be0-e167-45aa-837b-9dbd9806178d%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '56ed2662-0265-44f3-bef9-7282afe54699', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.60433b67075d65d73d5650a6693b75e0.1774622719106.1774622719106.1774622719106.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': '60433b67075d65d73d5650a6693b75e0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774622719106', '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-27T14%3A45%3A19.547Z%22%2C%22consentId%22%3A%22295c08ea-69ed-4f6e-b05c-0ea69bc35083%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T14%3A45%3A19.547Z%22%2C%22expirationTime%22%3A1790347519547%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"295c08ea-69ed-4f6e-b05c-0ea69bc35083","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.s1774622715$o1$g1$t1774622727$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'z.Tx2FpA8KLXDNNdZtR_AOHKFiNJROeGdbJPgRSAvDk-1774622719-1.0.1.1-Rzfe0GW2bj9rAqOLicCoU0tgxCfSG.4Iuo9imeY7HwYfVaBm7MqeftbmLzFbq7Y5Qu.UZ6b0yMoh_cryZOk_4FwYBAJkJN3xg2KA8_Shtk0', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'LDTSIVdeQ.2gyyKOK0I2pFNCy7mwDrC1toDpwxOk2_8-1774622719703-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-27 14:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-27 14:45:29 [ecarstrade.nl] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-27 14:45:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page1?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search) ['zyte-api']
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000120auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000120auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000120auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000165auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000165auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000165auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000175auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000175auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000175auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000176auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000176auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000176auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000121auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000121auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000121auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000187auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000187auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000187auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000166auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000166auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000166auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000161auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000161auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000161auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000157auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000157auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000157auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000189auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000189auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000189auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000145auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000145auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000145auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000164auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000164auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000164auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000159auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000159auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000159auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000123auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000123auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000123auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000191auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000191auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000191auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000139auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000139auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000139auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000153auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000153auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000153auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000163auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000163auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000163auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000169auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000169auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000169auction111023: 0
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Found listing with ID: 7000133auction111023
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000133auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:45:54 [ecarstrade.nl] INFO: Scrape type for 7000133auction111023: 0
2026-03-27 14:45:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:46:02 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:46:02 [ecarstrade.nl] INFO: Found listing with ID: 7000160auction111023
2026-03-27 14:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000160auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000160auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000158auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000158auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000158auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000188auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000188auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000188auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000190auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000190auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000190auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000162auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000162auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000162auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000170auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000170auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000170auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000149auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000149auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000149auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000124auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000124auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000124auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000172auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000172auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000172auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000148auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000148auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000148auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000171auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000171auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000171auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000127auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000127auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000127auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000138auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000138auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000138auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000129auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000129auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000129auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000134auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000134auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000134auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000155auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000155auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000155auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000122auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000122auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000122auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000128auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000128auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000128auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000136auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000136auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000136auction111023: 0
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Found listing with ID: 7000131auction111023
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000131auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:03 [ecarstrade.nl] INFO: Scrape type for 7000131auction111023: 0
2026-03-27 14:46:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:06 [scrapy.extensions.logstats] INFO: Crawled 3 pages (at 3 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 14:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 195MiB
2026-03-27 14:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found listing with ID: 7000126auction111023
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000126auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Scrape type for 7000126auction111023: 0
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found listing with ID: 7000156auction111023
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000156auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Scrape type for 7000156auction111023: 0
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found listing with ID: 7000135auction111023
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000135auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Scrape type for 7000135auction111023: 0
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found listing with ID: 7000154auction111023
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000154auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Scrape type for 7000154auction111023: 0
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found listing with ID: 7000140auction111023
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000140auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Scrape type for 7000140auction111023: 0
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found listing with ID: 7000125auction111023
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000125auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Scrape type for 7000125auction111023: 0
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found listing with ID: 7000132auction111023
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000132auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Scrape type for 7000132auction111023: 0
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found listing with ID: 7000173auction111023
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000173auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Scrape type for 7000173auction111023: 0
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found listing with ID: 7000141auction111023
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000141auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Scrape type for 7000141auction111023: 0
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found listing with ID: 7000152auction111023
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000152auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Scrape type for 7000152auction111023: 0
2026-03-27 14:46:19 [ecarstrade.nl] INFO: Found listing with ID: 7000167auction111023
2026-03-27 14:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000167auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7000167auction111023: 0
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7000142auction111023
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000142auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7000142auction111023: 0
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7000178auction111023
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000178auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7000178auction111023: 0
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7000174auction111023
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000174auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7000174auction111023: 0
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7000143auction111023
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000143auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7000143auction111023: 0
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7000144auction111023
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000144auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7000144auction111023: 0
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7000130auction111023
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000130auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7000130auction111023: 0
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7000150auction111023
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000150auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7000150auction111023: 0
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7000168auction111023
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000168auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7000168auction111023: 0
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7000177auction111023
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000177auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7000177auction111023: 0
2026-03-27 14:46:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7000137auction111023
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000137auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7000137auction111023: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7000151auction111023
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000151auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7000151auction111023: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7000179auction111023
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000179auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7000179auction111023: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7000181auction111023
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000181auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7000181auction111023: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7000180auction111023
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000180auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7000180auction111023: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7000146auction111023
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000146auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7000146auction111023: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7000147auction111023
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000147auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7000147auction111023: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7000182auction111023
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000182auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7000182auction111023: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7000184auction111023
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000184auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7000184auction111023: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7000186auction111023
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277000186auction111023%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7000186auction111023: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7005149auction111084
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005149auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005149auction111084: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7005206auction111084
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005206auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005206auction111084: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7005207auction111084
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005207auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005207auction111084: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7005205auction111084
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005205auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005205auction111084: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7005203auction111084
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005203auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005203auction111084: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7005148auction111084
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005148auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005148auction111084: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7005204auction111084
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005204auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005204auction111084: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7005166auction111084
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005166auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005166auction111084: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7005208auction111084
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005208auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005208auction111084: 0
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7005192auction111084
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005192auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005192auction111084: 0
2026-03-27 14:46:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005169auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005169auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005169auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005147auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005147auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005147auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005181auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005181auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005181auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005146auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005146auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005146auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005151auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005151auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005151auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005165auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005165auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005165auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005202auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005202auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005202auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005193auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005193auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005193auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005163auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005163auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005163auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005194auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005194auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005194auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005167auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005167auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005167auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005196auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005196auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005196auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005184auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005184auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005184auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005170auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005170auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005170auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005168auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005168auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005168auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005154auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005154auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005154auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005176auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005176auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005176auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005157auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005157auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005157auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005209auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005209auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005209auction111084: 0
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Found listing with ID: 7005158auction111084
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005158auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.nl] INFO: Scrape type for 7005158auction111084: 0
2026-03-27 14:46:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005161auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005161auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005161auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005191auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005191auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005191auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005177auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005177auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005177auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005190auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005190auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005190auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005162auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005162auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005162auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005159auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005159auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005159auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005164auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005164auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005164auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005178auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005178auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005178auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005179auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005179auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005179auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005188auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005188auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005188auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005153auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005153auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005153auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005155auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005155auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005155auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005156auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005156auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005156auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005175auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005175auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005175auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005152auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005152auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005152auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005187auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005187auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005187auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005189auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005189auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005189auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005185auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005185auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005185auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005201auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005201auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005201auction111084: 0
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7005199auction111084
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005199auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7005199auction111084: 0
2026-03-27 14:46:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7005173auction111084
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005173auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7005173auction111084: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7005200auction111084
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005200auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7005200auction111084: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7005150auction111084
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005150auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7005150auction111084: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7005197auction111084
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005197auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7005197auction111084: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7005195auction111084
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005195auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7005195auction111084: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7005172auction111084
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005172auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7005172auction111084: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7005198auction111084
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005198auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7005198auction111084: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7005171auction111084
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005171auction111084%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7005171auction111084: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004123auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004123auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004123auction111077: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004138auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004138auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004138auction111077: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004128auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004128auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004128auction111077: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004124auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004124auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004124auction111077: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004136auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004136auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004136auction111077: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004147auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004147auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004147auction111077: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004126auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004126auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004126auction111077: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004255auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004255auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004255auction111077: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004285auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004285auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004285auction111077: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004283auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004283auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004283auction111077: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004190auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004190auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004190auction111077: 0
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Found listing with ID: 7004289auction111077
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004289auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.nl] INFO: Scrape type for 7004289auction111077: 0
2026-03-27 14:46:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:06 [scrapy.extensions.logstats] INFO: Crawled 8 pages (at 5 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 14:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 212MiB
2026-03-27 14:47:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004155auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004155auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004155auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004260auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004260auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004260auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004253auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004253auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004253auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004135auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004135auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004135auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004139auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004139auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004139auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004133auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004133auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004133auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004254auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004254auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004254auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004279auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004279auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004279auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004192auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004192auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004192auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004193auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004193auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004193auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004196auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004196auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004196auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004278auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004278auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004278auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004131auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004131auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004131auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004275auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004275auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004275auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004127auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004127auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004127auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004290auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004290auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004290auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004169auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004169auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004169auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004263auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004263auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004263auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004261auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004261auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004261auction111077: 0
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Found listing with ID: 7004282auction111077
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004282auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.nl] INFO: Scrape type for 7004282auction111077: 0
2026-03-27 14:47:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004315auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004315auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004315auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004251auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004251auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004251auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004252auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004252auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004252auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004250auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004250auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004250auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004163auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004163auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004163auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004114auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004114auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004114auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004141auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004141auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004141auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004262auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004262auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004262auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004314auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004314auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004314auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004265auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004265auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004265auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004313auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004313auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004313auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004117auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004117auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004117auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004161auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004161auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004161auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004154auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004154auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004154auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004264auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004264auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004264auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004177auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004177auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004177auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004195auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004195auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004195auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004266auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004266auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004266auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004189auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004189auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004189auction111077: 0
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Found listing with ID: 7004130auction111077
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004130auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:32 [ecarstrade.nl] INFO: Scrape type for 7004130auction111077: 0
2026-03-27 14:47:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004119auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004119auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004119auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004157auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004157auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004157auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004182auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004182auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004182auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004323auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004323auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004323auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004110auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004110auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004110auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004115auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004115auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004115auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004149auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004149auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004149auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004258auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004258auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004258auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004122auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004122auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004122auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004318auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004318auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004318auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004287auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004287auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004287auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004288auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004288auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004288auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004297auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004297auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004297auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004257auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004257auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004257auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004259auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004259auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004259auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004299auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004299auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004299auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004324auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004324auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004324auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004291auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004291auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004291auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004292auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004292auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004292auction111077: 0
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Found listing with ID: 7004116auction111077
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004116auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:47:51 [ecarstrade.nl] INFO: Scrape type for 7004116auction111077: 0
2026-03-27 14:47:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004142auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004142auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004142auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004179auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004179auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004179auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004317auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004317auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004317auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004118auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004118auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004118auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004168auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004168auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004168auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004143auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004143auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004143auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004284auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004284auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004284auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004113auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004113auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004113auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004121auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004121auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004121auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004271auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004271auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004271auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004109auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004109auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004109auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004188auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004188auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004188auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004293auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004293auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004293auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004120auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004120auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004120auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004274auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004274auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004274auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004309auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004309auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004309auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004272auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004272auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004272auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004320auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004320auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004320auction111077: 0
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Found listing with ID: 7004148auction111077
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004148auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.nl] INFO: Scrape type for 7004148auction111077: 0
2026-03-27 14:48:05 [ecarstrade.nl] INFO: Found listing with ID: 7004268auction111077
2026-03-27 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004268auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:05 [ecarstrade.nl] INFO: Scrape type for 7004268auction111077: 0
2026-03-27 14:48:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:06 [scrapy.extensions.logstats] INFO: Crawled 12 pages (at 4 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 14:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 230MiB
2026-03-27 14:48:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004294auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004294auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004294auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004277auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004277auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004277auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004107auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004107auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004107auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004159auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004159auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004159auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004172auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004172auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004172auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004269auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004269auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004269auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004296auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004296auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004296auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004160auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004160auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004160auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004273auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004273auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004273auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004280auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004280auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004280auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004298auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004298auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004298auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004267auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004267auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004267auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004286auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004286auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004286auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004295auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004295auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Scrape type for 7004295auction111077: 0
2026-03-27 14:48:15 [ecarstrade.nl] INFO: Found listing with ID: 7004322auction111077
2026-03-27 14:48:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004322auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7004322auction111077: 0
2026-03-27 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7004164auction111077
2026-03-27 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004164auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7004164auction111077: 0
2026-03-27 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7004145auction111077
2026-03-27 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004145auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7004145auction111077: 0
2026-03-27 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7004316auction111077
2026-03-27 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004316auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7004316auction111077: 0
2026-03-27 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7004321auction111077
2026-03-27 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004321auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7004321auction111077: 0
2026-03-27 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7004108auction111077
2026-03-27 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004108auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7004108auction111077: 0
2026-03-27 14:48:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:48:29 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7004270auction111077
2026-03-27 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004270auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004270auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004101auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004101auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004101auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004102auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004102auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004102auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004104auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004104auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004104auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004106auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004106auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004106auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004103auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004103auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004103auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004105auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004105auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004105auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7005063auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277005063auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7005063auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004176auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004176auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004176auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004276auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004276auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004276auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004312auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004312auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004312auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004311auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004311auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004311auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004152auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004152auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004152auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004325auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004325auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004325auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004170auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004170auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004170auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004174auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004174auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004174auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004301auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004301auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004301auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004167auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004167auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004167auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004175auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004175auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004175auction111077: 0
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7004151auction111077
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004151auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7004151auction111077: 0
2026-03-27 14:48:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004165auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004165auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004165auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004183auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004183auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004183auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004319auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004319auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004319auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004306auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004306auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004306auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004184auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004184auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004184auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004281auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004281auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004281auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004310auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004310auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004310auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004308auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004308auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004308auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004186auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004186auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004186auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004300auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004300auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004300auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004256auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004256auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004256auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004112auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004112auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004112auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004111auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004111auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004111auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004100auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004100auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004100auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004180auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004180auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004180auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7004307auction111077
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277004307auction111077%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7004307auction111077: 0
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7007123auction111108
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007123auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7007123auction111108: 1
2026-03-27 14:48:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7007129auction111108
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007129auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7007129auction111108: 1
2026-03-27 14:48:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7007157auction111108
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007157auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7007157auction111108: 1
2026-03-27 14:48:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Found listing with ID: 7007121auction111108
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007121auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.nl] INFO: Scrape type for 7007121auction111108: 1
2026-03-27 14:48:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007160auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007160auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007160auction111108: 1
2026-03-27 14:48:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007111auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007111auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007111auction111108: 1
2026-03-27 14:48:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007224auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007224auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007224auction111108: 1
2026-03-27 14:48:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007125auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007125auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007125auction111108: 1
2026-03-27 14:48:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007124auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007124auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007124auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007159auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007159auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007159auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7009257auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009257auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7009257auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007143auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007143auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007143auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007169auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007169auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007169auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007153auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007153auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007153auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007163auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007163auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007163auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007126auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007126auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007126auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007168auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007168auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007168auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007120auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007120auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007120auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007162auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007162auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007162auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007119auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007119auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007119auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007130auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007130auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Scrape type for 7007130auction111108: 1
2026-03-27 14:48:52 [ecarstrade.nl] INFO: Found listing with ID: 7007139auction111108
2026-03-27 14:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007139auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:53 [ecarstrade.nl] INFO: Scrape type for 7007139auction111108: 1
2026-03-27 14:48:53 [ecarstrade.nl] INFO: Found listing with ID: 7007112auction111108
2026-03-27 14:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007112auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:53 [ecarstrade.nl] INFO: Scrape type for 7007112auction111108: 1
2026-03-27 14:48:53 [ecarstrade.nl] INFO: Found listing with ID: 7007117auction111108
2026-03-27 14:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007117auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:48:53 [ecarstrade.nl] INFO: Scrape type for 7007117auction111108: 1
2026-03-27 14:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007121> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:48:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:56 [ecarstrade.nl] INFO: Extracting details for car 7007121auction111108
2026-03-27 14:48:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aea1356d-9b80-5724-9454-400e242b16fd with identifier: 7007121auction111108
2026-03-27 14:48:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aea1356d-9b80-5724-9454-400e242b16fd with scrape type 1
2026-03-27 14:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aea1356d-9b80-5724-9454-400e242b16fd
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007121%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600276%27 HTTP/1.1" 200 None
2026-03-27 14:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_000/780x0__r.jpg?hash=1774600276 not downloaded yet
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007121%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600277%27 HTTP/1.1" 200 None
2026-03-27 14:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_001/780x0__r.jpg?hash=1774600277 not downloaded yet
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007121%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600277%27 HTTP/1.1" 200 None
2026-03-27 14:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_002/780x0__r.jpg?hash=1774600277 not downloaded yet
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007121%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600277%27 HTTP/1.1" 200 None
2026-03-27 14:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_003/780x0__r.jpg?hash=1774600277 not downloaded yet
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007121%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600277%27 HTTP/1.1" 200 None
2026-03-27 14:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_004/780x0__r.jpg?hash=1774600277 not downloaded yet
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007121%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600277%27 HTTP/1.1" 200 None
2026-03-27 14:48:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_005/780x0__r.jpg?hash=1774600277 not downloaded yet
2026-03-27 14:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007123> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:48:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:57 [ecarstrade.nl] INFO: Extracting details for car 7007123auction111108
2026-03-27 14:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fc6523e-9e36-5a16-8d15-2f59783664bc with identifier: 7007123auction111108
2026-03-27 14:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fc6523e-9e36-5a16-8d15-2f59783664bc with scrape type 1
2026-03-27 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1fc6523e-9e36-5a16-8d15-2f59783664bc
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007123%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600284%27 HTTP/1.1" 200 None
2026-03-27 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_000/780x0__r.jpg?hash=1774600284 not downloaded yet
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007123%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600284%27 HTTP/1.1" 200 None
2026-03-27 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_001/780x0__r.jpg?hash=1774600284 not downloaded yet
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007123%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600289%27 HTTP/1.1" 200 None
2026-03-27 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_002/780x0__r.jpg?hash=1774600289 not downloaded yet
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007123%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600289%27 HTTP/1.1" 200 None
2026-03-27 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_003/780x0__r.jpg?hash=1774600289 not downloaded yet
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007123%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600289%27 HTTP/1.1" 200 None
2026-03-27 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_004/780x0__r.jpg?hash=1774600289 not downloaded yet
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007123%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600289%27 HTTP/1.1" 200 None
2026-03-27 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_005/780x0__r.jpg?hash=1774600289 not downloaded yet
2026-03-27 14:48:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007129> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:48:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:59 [ecarstrade.nl] INFO: Extracting details for car 7007129auction111108
2026-03-27 14:48:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec143f6b-508b-50d3-92b3-cdd13601cea1 with identifier: 7007129auction111108
2026-03-27 14:48:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec143f6b-508b-50d3-92b3-cdd13601cea1 with scrape type 1
2026-03-27 14:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ec143f6b-508b-50d3-92b3-cdd13601cea1
2026-03-27 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007129%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600330%27 HTTP/1.1" 200 None
2026-03-27 14:48:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_000/780x0__r.jpg?hash=1774600330 not downloaded yet
2026-03-27 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007129%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600330%27 HTTP/1.1" 200 None
2026-03-27 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_001/780x0__r.jpg?hash=1774600330 not downloaded yet
2026-03-27 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007129%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600330%27 HTTP/1.1" 200 None
2026-03-27 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_002/780x0__r.jpg?hash=1774600330 not downloaded yet
2026-03-27 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007129%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600331%27 HTTP/1.1" 200 None
2026-03-27 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_003/780x0__r.jpg?hash=1774600331 not downloaded yet
2026-03-27 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007129%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600331%27 HTTP/1.1" 200 None
2026-03-27 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_004/780x0__r.jpg?hash=1774600331 not downloaded yet
2026-03-27 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007129%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600331%27 HTTP/1.1" 200 None
2026-03-27 14:49:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_005/780x0__r.jpg?hash=1774600331 not downloaded yet
2026-03-27 14:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007224> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:05 [ecarstrade.nl] INFO: Extracting details for car 7007224auction111108
2026-03-27 14:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with identifier: 7007224auction111108
2026-03-27 14:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with scrape type 1
2026-03-27 14:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0c7a1ff4-cba4-5193-aa3f-63056a071a52
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007224%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600916%27 HTTP/1.1" 200 None
2026-03-27 14:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_000/780x0__r.jpg?hash=1774600916 not downloaded yet
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007224%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600916%27 HTTP/1.1" 200 None
2026-03-27 14:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_001/780x0__r.jpg?hash=1774600916 not downloaded yet
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007224%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600916%27 HTTP/1.1" 200 None
2026-03-27 14:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_002/780x0__r.jpg?hash=1774600916 not downloaded yet
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007224%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600916%27 HTTP/1.1" 200 None
2026-03-27 14:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_003/780x0__r.jpg?hash=1774600916 not downloaded yet
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007224%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600917%27 HTTP/1.1" 200 None
2026-03-27 14:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_004/780x0__r.jpg?hash=1774600917 not downloaded yet
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007224%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600917%27 HTTP/1.1" 200 None
2026-03-27 14:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_005/780x0__r.jpg?hash=1774600917 not downloaded yet
2026-03-27 14:49:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7007203auction111108
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007203auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7007203auction111108: 1
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7007144auction111108
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007144auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7007144auction111108: 1
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009406auction111131
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009406auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009406auction111131: 1
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009328auction111131
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009328auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009328auction111131: 1
2026-03-27 14:49:06 [scrapy.extensions.logstats] INFO: Crawled 21 pages (at 9 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 14:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 265MiB
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009324auction111131
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009324auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009324auction111131: 1
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009352auction111131
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009352auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009352auction111131: 1
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009644auction111131
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009644auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009644auction111131: 1
2026-03-27 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009465auction111131
2026-03-27 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009465auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009465auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009522auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009522auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009522auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009601auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009601auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009601auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009646auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009646auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009646auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009399auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009399auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009399auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009642auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009642auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009642auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009316auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009316auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009316auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009372auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009372auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009372auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009390auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009390auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009390auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009493auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009493auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009493auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009630auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009630auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009630auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009345auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009345auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009345auction111131: 1
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Found listing with ID: 7009347auction111131
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009347auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:49:07 [ecarstrade.nl] INFO: Scrape type for 7009347auction111131: 1
2026-03-27 14:49:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007159> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:13 [ecarstrade.nl] INFO: Extracting details for car 7007159auction111108
2026-03-27 14:49:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with identifier: 7007159auction111108
2026-03-27 14:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with scrape type 1
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007159%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600427%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_000/780x0__r.jpg?hash=1774600427 not downloaded yet
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007159%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600427%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_001/780x0__r.jpg?hash=1774600427 not downloaded yet
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007159%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600428%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_002/780x0__r.jpg?hash=1774600428 not downloaded yet
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007159%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600428%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_003/780x0__r.jpg?hash=1774600428 not downloaded yet
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007159%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600428%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_004/780x0__r.jpg?hash=1774600428 not downloaded yet
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007159%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600428%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_005/780x0__r.jpg?hash=1774600428 not downloaded yet
2026-03-27 14:49:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007124> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:14 [ecarstrade.nl] INFO: Extracting details for car 7007124auction111108
2026-03-27 14:49:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with identifier: 7007124auction111108
2026-03-27 14:49:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with scrape type 1
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007124%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600293%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_000/780x0__r.jpg?hash=1774600293 not downloaded yet
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007124%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600293%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_001/780x0__r.jpg?hash=1774600293 not downloaded yet
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007124%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600293%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_002/780x0__r.jpg?hash=1774600293 not downloaded yet
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007124%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600293%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_003/780x0__r.jpg?hash=1774600293 not downloaded yet
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007124%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600293%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_004/780x0__r.jpg?hash=1774600293 not downloaded yet
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007124%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600293%27 HTTP/1.1" 200 None
2026-03-27 14:49:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_005/780x0__r.jpg?hash=1774600293 not downloaded yet
2026-03-27 14:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007157> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:16 [ecarstrade.nl] INFO: Extracting details for car 7007157auction111108
2026-03-27 14:49:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8765ca18-d42c-5076-ac1a-196414fb2312 with identifier: 7007157auction111108
2026-03-27 14:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8765ca18-d42c-5076-ac1a-196414fb2312 with scrape type 1
2026-03-27 14:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8765ca18-d42c-5076-ac1a-196414fb2312
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007157%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600422%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_000/780x0__r.jpg?hash=1774600422 not downloaded yet
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007157%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600422%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_001/780x0__r.jpg?hash=1774600422 not downloaded yet
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007157%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600422%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_002/780x0__r.jpg?hash=1774600422 not downloaded yet
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007157%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600422%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_003/780x0__r.jpg?hash=1774600422 not downloaded yet
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007157%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600422%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_004/780x0__r.jpg?hash=1774600422 not downloaded yet
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007157%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600422%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_005/780x0__r.jpg?hash=1774600422 not downloaded yet
2026-03-27 14:49:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007111> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:27 [ecarstrade.nl] INFO: Extracting details for car 7007111auction111108
2026-03-27 14:49:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87959eb4-91c2-531c-9342-da1bfb1209d6 with identifier: 7007111auction111108
2026-03-27 14:49:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87959eb4-91c2-531c-9342-da1bfb1209d6 with scrape type 1
2026-03-27 14:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 87959eb4-91c2-531c-9342-da1bfb1209d6
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007111%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600225%27 HTTP/1.1" 200 None
2026-03-27 14:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_000/780x0__r.jpg?hash=1774600225 not downloaded yet
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007111%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600225%27 HTTP/1.1" 200 None
2026-03-27 14:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_001/780x0__r.jpg?hash=1774600225 not downloaded yet
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007111%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600225%27 HTTP/1.1" 200 None
2026-03-27 14:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_002/780x0__r.jpg?hash=1774600225 not downloaded yet
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007111%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600225%27 HTTP/1.1" 200 None
2026-03-27 14:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_003/780x0__r.jpg?hash=1774600225 not downloaded yet
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007111%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600225%27 HTTP/1.1" 200 None
2026-03-27 14:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_004/780x0__r.jpg?hash=1774600225 not downloaded yet
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007111%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600225%27 HTTP/1.1" 200 None
2026-03-27 14:49:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_005/780x0__r.jpg?hash=1774600225 not downloaded yet
2026-03-27 14:49:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007125> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:30 [ecarstrade.nl] INFO: Extracting details for car 7007125auction111108
2026-03-27 14:49:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with identifier: 7007125auction111108
2026-03-27 14:49:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with scrape type 1
2026-03-27 14:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0
2026-03-27 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007125%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600297%27 HTTP/1.1" 200 None
2026-03-27 14:49:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_000/780x0__r.jpg?hash=1774600297 not downloaded yet
2026-03-27 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007125%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600297%27 HTTP/1.1" 200 None
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_001/780x0__r.jpg?hash=1774600297 not downloaded yet
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007125%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600297%27 HTTP/1.1" 200 None
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_002/780x0__r.jpg?hash=1774600297 not downloaded yet
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007125%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600297%27 HTTP/1.1" 200 None
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_003/780x0__r.jpg?hash=1774600297 not downloaded yet
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007125%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600297%27 HTTP/1.1" 200 None
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_004/780x0__r.jpg?hash=1774600297 not downloaded yet
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007125%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600297%27 HTTP/1.1" 200 None
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_005/780x0__r.jpg?hash=1774600297 not downloaded yet
2026-03-27 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_005/780x0__r.jpg?hash=1774600277> (referer: https://ecarstrade.com/cars/7007121)
2026-03-27 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_005/780x0__r.jpg?hash=1774600289> (referer: https://ecarstrade.com/cars/7007123)
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aea1356d-9b80-5724-9454-400e242b16fd
2026-03-27 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_005/780x0__r.jpg?hash=1774600331> (referer: https://ecarstrade.com/cars/7007129)
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1fc6523e-9e36-5a16-8d15-2f59783664bc
2026-03-27 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_005/780x0__r.jpg?hash=1774600917> (referer: https://ecarstrade.com/cars/7007224)
2026-03-27 14:49:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ec143f6b-508b-50d3-92b3-cdd13601cea1
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0c7a1ff4-cba4-5193-aa3f-63056a071a52
2026-03-27 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007163> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_005/780x0__r.jpg?hash=1774600428> (referer: https://ecarstrade.com/cars/7007159)
2026-03-27 14:49:31 [ecarstrade.nl] INFO: Extracting details for car 7007163auction111108
2026-03-27 14:49:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with identifier: 7007163auction111108
2026-03-27 14:49:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with scrape type 1
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007163%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600440%27 HTTP/1.1" 200 None
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_000/780x0__r.jpg?hash=1774600440 not downloaded yet
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007163%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600441%27 HTTP/1.1" 200 None
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_001/780x0__r.jpg?hash=1774600441 not downloaded yet
2026-03-27 14:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_005/780x0__r.jpg?hash=1774600293> (referer: https://ecarstrade.com/cars/7007124)
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007163%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600441%27 HTTP/1.1" 200 None
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_002/780x0__r.jpg?hash=1774600441 not downloaded yet
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007163%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600441%27 HTTP/1.1" 200 None
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_003/780x0__r.jpg?hash=1774600441 not downloaded yet
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007163%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600441%27 HTTP/1.1" 200 None
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_004/780x0__r.jpg?hash=1774600441 not downloaded yet
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007163%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600441%27 HTTP/1.1" 200 None
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_005/780x0__r.jpg?hash=1774600441 not downloaded yet
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8
2026-03-27 14:49:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01
2026-03-27 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007160> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:33 [ecarstrade.nl] INFO: Extracting details for car 7007160auction111108
2026-03-27 14:49:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e51e931-f50b-5c21-b891-5469e71ff71a with identifier: 7007160auction111108
2026-03-27 14:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e51e931-f50b-5c21-b891-5469e71ff71a with scrape type 1
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6e51e931-f50b-5c21-b891-5469e71ff71a
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007160%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600432%27 HTTP/1.1" 200 None
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_000/780x0__r.jpg?hash=1774600432 not downloaded yet
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007160%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600432%27 HTTP/1.1" 200 None
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_001/780x0__r.jpg?hash=1774600432 not downloaded yet
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007160%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600433%27 HTTP/1.1" 200 None
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_002/780x0__r.jpg?hash=1774600433 not downloaded yet
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007160%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600433%27 HTTP/1.1" 200 None
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_003/780x0__r.jpg?hash=1774600433 not downloaded yet
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007160%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600433%27 HTTP/1.1" 200 None
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_004/780x0__r.jpg?hash=1774600433 not downloaded yet
2026-03-27 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_005/780x0__r.jpg?hash=1774600225> (referer: https://ecarstrade.com/cars/7007111)
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007160%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600433%27 HTTP/1.1" 200 None
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_005/780x0__r.jpg?hash=1774600433 not downloaded yet
2026-03-27 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_005/780x0__r.jpg?hash=1774600297> (referer: https://ecarstrade.com/cars/7007125)
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 87959eb4-91c2-531c-9342-da1bfb1209d6
2026-03-27 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_004/780x0__r.jpg?hash=1774600297> (referer: https://ecarstrade.com/cars/7007125)
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0
2026-03-27 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_003/780x0__r.jpg?hash=1774600297> (referer: https://ecarstrade.com/cars/7007125)
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0
2026-03-27 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_002/780x0__r.jpg?hash=1774600297> (referer: https://ecarstrade.com/cars/7007125)
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0
2026-03-27 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_001/780x0__r.jpg?hash=1774600297> (referer: https://ecarstrade.com/cars/7007125)
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0
2026-03-27 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_000/780x0__r.jpg?hash=1774600297> (referer: https://ecarstrade.com/cars/7007125)
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0
2026-03-27 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_001/780x0__r.jpg?hash=1774600441> (referer: https://ecarstrade.com/cars/7007163)
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0
2026-03-27 14:49:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cb814e6e-ff41-5c26-9a3d-8d0da14d26e0, skipping ID generation
2026-03-27 14:49:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with scrape type 1
2026-03-27 14:49:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 sending to next pipeline
2026-03-27 14:49:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cb814e6e-ff41-5c26-9a3d-8d0da14d26e0, identifier: 7007125auction111108
2026-03-27 14:49:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with identifier: 7007125auction111108
2026-03-27 14:49:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:49:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:49:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with identifier: 7007125auction111108
2026-03-27 14:49:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cb814e6e-ff41-5c26-9a3d-8d0da14d26e0 with identifier: 7007125auction111108 to the API
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007125/photo_000/780x0__r.jpg?hash=1774600297>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': 'cb814e6e-ff41-5c26-9a3d-8d0da14d26e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007125',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Master',
'odometer': 90430,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-22',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT Master T35 2.3 dCi 135 L3H2 Work Edition',
'transmission': 'manual',
'trim': 'RENAULT T35 2.3 dCi 135 L3H2 Work Edition',
'vin': None,
'year': 2022}
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007125auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.nl] INFO: Saving data for 7007125auction111108: {'created_time': 1774622974.637705, 'last_price_update_time': 1774622974.637717, 'auction_closing_time': 1774952700.0}
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007125auction111108') HTTP/1.1" 204 0
2026-03-27 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_005/780x0__r.jpg?hash=1774600441> (referer: https://ecarstrade.com/cars/7007163)
2026-03-27 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_005/780x0__r.jpg?hash=1774600422> (referer: https://ecarstrade.com/cars/7007157)
2026-03-27 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6
2026-03-27 14:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_004/780x0__r.jpg?hash=1774600433> (referer: https://ecarstrade.com/cars/7007160)
2026-03-27 14:49:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6
2026-03-27 14:49:34 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:49:34 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:49:34 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:49:34 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-27 14:49:34 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:49:34 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-27 14:49:34 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-27 14:49:34 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-27 14:49:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-27 14:49:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fa5b7e0de50>
2026-03-27 14:49:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-27 14:49:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8765ca18-d42c-5076-ac1a-196414fb2312/8765ca18-d42c-5076-ac1a-196414fb2312_image_5.jpg HTTP/1.1" 201 0
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.nl',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007157%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600422') HTTP/1.1" 204 0
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_005/780x0__r.jpg?hash=1774600422 saved to cache
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8765ca18-d42c-5076-ac1a-196414fb2312
2026-03-27 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_005/780x0__r.jpg?hash=1774600433> (referer: https://ecarstrade.com/cars/7007160)
2026-03-27 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_003/780x0__r.jpg?hash=1774600433> (referer: https://ecarstrade.com/cars/7007160)
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6e51e931-f50b-5c21-b891-5469e71ff71a
2026-03-27 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_001/780x0__r.jpg?hash=1774600432> (referer: https://ecarstrade.com/cars/7007160)
2026-03-27 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_002/780x0__r.jpg?hash=1774600433> (referer: https://ecarstrade.com/cars/7007160)
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6e51e931-f50b-5c21-b891-5469e71ff71a
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6e51e931-f50b-5c21-b891-5469e71ff71a
2026-03-27 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_000/780x0__r.jpg?hash=1774600432> (referer: https://ecarstrade.com/cars/7007160)
2026-03-27 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_004/780x0__r.jpg?hash=1774600441> (referer: https://ecarstrade.com/cars/7007163)
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6e51e931-f50b-5c21-b891-5469e71ff71a
2026-03-27 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_003/780x0__r.jpg?hash=1774600441> (referer: https://ecarstrade.com/cars/7007163)
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6e51e931-f50b-5c21-b891-5469e71ff71a
2026-03-27 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_002/780x0__r.jpg?hash=1774600441> (referer: https://ecarstrade.com/cars/7007163)
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6e51e931-f50b-5c21-b891-5469e71ff71a
2026-03-27 14:49:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6e51e931-f50b-5c21-b891-5469e71ff71a, skipping ID generation
2026-03-27 14:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e51e931-f50b-5c21-b891-5469e71ff71a with scrape type 1
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6e51e931-f50b-5c21-b891-5469e71ff71a sending to next pipeline
2026-03-27 14:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6e51e931-f50b-5c21-b891-5469e71ff71a, identifier: 7007160auction111108
2026-03-27 14:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6e51e931-f50b-5c21-b891-5469e71ff71a with identifier: 7007160auction111108
2026-03-27 14:49:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6e51e931-f50b-5c21-b891-5469e71ff71a with identifier: 7007160auction111108
2026-03-27 14:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6e51e931-f50b-5c21-b891-5469e71ff71a with identifier: 7007160auction111108 to the API
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007160/photo_000/780x0__r.jpg?hash=1774600432>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': '6e51e931-f50b-5c21-b891-5469e71ff71a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007160',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 36600,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Kona 1.6 GDI HEV Comfort Smart',
'transmission': 'automatic',
'trim': 'HYUNDAI 1.6 GDI HEV Comfort Smart',
'vin': None,
'year': 2024}
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007160auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:49:35 [ecarstrade.nl] INFO: Saving data for 7007160auction111108: {'created_time': 1774622975.92836, 'last_price_update_time': 1774622975.928371, 'auction_closing_time': 1774952700.0}
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007160auction111108') HTTP/1.1" 204 0
2026-03-27 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_000/780x0__r.jpg?hash=1774600440> (referer: https://ecarstrade.com/cars/7007163)
2026-03-27 14:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_004/780x0__r.jpg?hash=1774600225> (referer: https://ecarstrade.com/cars/7007111)
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6
2026-03-27 14:49:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6
2026-03-27 14:49:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_003/780x0__r.jpg?hash=1774600225> (referer: https://ecarstrade.com/cars/7007111)
2026-03-27 14:49:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_002/780x0__r.jpg?hash=1774600225> (referer: https://ecarstrade.com/cars/7007111)
2026-03-27 14:49:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6
2026-03-27 14:49:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6, skipping ID generation
2026-03-27 14:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with scrape type 1
2026-03-27 14:49:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 sending to next pipeline
2026-03-27 14:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6, identifier: 7007163auction111108
2026-03-27 14:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with identifier: 7007163auction111108
2026-03-27 14:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with identifier: 7007163auction111108
2026-03-27 14:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6c5dd5fe-f323-507c-a1a6-13ce9998e9d6 with identifier: 7007163auction111108 to the API
2026-03-27 14:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49: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-27 14:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007163/photo_000/780x0__r.jpg?hash=1774600440>
{'auction_title': '',
'c_o_2_emission_value': 216,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '6c5dd5fe-f323-507c-a1a6-13ce9998e9d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007163',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 266736,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-02',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 314 2.2 CDI L3 EURO VI-D',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ SPRINTER 314 2.2 CDI L3 EURO VI-D',
'vin': None,
'year': 2019}
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007163auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:49:37 [ecarstrade.nl] INFO: Saving data for 7007163auction111108: {'created_time': 1774622977.314651, 'last_price_update_time': 1774622977.314665, 'auction_closing_time': 1774952700.0}
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007163auction111108') HTTP/1.1" 204 0
2026-03-27 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_001/780x0__r.jpg?hash=1774600225> (referer: https://ecarstrade.com/cars/7007111)
2026-03-27 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_000/780x0__r.jpg?hash=1774600225> (referer: https://ecarstrade.com/cars/7007111)
2026-03-27 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 87959eb4-91c2-531c-9342-da1bfb1209d6
2026-03-27 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 87959eb4-91c2-531c-9342-da1bfb1209d6
2026-03-27 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 87959eb4-91c2-531c-9342-da1bfb1209d6
2026-03-27 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_003/780x0__r.jpg?hash=1774600422> (referer: https://ecarstrade.com/cars/7007157)
2026-03-27 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_004/780x0__r.jpg?hash=1774600422> (referer: https://ecarstrade.com/cars/7007157)
2026-03-27 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 87959eb4-91c2-531c-9342-da1bfb1209d6
2026-03-27 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 87959eb4-91c2-531c-9342-da1bfb1209d6
2026-03-27 14:49:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 87959eb4-91c2-531c-9342-da1bfb1209d6, skipping ID generation
2026-03-27 14:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87959eb4-91c2-531c-9342-da1bfb1209d6 with scrape type 1
2026-03-27 14:49:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 87959eb4-91c2-531c-9342-da1bfb1209d6 sending to next pipeline
2026-03-27 14:49:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 87959eb4-91c2-531c-9342-da1bfb1209d6, identifier: 7007111auction111108
2026-03-27 14:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 87959eb4-91c2-531c-9342-da1bfb1209d6 with identifier: 7007111auction111108
2026-03-27 14:49:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 87959eb4-91c2-531c-9342-da1bfb1209d6 with identifier: 7007111auction111108
2026-03-27 14:49:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 87959eb4-91c2-531c-9342-da1bfb1209d6 with identifier: 7007111auction111108 to the API
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49: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-27 14:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007111/photo_000/780x0__r.jpg?hash=1774600225>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': '87959eb4-91c2-531c-9342-da1bfb1209d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007111',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 104972,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-27',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI e-tron e-tron 55 quattro advanced 95 kWh',
'transmission': 'automatic',
'trim': 'AUDI e-tron e-tron 55 quattro advanced 95 kWh',
'vin': None,
'year': 2019}
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007111auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:49:37 [ecarstrade.nl] INFO: Saving data for 7007111auction111108: {'created_time': 1774622977.863915, 'last_price_update_time': 1774622977.863926, 'auction_closing_time': 1774952700.0}
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007111auction111108') HTTP/1.1" 204 0
2026-03-27 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_002/780x0__r.jpg?hash=1774600422> (referer: https://ecarstrade.com/cars/7007157)
2026-03-27 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_001/780x0__r.jpg?hash=1774600422> (referer: https://ecarstrade.com/cars/7007157)
2026-03-27 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8765ca18-d42c-5076-ac1a-196414fb2312
2026-03-27 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8765ca18-d42c-5076-ac1a-196414fb2312
2026-03-27 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_000/780x0__r.jpg?hash=1774600422> (referer: https://ecarstrade.com/cars/7007157)
2026-03-27 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_004/780x0__r.jpg?hash=1774600293> (referer: https://ecarstrade.com/cars/7007124)
2026-03-27 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8765ca18-d42c-5076-ac1a-196414fb2312
2026-03-27 14:49:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8765ca18-d42c-5076-ac1a-196414fb2312
2026-03-27 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_003/780x0__r.jpg?hash=1774600293> (referer: https://ecarstrade.com/cars/7007124)
2026-03-27 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_002/780x0__r.jpg?hash=1774600293> (referer: https://ecarstrade.com/cars/7007124)
2026-03-27 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8765ca18-d42c-5076-ac1a-196414fb2312
2026-03-27 14:49:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8765ca18-d42c-5076-ac1a-196414fb2312, skipping ID generation
2026-03-27 14:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8765ca18-d42c-5076-ac1a-196414fb2312 with scrape type 1
2026-03-27 14:49:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8765ca18-d42c-5076-ac1a-196414fb2312 sending to next pipeline
2026-03-27 14:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8765ca18-d42c-5076-ac1a-196414fb2312, identifier: 7007157auction111108
2026-03-27 14:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8765ca18-d42c-5076-ac1a-196414fb2312 with identifier: 7007157auction111108
2026-03-27 14:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8765ca18-d42c-5076-ac1a-196414fb2312 with identifier: 7007157auction111108
2026-03-27 14:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8765ca18-d42c-5076-ac1a-196414fb2312 with identifier: 7007157auction111108 to the API
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_000/780x0__r.jpg?hash=1774600422>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': '8765ca18-d42c-5076-ac1a-196414fb2312',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007157',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Niro',
'odometer': 54690,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8765ca18-d42c-5076-ac1a-196414fb2312/8765ca18-d42c-5076-ac1a-196414fb2312_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70641,
'Height': 585,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007157/photo_005/780x0__r.jpg?hash=1774600422',
'Width': 780}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-15',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Niro EV 64.8kWh ev dynamicplusline 3-fase 150kW aut',
'transmission': 'automatic',
'trim': 'KIA EV 64.8kWh ev dynamicplusline 3-fase 150kW aut',
'vin': None,
'year': 2023}
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007157auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:49:38 [ecarstrade.nl] INFO: Saving data for 7007157auction111108: {'created_time': 1774622978.47647, 'last_price_update_time': 1774622978.476486, 'auction_closing_time': 1774952700.0}
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007157auction111108') HTTP/1.1" 204 0
2026-03-27 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_001/780x0__r.jpg?hash=1774600293> (referer: https://ecarstrade.com/cars/7007124)
2026-03-27 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_000/780x0__r.jpg?hash=1774600293> (referer: https://ecarstrade.com/cars/7007124)
2026-03-27 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01
2026-03-27 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01
2026-03-27 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01
2026-03-27 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_003/780x0__r.jpg?hash=1774600428> (referer: https://ecarstrade.com/cars/7007159)
2026-03-27 14:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_004/780x0__r.jpg?hash=1774600428> (referer: https://ecarstrade.com/cars/7007159)
2026-03-27 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01
2026-03-27 14:49:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01
2026-03-27 14:49:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dd47151f-ede7-58a5-bd0d-aa3a56fc5b01, skipping ID generation
2026-03-27 14:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with scrape type 1
2026-03-27 14:49:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 sending to next pipeline
2026-03-27 14:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dd47151f-ede7-58a5-bd0d-aa3a56fc5b01, identifier: 7007124auction111108
2026-03-27 14:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with identifier: 7007124auction111108
2026-03-27 14:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with identifier: 7007124auction111108
2026-03-27 14:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dd47151f-ede7-58a5-bd0d-aa3a56fc5b01 with identifier: 7007124auction111108 to the API
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007124/photo_000/780x0__r.jpg?hash=1774600293>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': 'dd47151f-ede7-58a5-bd0d-aa3a56fc5b01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007124',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 66825,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 Pro Edition Advantage 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro Edition Advantage 58 kWh',
'vin': None,
'year': 2023}
2026-03-27 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007124auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:49:39 [ecarstrade.nl] INFO: Saving data for 7007124auction111108: {'created_time': 1774622979.097099, 'last_price_update_time': 1774622979.097111, 'auction_closing_time': 1774952700.0}
2026-03-27 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007124auction111108') HTTP/1.1" 204 0
2026-03-27 14:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_002/780x0__r.jpg?hash=1774600428> (referer: https://ecarstrade.com/cars/7007159)
2026-03-27 14:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_001/780x0__r.jpg?hash=1774600427> (referer: https://ecarstrade.com/cars/7007159)
2026-03-27 14:49:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8
2026-03-27 14:49:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8
2026-03-27 14:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_000/780x0__r.jpg?hash=1774600427> (referer: https://ecarstrade.com/cars/7007159)
2026-03-27 14:49:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8
2026-03-27 14:49:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8
2026-03-27 14:49:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8
2026-03-27 14:49:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8, skipping ID generation
2026-03-27 14:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with scrape type 1
2026-03-27 14:49:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 sending to next pipeline
2026-03-27 14:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8, identifier: 7007159auction111108
2026-03-27 14:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with identifier: 7007159auction111108
2026-03-27 14:49:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with identifier: 7007159auction111108
2026-03-27 14:49:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8 with identifier: 7007159auction111108 to the API
2026-03-27 14:49:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007159/photo_000/780x0__r.jpg?hash=1774600427>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': 'adf83a5d-a9e5-56f7-8cf6-6069ac4db1d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007159',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '530',
'odometer': 268531,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5-serie 530i High Executive',
'transmission': 'automatic',
'trim': '5-serie i High Executive',
'vin': None,
'year': 2018}
2026-03-27 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007159auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:49:39 [ecarstrade.nl] INFO: Saving data for 7007159auction111108: {'created_time': 1774622979.713355, 'last_price_update_time': 1774622979.713365, 'auction_closing_time': 1774952700.0}
2026-03-27 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007159auction111108') HTTP/1.1" 204 0
2026-03-27 14:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007169> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:40 [ecarstrade.nl] INFO: Extracting details for car 7007169auction111108
2026-03-27 14:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 7007169auction111108
2026-03-27 14:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a05a3c85-3d9d-5244-b069-2d130caf48b7 with scrape type 1
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a05a3c85-3d9d-5244-b069-2d130caf48b7
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007169%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600457%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_000/780x0__r.jpg?hash=1774600457 not downloaded yet
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007169%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600457%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_001/780x0__r.jpg?hash=1774600457 not downloaded yet
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007169%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600457%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_002/780x0__r.jpg?hash=1774600457 not downloaded yet
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007169%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600457%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_003/780x0__r.jpg?hash=1774600457 not downloaded yet
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007169%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600457%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_004/780x0__r.jpg?hash=1774600457 not downloaded yet
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007169%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600458%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_005/780x0__r.jpg?hash=1774600458 not downloaded yet
2026-03-27 14:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009257> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:40 [ecarstrade.nl] INFO: Extracting details for car 7009257auction111108
2026-03-27 14:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39aba44b-39a2-533f-bf2b-cacd901ae4ac with identifier: 7009257auction111108
2026-03-27 14:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39aba44b-39a2-533f-bf2b-cacd901ae4ac with scrape type 1
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 39aba44b-39a2-533f-bf2b-cacd901ae4ac
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009257%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619050%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_000/780x0__r.jpg?hash=1774619050 not downloaded yet
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009257%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619051%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_001/780x0__r.jpg?hash=1774619051 not downloaded yet
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009257%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619051%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_002/780x0__r.jpg?hash=1774619051 not downloaded yet
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009257%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619051%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_003/780x0__r.jpg?hash=1774619051 not downloaded yet
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009257%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619051%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_004/780x0__r.jpg?hash=1774619051 not downloaded yet
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fimages%252Fpixel.gif%27 HTTP/1.1" 200 None
2026-03-27 14:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/images/pixel.gif already downloaded
2026-03-27 14:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007153> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:48 [ecarstrade.nl] INFO: Extracting details for car 7007153auction111108
2026-03-27 14:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fed6335-d79e-506c-9ddb-ce0701f77726 with identifier: 7007153auction111108
2026-03-27 14:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fed6335-d79e-506c-9ddb-ce0701f77726 with scrape type 1
2026-03-27 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9fed6335-d79e-506c-9ddb-ce0701f77726
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007153%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600413%27 HTTP/1.1" 200 None
2026-03-27 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_000/780x0__r.jpg?hash=1774600413 not downloaded yet
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007153%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600414%27 HTTP/1.1" 200 None
2026-03-27 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_001/780x0__r.jpg?hash=1774600414 not downloaded yet
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007153%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600414%27 HTTP/1.1" 200 None
2026-03-27 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_002/780x0__r.jpg?hash=1774600414 not downloaded yet
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007153%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600414%27 HTTP/1.1" 200 None
2026-03-27 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_003/780x0__r.jpg?hash=1774600414 not downloaded yet
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007153%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600414%27 HTTP/1.1" 200 None
2026-03-27 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_004/780x0__r.jpg?hash=1774600414 not downloaded yet
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007153%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600414%27 HTTP/1.1" 200 None
2026-03-27 14:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_005/780x0__r.jpg?hash=1774600414 not downloaded yet
2026-03-27 14:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009493> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:50 [ecarstrade.nl] INFO: Extracting details for car 7009493auction111131
2026-03-27 14:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a95ab3af-cadb-5d66-a336-32b4edf1096c with identifier: 7009493auction111131
2026-03-27 14:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a95ab3af-cadb-5d66-a336-32b4edf1096c with scrape type 1
2026-03-27 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a95ab3af-cadb-5d66-a336-32b4edf1096c
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009493%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620152%27 HTTP/1.1" 200 None
2026-03-27 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_000/780x0__r.jpg?hash=1774620152 not downloaded yet
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009493%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620152%27 HTTP/1.1" 200 None
2026-03-27 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_001/780x0__r.jpg?hash=1774620152 not downloaded yet
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009493%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620152%27 HTTP/1.1" 200 None
2026-03-27 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_002/780x0__r.jpg?hash=1774620152 not downloaded yet
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009493%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620152%27 HTTP/1.1" 200 None
2026-03-27 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_003/780x0__r.jpg?hash=1774620152 not downloaded yet
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009493%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620152%27 HTTP/1.1" 200 None
2026-03-27 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_004/780x0__r.jpg?hash=1774620152 not downloaded yet
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009493%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620152%27 HTTP/1.1" 200 None
2026-03-27 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_005/780x0__r.jpg?hash=1774620152 not downloaded yet
2026-03-27 14:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007143> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:52 [ecarstrade.nl] INFO: Extracting details for car 7007143auction111108
2026-03-27 14:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with identifier: 7007143auction111108
2026-03-27 14:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with scrape type 1
2026-03-27 14:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007143%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600384%27 HTTP/1.1" 200 None
2026-03-27 14:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_000/780x0__r.jpg?hash=1774600384 not downloaded yet
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007143%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600384%27 HTTP/1.1" 200 None
2026-03-27 14:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_001/780x0__r.jpg?hash=1774600384 not downloaded yet
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007143%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600384%27 HTTP/1.1" 200 None
2026-03-27 14:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_002/780x0__r.jpg?hash=1774600384 not downloaded yet
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007143%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600384%27 HTTP/1.1" 200 None
2026-03-27 14:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_003/780x0__r.jpg?hash=1774600384 not downloaded yet
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007143%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600384%27 HTTP/1.1" 200 None
2026-03-27 14:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_004/780x0__r.jpg?hash=1774600384 not downloaded yet
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007143%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600385%27 HTTP/1.1" 200 None
2026-03-27 14:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_005/780x0__r.jpg?hash=1774600385 not downloaded yet
2026-03-27 14:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009347> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:53 [ecarstrade.nl] INFO: Extracting details for car 7009347auction111131
2026-03-27 14:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with identifier: 7009347auction111131
2026-03-27 14:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with scrape type 1
2026-03-27 14:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 06e14b6a-b803-5e3e-aabf-9435529a6cc2
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009347%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619847%27 HTTP/1.1" 200 None
2026-03-27 14:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_000/780x0__r.jpg?hash=1774619847 not downloaded yet
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009347%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619847%27 HTTP/1.1" 200 None
2026-03-27 14:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_001/780x0__r.jpg?hash=1774619847 not downloaded yet
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009347%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619847%27 HTTP/1.1" 200 None
2026-03-27 14:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_002/780x0__r.jpg?hash=1774619847 not downloaded yet
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009347%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619847%27 HTTP/1.1" 200 None
2026-03-27 14:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_003/780x0__r.jpg?hash=1774619847 not downloaded yet
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009347%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619847%27 HTTP/1.1" 200 None
2026-03-27 14:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_004/780x0__r.jpg?hash=1774619847 not downloaded yet
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009347%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619847%27 HTTP/1.1" 200 None
2026-03-27 14:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_005/780x0__r.jpg?hash=1774619847 not downloaded yet
2026-03-27 14:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009372> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009390> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:56 [ecarstrade.nl] INFO: Extracting details for car 7009372auction111131
2026-03-27 14:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with identifier: 7009372auction111131
2026-03-27 14:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with scrape type 1
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66a2a5e3-6f93-52e2-88d1-eefc63b17104
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009372%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620047%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_000/780x0__r.jpg?hash=1774620047 not downloaded yet
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009372%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620047%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_001/780x0__r.jpg?hash=1774620047 not downloaded yet
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009372%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620047%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_002/780x0__r.jpg?hash=1774620047 not downloaded yet
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009372%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620047%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_003/780x0__r.jpg?hash=1774620047 not downloaded yet
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009372%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620047%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_004/780x0__r.jpg?hash=1774620047 not downloaded yet
2026-03-27 14:49:56 [ecarstrade.nl] INFO: Extracting details for car 7009390auction111131
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009372%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620047%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_005/780x0__r.jpg?hash=1774620047 not downloaded yet
2026-03-27 14:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b80a954-90f8-5050-a52e-392ca46165be with identifier: 7009390auction111131
2026-03-27 14:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b80a954-90f8-5050-a52e-392ca46165be with scrape type 1
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8b80a954-90f8-5050-a52e-392ca46165be
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009390%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620094%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_000/780x0__r.jpg?hash=1774620094 not downloaded yet
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009390%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620094%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_001/780x0__r.jpg?hash=1774620094 not downloaded yet
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009390%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620094%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_002/780x0__r.jpg?hash=1774620094 not downloaded yet
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009390%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620094%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_003/780x0__r.jpg?hash=1774620094 not downloaded yet
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009390%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620094%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_004/780x0__r.jpg?hash=1774620094 not downloaded yet
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009390%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620094%27 HTTP/1.1" 200 None
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_005/780x0__r.jpg?hash=1774620094 not downloaded yet
2026-03-27 14:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009316> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:56 [ecarstrade.nl] INFO: Extracting details for car 7009316auction111131
2026-03-27 14:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9531c35-22e3-5f7a-905a-ed7c5b033230 with identifier: 7009316auction111131
2026-03-27 14:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9531c35-22e3-5f7a-905a-ed7c5b033230 with scrape type 1
2026-03-27 14:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e9531c35-22e3-5f7a-905a-ed7c5b033230
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009316%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619665%27 HTTP/1.1" 200 None
2026-03-27 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_000/780x0__r.jpg?hash=1774619665 not downloaded yet
2026-03-27 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009316%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619665%27 HTTP/1.1" 200 None
2026-03-27 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_001/780x0__r.jpg?hash=1774619665 not downloaded yet
2026-03-27 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009316%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619665%27 HTTP/1.1" 200 None
2026-03-27 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_002/780x0__r.jpg?hash=1774619665 not downloaded yet
2026-03-27 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009316%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619665%27 HTTP/1.1" 200 None
2026-03-27 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_003/780x0__r.jpg?hash=1774619665 not downloaded yet
2026-03-27 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009316%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619665%27 HTTP/1.1" 200 None
2026-03-27 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_004/780x0__r.jpg?hash=1774619665 not downloaded yet
2026-03-27 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009316%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619666%27 HTTP/1.1" 200 None
2026-03-27 14:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_005/780x0__r.jpg?hash=1774619666 not downloaded yet
2026-03-27 14:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009345> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_005/780x0__r.jpg?hash=1774600458> (referer: https://ecarstrade.com/cars/7007169)
2026-03-27 14:49:58 [ecarstrade.nl] INFO: Extracting details for car 7009345auction111131
2026-03-27 14:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7318bd12-c268-5153-92d5-78c32ebb95aa with identifier: 7009345auction111131
2026-03-27 14:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7318bd12-c268-5153-92d5-78c32ebb95aa with scrape type 1
2026-03-27 14:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7318bd12-c268-5153-92d5-78c32ebb95aa
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009345%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619838%27 HTTP/1.1" 200 None
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_000/780x0__r.jpg?hash=1774619838 not downloaded yet
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009345%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619838%27 HTTP/1.1" 200 None
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_001/780x0__r.jpg?hash=1774619838 not downloaded yet
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009345%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619838%27 HTTP/1.1" 200 None
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_002/780x0__r.jpg?hash=1774619838 not downloaded yet
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009345%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619838%27 HTTP/1.1" 200 None
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_003/780x0__r.jpg?hash=1774619838 not downloaded yet
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009345%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619838%27 HTTP/1.1" 200 None
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_004/780x0__r.jpg?hash=1774619838 not downloaded yet
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009345%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619839%27 HTTP/1.1" 200 None
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_005/780x0__r.jpg?hash=1774619839 not downloaded yet
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a05a3c85-3d9d-5244-b069-2d130caf48b7
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_004/780x0__r.jpg?hash=1774619051> (referer: https://ecarstrade.com/cars/7009257)
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_005/780x0__r.jpg?hash=1774600414> (referer: https://ecarstrade.com/cars/7007153)
2026-03-27 14:49:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:49:59 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:49:59 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:49:59 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-27 14:49:59 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:49:59 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-27 14:49:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-27 14:49:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fa5be50c610>
2026-03-27 14:49:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-27 14:49:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_39aba44b-39a2-533f-bf2b-cacd901ae4ac/39aba44b-39a2-533f-bf2b-cacd901ae4ac_image_4.jpg HTTP/1.1" 201 0
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.nl',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009257%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619051') HTTP/1.1" 204 0
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_004/780x0__r.jpg?hash=1774619051 saved to cache
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 39aba44b-39a2-533f-bf2b-cacd901ae4ac
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_005/780x0__r.jpg?hash=1774620152> (referer: https://ecarstrade.com/cars/7009493)
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9fed6335-d79e-506c-9ddb-ce0701f77726
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_005/780x0__r.jpg?hash=1774600385> (referer: https://ecarstrade.com/cars/7007143)
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a95ab3af-cadb-5d66-a336-32b4edf1096c
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_005/780x0__r.jpg?hash=1774619847> (referer: https://ecarstrade.com/cars/7009347)
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_004/780x0__r.jpg?hash=1774619847> (referer: https://ecarstrade.com/cars/7009347)
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 06e14b6a-b803-5e3e-aabf-9435529a6cc2
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_005/780x0__r.jpg?hash=1774620094> (referer: https://ecarstrade.com/cars/7009390)
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 06e14b6a-b803-5e3e-aabf-9435529a6cc2
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_005/780x0__r.jpg?hash=1774619666> (referer: https://ecarstrade.com/cars/7009316)
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8b80a954-90f8-5050-a52e-392ca46165be
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_004/780x0__r.jpg?hash=1774619665> (referer: https://ecarstrade.com/cars/7009316)
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e9531c35-22e3-5f7a-905a-ed7c5b033230
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_005/780x0__r.jpg?hash=1774619839> (referer: https://ecarstrade.com/cars/7009345)
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e9531c35-22e3-5f7a-905a-ed7c5b033230
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_004/780x0__r.jpg?hash=1774619838> (referer: https://ecarstrade.com/cars/7009345)
2026-03-27 14:49:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7318bd12-c268-5153-92d5-78c32ebb95aa
2026-03-27 14:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_003/780x0__r.jpg?hash=1774619838> (referer: https://ecarstrade.com/cars/7009345)
2026-03-27 14:50:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7318bd12-c268-5153-92d5-78c32ebb95aa
2026-03-27 14:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_002/780x0__r.jpg?hash=1774619838> (referer: https://ecarstrade.com/cars/7009345)
2026-03-27 14:50:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7318bd12-c268-5153-92d5-78c32ebb95aa
2026-03-27 14:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_001/780x0__r.jpg?hash=1774619838> (referer: https://ecarstrade.com/cars/7009345)
2026-03-27 14:50:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7318bd12-c268-5153-92d5-78c32ebb95aa
2026-03-27 14:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_000/780x0__r.jpg?hash=1774619838> (referer: https://ecarstrade.com/cars/7009345)
2026-03-27 14:50:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7318bd12-c268-5153-92d5-78c32ebb95aa
2026-03-27 14:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_003/780x0__r.jpg?hash=1774619665> (referer: https://ecarstrade.com/cars/7009316)
2026-03-27 14:50:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7318bd12-c268-5153-92d5-78c32ebb95aa
2026-03-27 14:50:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7318bd12-c268-5153-92d5-78c32ebb95aa, skipping ID generation
2026-03-27 14:50:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7318bd12-c268-5153-92d5-78c32ebb95aa with scrape type 1
2026-03-27 14:50:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7318bd12-c268-5153-92d5-78c32ebb95aa sending to next pipeline
2026-03-27 14:50:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7318bd12-c268-5153-92d5-78c32ebb95aa, identifier: 7009345auction111131
2026-03-27 14:50:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7318bd12-c268-5153-92d5-78c32ebb95aa with identifier: 7009345auction111131
2026-03-27 14:50:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7318bd12-c268-5153-92d5-78c32ebb95aa with identifier: 7009345auction111131
2026-03-27 14:50:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7318bd12-c268-5153-92d5-78c32ebb95aa with identifier: 7009345auction111131 to the API
2026-03-27 14:50:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50: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-27 14:50:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009345/photo_000/780x0__r.jpg?hash=1774619838>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '7318bd12-c268-5153-92d5-78c32ebb95aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009345',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 98988,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 Pro 77 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pro 77 kWh',
'vin': None,
'year': 2022}
2026-03-27 14:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009345auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:00 [ecarstrade.nl] INFO: Saving data for 7009345auction111131: {'created_time': 1774623000.821752, 'last_price_update_time': 1774623000.821764, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009345auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_002/780x0__r.jpg?hash=1774619665> (referer: https://ecarstrade.com/cars/7009316)
2026-03-27 14:50:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e9531c35-22e3-5f7a-905a-ed7c5b033230
2026-03-27 14:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_001/780x0__r.jpg?hash=1774619665> (referer: https://ecarstrade.com/cars/7009316)
2026-03-27 14:50:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e9531c35-22e3-5f7a-905a-ed7c5b033230
2026-03-27 14:50:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_000/780x0__r.jpg?hash=1774619665> (referer: https://ecarstrade.com/cars/7009316)
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e9531c35-22e3-5f7a-905a-ed7c5b033230
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_004/780x0__r.jpg?hash=1774620094> (referer: https://ecarstrade.com/cars/7009390)
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e9531c35-22e3-5f7a-905a-ed7c5b033230
2026-03-27 14:50:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9531c35-22e3-5f7a-905a-ed7c5b033230, skipping ID generation
2026-03-27 14:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9531c35-22e3-5f7a-905a-ed7c5b033230 with scrape type 1
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9531c35-22e3-5f7a-905a-ed7c5b033230 sending to next pipeline
2026-03-27 14:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e9531c35-22e3-5f7a-905a-ed7c5b033230, identifier: 7009316auction111131
2026-03-27 14:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e9531c35-22e3-5f7a-905a-ed7c5b033230 with identifier: 7009316auction111131
2026-03-27 14:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e9531c35-22e3-5f7a-905a-ed7c5b033230 with identifier: 7009316auction111131
2026-03-27 14:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e9531c35-22e3-5f7a-905a-ed7c5b033230 with identifier: 7009316auction111131 to the API
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50: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-27 14:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009316/photo_000/780x0__r.jpg?hash=1774619665>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'e9531c35-22e3-5f7a-905a-ed7c5b033230',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009316',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 166232,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 200 Bns .Sol. AMG DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Bns .Sol. AMG DCT',
'vin': None,
'year': 2022}
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009316auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [ecarstrade.nl] INFO: Saving data for 7009316auction111131: {'created_time': 1774623001.582433, 'last_price_update_time': 1774623001.582443, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009316auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_003/780x0__r.jpg?hash=1774620094> (referer: https://ecarstrade.com/cars/7009390)
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007117> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8b80a954-90f8-5050-a52e-392ca46165be
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009642> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_002/780x0__r.jpg?hash=1774620094> (referer: https://ecarstrade.com/cars/7009390)
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_001/780x0__r.jpg?hash=1774620094> (referer: https://ecarstrade.com/cars/7009390)
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8b80a954-90f8-5050-a52e-392ca46165be
2026-03-27 14:50:01 [ecarstrade.nl] INFO: Extracting details for car 7007117auction111108
2026-03-27 14:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2089ede5-478d-5604-ae12-713526b5717c with identifier: 7007117auction111108
2026-03-27 14:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2089ede5-478d-5604-ae12-713526b5717c with scrape type 1
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2089ede5-478d-5604-ae12-713526b5717c
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007117%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600260%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_000/780x0__r.jpg?hash=1774600260 not downloaded yet
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_005/780x0__r.jpg?hash=1774620047> (referer: https://ecarstrade.com/cars/7009372)
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007117%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600260%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_001/780x0__r.jpg?hash=1774600260 not downloaded yet
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007117%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600260%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_002/780x0__r.jpg?hash=1774600260 not downloaded yet
2026-03-27 14:50:01 [ecarstrade.nl] INFO: Extracting details for car 7009642auction111131
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_004/780x0__r.jpg?hash=1774620047> (referer: https://ecarstrade.com/cars/7009372)
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007117%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600260%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_003/780x0__r.jpg?hash=1774600260 not downloaded yet
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_003/780x0__r.jpg?hash=1774620047> (referer: https://ecarstrade.com/cars/7009372)
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007117%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600260%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_004/780x0__r.jpg?hash=1774600260 not downloaded yet
2026-03-27 14:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with identifier: 7009642auction111131
2026-03-27 14:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with scrape type 1
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009642%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620765%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_000/780x0__r.jpg?hash=1774620765 not downloaded yet
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8b80a954-90f8-5050-a52e-392ca46165be
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8b80a954-90f8-5050-a52e-392ca46165be
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007117%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600261%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_005/780x0__r.jpg?hash=1774600261 not downloaded yet
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009642%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620765%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_001/780x0__r.jpg?hash=1774620765 not downloaded yet
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_002/780x0__r.jpg?hash=1774620047> (referer: https://ecarstrade.com/cars/7009372)
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009642%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620765%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_002/780x0__r.jpg?hash=1774620765 not downloaded yet
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66a2a5e3-6f93-52e2-88d1-eefc63b17104
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66a2a5e3-6f93-52e2-88d1-eefc63b17104
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_000/780x0__r.jpg?hash=1774620094> (referer: https://ecarstrade.com/cars/7009390)
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009642%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620765%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_003/780x0__r.jpg?hash=1774620765 not downloaded yet
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66a2a5e3-6f93-52e2-88d1-eefc63b17104
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009642%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620765%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_004/780x0__r.jpg?hash=1774620765 not downloaded yet
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_001/780x0__r.jpg?hash=1774620047> (referer: https://ecarstrade.com/cars/7009372)
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009642%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620765%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_005/780x0__r.jpg?hash=1774620765 not downloaded yet
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_000/780x0__r.jpg?hash=1774620047> (referer: https://ecarstrade.com/cars/7009372)
2026-03-27 14:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_003/780x0__r.jpg?hash=1774619847> (referer: https://ecarstrade.com/cars/7009347)
2026-03-27 14:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66a2a5e3-6f93-52e2-88d1-eefc63b17104
2026-03-27 14:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8b80a954-90f8-5050-a52e-392ca46165be
2026-03-27 14:50:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8b80a954-90f8-5050-a52e-392ca46165be, skipping ID generation
2026-03-27 14:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b80a954-90f8-5050-a52e-392ca46165be with scrape type 1
2026-03-27 14:50:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8b80a954-90f8-5050-a52e-392ca46165be sending to next pipeline
2026-03-27 14:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8b80a954-90f8-5050-a52e-392ca46165be, identifier: 7009390auction111131
2026-03-27 14:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8b80a954-90f8-5050-a52e-392ca46165be with identifier: 7009390auction111131
2026-03-27 14:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8b80a954-90f8-5050-a52e-392ca46165be with identifier: 7009390auction111131
2026-03-27 14:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8b80a954-90f8-5050-a52e-392ca46165be with identifier: 7009390auction111131 to the API
2026-03-27 14:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009390/photo_000/780x0__r.jpg?hash=1774620094>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8b80a954-90f8-5050-a52e-392ca46165be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009390',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 66350,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback 30 TFSI S edition',
'transmission': 'automatic',
'trim': 'AUDI Sportback 30 TFSI S edition',
'vin': None,
'year': 2023}
2026-03-27 14:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009390auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:02 [ecarstrade.nl] INFO: Saving data for 7009390auction111131: {'created_time': 1774623002.495764, 'last_price_update_time': 1774623002.495776, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009390auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_002/780x0__r.jpg?hash=1774619847> (referer: https://ecarstrade.com/cars/7009347)
2026-03-27 14:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_001/780x0__r.jpg?hash=1774619847> (referer: https://ecarstrade.com/cars/7009347)
2026-03-27 14:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_000/780x0__r.jpg?hash=1774619847> (referer: https://ecarstrade.com/cars/7009347)
2026-03-27 14:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_003/780x0__r.jpg?hash=1774600260> (referer: https://ecarstrade.com/cars/7007117)
2026-03-27 14:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_002/780x0__r.jpg?hash=1774600260> (referer: https://ecarstrade.com/cars/7007117)
2026-03-27 14:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_000/780x0__r.jpg?hash=1774600260> (referer: https://ecarstrade.com/cars/7007117)
2026-03-27 14:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66a2a5e3-6f93-52e2-88d1-eefc63b17104
2026-03-27 14:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66a2a5e3-6f93-52e2-88d1-eefc63b17104
2026-03-27 14:50:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66a2a5e3-6f93-52e2-88d1-eefc63b17104, skipping ID generation
2026-03-27 14:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with scrape type 1
2026-03-27 14:50:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66a2a5e3-6f93-52e2-88d1-eefc63b17104 sending to next pipeline
2026-03-27 14:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 66a2a5e3-6f93-52e2-88d1-eefc63b17104, identifier: 7009372auction111131
2026-03-27 14:50:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 06e14b6a-b803-5e3e-aabf-9435529a6cc2
2026-03-27 14:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with identifier: 7009372auction111131
2026-03-27 14:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with identifier: 7009372auction111131
2026-03-27 14:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 66a2a5e3-6f93-52e2-88d1-eefc63b17104 with identifier: 7009372auction111131 to the API
2026-03-27 14:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009372/photo_000/780x0__r.jpg?hash=1774620047>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '66a2a5e3-6f93-52e2-88d1-eefc63b17104',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009372',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 61957,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback 30 TFSI S edition',
'transmission': 'automatic',
'trim': 'AUDI Sportback 30 TFSI S edition',
'vin': None,
'year': 2023}
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009372auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:03 [ecarstrade.nl] INFO: Saving data for 7009372auction111131: {'created_time': 1774623003.087209, 'last_price_update_time': 1774623003.08722, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009372auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_001/780x0__r.jpg?hash=1774620765> (referer: https://ecarstrade.com/cars/7009642)
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_004/780x0__r.jpg?hash=1774620765> (referer: https://ecarstrade.com/cars/7009642)
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_002/780x0__r.jpg?hash=1774620765> (referer: https://ecarstrade.com/cars/7009642)
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 06e14b6a-b803-5e3e-aabf-9435529a6cc2
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 06e14b6a-b803-5e3e-aabf-9435529a6cc2
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 06e14b6a-b803-5e3e-aabf-9435529a6cc2
2026-03-27 14:50:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 06e14b6a-b803-5e3e-aabf-9435529a6cc2, skipping ID generation
2026-03-27 14:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with scrape type 1
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 06e14b6a-b803-5e3e-aabf-9435529a6cc2 sending to next pipeline
2026-03-27 14:50:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 06e14b6a-b803-5e3e-aabf-9435529a6cc2, identifier: 7009347auction111131
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2089ede5-478d-5604-ae12-713526b5717c
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2089ede5-478d-5604-ae12-713526b5717c
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2089ede5-478d-5604-ae12-713526b5717c
2026-03-27 14:50:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with identifier: 7009347auction111131
2026-03-27 14:50:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:50:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with identifier: 7009347auction111131
2026-03-27 14:50:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 06e14b6a-b803-5e3e-aabf-9435529a6cc2 with identifier: 7009347auction111131 to the API
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009347/photo_000/780x0__r.jpg?hash=1774619847>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '06e14b6a-b803-5e3e-aabf-9435529a6cc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009347',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 43930,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan 1.5 TSI Life Bns. DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TSI Life Bns. DSG',
'vin': None,
'year': 2021}
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009347auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:03 [ecarstrade.nl] INFO: Saving data for 7009347auction111131: {'created_time': 1774623003.537988, 'last_price_update_time': 1774623003.537999, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009347auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_005/780x0__r.jpg?hash=1774620765> (referer: https://ecarstrade.com/cars/7009642)
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_003/780x0__r.jpg?hash=1774620765> (referer: https://ecarstrade.com/cars/7009642)
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_005/780x0__r.jpg?hash=1774600261> (referer: https://ecarstrade.com/cars/7007117)
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_000/780x0__r.jpg?hash=1774620765> (referer: https://ecarstrade.com/cars/7009642)
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_001/780x0__r.jpg?hash=1774600260> (referer: https://ecarstrade.com/cars/7007117)
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_004/780x0__r.jpg?hash=1774600260> (referer: https://ecarstrade.com/cars/7007117)
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_004/780x0__r.jpg?hash=1774600384> (referer: https://ecarstrade.com/cars/7007143)
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2089ede5-478d-5604-ae12-713526b5717c
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_003/780x0__r.jpg?hash=1774600384> (referer: https://ecarstrade.com/cars/7007143)
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_001/780x0__r.jpg?hash=1774600384> (referer: https://ecarstrade.com/cars/7007143)
2026-03-27 14:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_002/780x0__r.jpg?hash=1774600384> (referer: https://ecarstrade.com/cars/7007143)
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714
2026-03-27 14:50:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714, skipping ID generation
2026-03-27 14:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with scrape type 1
2026-03-27 14:50:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 sending to next pipeline
2026-03-27 14:50:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714, identifier: 7009642auction111131
2026-03-27 14:50:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with identifier: 7009642auction111131
2026-03-27 14:50:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:50:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with identifier: 7009642auction111131
2026-03-27 14:50:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714 with identifier: 7009642auction111131 to the API
2026-03-27 14:50:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009642/photo_000/780x0__r.jpg?hash=1774620765>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c7c7ed45-9d76-5e9a-aa2b-8fad6c1c0714',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009642',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '320',
'odometer': 165439,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie Touring 320e Bns Ed.P',
'transmission': 'automatic',
'trim': '3-serie Touring e Bns Ed.P',
'vin': None,
'year': 2022}
2026-03-27 14:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009642auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:04 [ecarstrade.nl] INFO: Saving data for 7009642auction111131: {'created_time': 1774623004.160424, 'last_price_update_time': 1774623004.160435, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009642auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_000/780x0__r.jpg?hash=1774600384> (referer: https://ecarstrade.com/cars/7007143)
2026-03-27 14:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_004/780x0__r.jpg?hash=1774620152> (referer: https://ecarstrade.com/cars/7009493)
2026-03-27 14:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_003/780x0__r.jpg?hash=1774620152> (referer: https://ecarstrade.com/cars/7009493)
2026-03-27 14:50:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2089ede5-478d-5604-ae12-713526b5717c
2026-03-27 14:50:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2089ede5-478d-5604-ae12-713526b5717c
2026-03-27 14:50:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2089ede5-478d-5604-ae12-713526b5717c, skipping ID generation
2026-03-27 14:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2089ede5-478d-5604-ae12-713526b5717c with scrape type 1
2026-03-27 14:50:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2089ede5-478d-5604-ae12-713526b5717c sending to next pipeline
2026-03-27 14:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2089ede5-478d-5604-ae12-713526b5717c, identifier: 7007117auction111108
2026-03-27 14:50:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b
2026-03-27 14:50:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b
2026-03-27 14:50:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b
2026-03-27 14:50:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b
2026-03-27 14:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2089ede5-478d-5604-ae12-713526b5717c with identifier: 7007117auction111108
2026-03-27 14:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2089ede5-478d-5604-ae12-713526b5717c with identifier: 7007117auction111108
2026-03-27 14:50:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2089ede5-478d-5604-ae12-713526b5717c with identifier: 7007117auction111108 to the API
2026-03-27 14:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007117/photo_004/780x0__r.jpg?hash=1774600260>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '2089ede5-478d-5604-ae12-713526b5717c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007117',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 183210,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-28',
'seats_number': None,
'seller_name': None,
'title': 'FORD TRANSIT CONNECT 1.5 TDCI L1 Trend',
'transmission': 'manual',
'trim': 'FORD TRANSIT CONNECT 1.5 TDCI L1 Trend',
'vin': None,
'year': 2017}
2026-03-27 14:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007117auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:50:04 [ecarstrade.nl] INFO: Saving data for 7007117auction111108: {'created_time': 1774623004.808931, 'last_price_update_time': 1774623004.808944, 'auction_closing_time': 1774952700.0}
2026-03-27 14:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007117auction111108') HTTP/1.1" 204 0
2026-03-27 14:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_001/780x0__r.jpg?hash=1774620152> (referer: https://ecarstrade.com/cars/7009493)
2026-03-27 14:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_002/780x0__r.jpg?hash=1774620152> (referer: https://ecarstrade.com/cars/7009493)
2026-03-27 14:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_000/780x0__r.jpg?hash=1774620152> (referer: https://ecarstrade.com/cars/7009493)
2026-03-27 14:50:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b
2026-03-27 14:50:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a931ee67-4eb7-5eec-bf4b-4cb593cbc45b, skipping ID generation
2026-03-27 14:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with scrape type 1
2026-03-27 14:50:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a931ee67-4eb7-5eec-bf4b-4cb593cbc45b sending to next pipeline
2026-03-27 14:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a931ee67-4eb7-5eec-bf4b-4cb593cbc45b, identifier: 7007143auction111108
2026-03-27 14:50:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a95ab3af-cadb-5d66-a336-32b4edf1096c
2026-03-27 14:50:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a95ab3af-cadb-5d66-a336-32b4edf1096c
2026-03-27 14:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with identifier: 7007143auction111108
2026-03-27 14:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with identifier: 7007143auction111108
2026-03-27 14:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a931ee67-4eb7-5eec-bf4b-4cb593cbc45b with identifier: 7007143auction111108 to the API
2026-03-27 14:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007143/photo_000/780x0__r.jpg?hash=1774600384>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': 'a931ee67-4eb7-5eec-bf4b-4cb593cbc45b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007143',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 184012,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Long Range AWD 75 kWh',
'transmission': 'automatic',
'trim': 'Long Range AWD 75 kWh',
'vin': None,
'year': 2019}
2026-03-27 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007143auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:50:05 [ecarstrade.nl] INFO: Saving data for 7007143auction111108: {'created_time': 1774623005.661118, 'last_price_update_time': 1774623005.661128, 'auction_closing_time': 1774952700.0}
2026-03-27 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007143auction111108') HTTP/1.1" 204 0
2026-03-27 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_004/780x0__r.jpg?hash=1774600414> (referer: https://ecarstrade.com/cars/7007153)
2026-03-27 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_003/780x0__r.jpg?hash=1774600414> (referer: https://ecarstrade.com/cars/7007153)
2026-03-27 14:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_002/780x0__r.jpg?hash=1774600414> (referer: https://ecarstrade.com/cars/7007153)
2026-03-27 14:50:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a95ab3af-cadb-5d66-a336-32b4edf1096c
2026-03-27 14:50:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a95ab3af-cadb-5d66-a336-32b4edf1096c
2026-03-27 14:50:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a95ab3af-cadb-5d66-a336-32b4edf1096c
2026-03-27 14:50:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a95ab3af-cadb-5d66-a336-32b4edf1096c, skipping ID generation
2026-03-27 14:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a95ab3af-cadb-5d66-a336-32b4edf1096c with scrape type 1
2026-03-27 14:50:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a95ab3af-cadb-5d66-a336-32b4edf1096c sending to next pipeline
2026-03-27 14:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a95ab3af-cadb-5d66-a336-32b4edf1096c, identifier: 7009493auction111131
2026-03-27 14:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a95ab3af-cadb-5d66-a336-32b4edf1096c with identifier: 7009493auction111131
2026-03-27 14:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a95ab3af-cadb-5d66-a336-32b4edf1096c with identifier: 7009493auction111131
2026-03-27 14:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a95ab3af-cadb-5d66-a336-32b4edf1096c with identifier: 7009493auction111131 to the API
2026-03-27 14:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009493/photo_000/780x0__r.jpg?hash=1774620152>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'a95ab3af-cadb-5d66-a336-32b4edf1096c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009493',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'EV6',
'odometer': 108326,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'KIA EV6 Plus 77.4 kWh',
'transmission': 'automatic',
'trim': 'KIA Plus 77.4 kWh',
'vin': None,
'year': 2021}
2026-03-27 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009493auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:06 [ecarstrade.nl] INFO: Saving data for 7009493auction111131: {'created_time': 1774623006.36135, 'last_price_update_time': 1774623006.361371, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009493auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_001/780x0__r.jpg?hash=1774600414> (referer: https://ecarstrade.com/cars/7007153)
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_003/780x0__r.jpg?hash=1774619051> (referer: https://ecarstrade.com/cars/7009257)
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_000/780x0__r.jpg?hash=1774600413> (referer: https://ecarstrade.com/cars/7007153)
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009646> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9fed6335-d79e-506c-9ddb-ce0701f77726
2026-03-27 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9fed6335-d79e-506c-9ddb-ce0701f77726
2026-03-27 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9fed6335-d79e-506c-9ddb-ce0701f77726
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_002/780x0__r.jpg?hash=1774619051> (referer: https://ecarstrade.com/cars/7009257)
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_000/780x0__r.jpg?hash=1774619050> (referer: https://ecarstrade.com/cars/7009257)
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_001/780x0__r.jpg?hash=1774619051> (referer: https://ecarstrade.com/cars/7009257)
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_003/780x0__r.jpg?hash=1774600457> (referer: https://ecarstrade.com/cars/7007169)
2026-03-27 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9fed6335-d79e-506c-9ddb-ce0701f77726
2026-03-27 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 39aba44b-39a2-533f-bf2b-cacd901ae4ac
2026-03-27 14:50:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9fed6335-d79e-506c-9ddb-ce0701f77726
2026-03-27 14:50:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9fed6335-d79e-506c-9ddb-ce0701f77726, skipping ID generation
2026-03-27 14:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fed6335-d79e-506c-9ddb-ce0701f77726 with scrape type 1
2026-03-27 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9fed6335-d79e-506c-9ddb-ce0701f77726 sending to next pipeline
2026-03-27 14:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9fed6335-d79e-506c-9ddb-ce0701f77726, identifier: 7007153auction111108
2026-03-27 14:50:06 [ecarstrade.nl] INFO: Extracting details for car 7009646auction111131
2026-03-27 14:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9fed6335-d79e-506c-9ddb-ce0701f77726 with identifier: 7007153auction111108
2026-03-27 14:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9fed6335-d79e-506c-9ddb-ce0701f77726 with identifier: 7007153auction111108
2026-03-27 14:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9fed6335-d79e-506c-9ddb-ce0701f77726 with identifier: 7007153auction111108 to the API
2026-03-27 14:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007153/photo_000/780x0__r.jpg?hash=1774600413>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '9fed6335-d79e-506c-9ddb-ce0701f77726',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007153',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 242312,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-10',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ SPRINTER 314 2.2 CDI L2H2',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ SPRINTER 314 2.2 CDI L2H2',
'vin': None,
'year': 2018}
2026-03-27 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007153auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:50:06 [ecarstrade.nl] INFO: Saving data for 7007153auction111108: {'created_time': 1774623006.959263, 'last_price_update_time': 1774623006.959278, 'auction_closing_time': 1774952700.0}
2026-03-27 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007153auction111108') HTTP/1.1" 204 0
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_000/780x0__r.jpg?hash=1774600457> (referer: https://ecarstrade.com/cars/7007169)
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_002/780x0__r.jpg?hash=1774600457> (referer: https://ecarstrade.com/cars/7007169)
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_001/780x0__r.jpg?hash=1774600457> (referer: https://ecarstrade.com/cars/7007169)
2026-03-27 14:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_004/780x0__r.jpg?hash=1774600457> (referer: https://ecarstrade.com/cars/7007169)
2026-03-27 14:50:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:06 [scrapy.extensions.logstats] INFO: Crawled 49 pages (at 28 pages/min), scraped 17 items (at 17 items/min)
2026-03-27 14:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 276MiB
2026-03-27 14:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eda712f4-b221-58fe-9951-97bb87d86972 with identifier: 7009646auction111131
2026-03-27 14:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eda712f4-b221-58fe-9951-97bb87d86972 with scrape type 1
2026-03-27 14:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eda712f4-b221-58fe-9951-97bb87d86972
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009646%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620781%27 HTTP/1.1" 200 None
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_000/780x0__r.jpg?hash=1774620781 not downloaded yet
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 39aba44b-39a2-533f-bf2b-cacd901ae4ac
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 39aba44b-39a2-533f-bf2b-cacd901ae4ac
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 39aba44b-39a2-533f-bf2b-cacd901ae4ac
2026-03-27 14:50:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 39aba44b-39a2-533f-bf2b-cacd901ae4ac, skipping ID generation
2026-03-27 14:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39aba44b-39a2-533f-bf2b-cacd901ae4ac with scrape type 1
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 39aba44b-39a2-533f-bf2b-cacd901ae4ac sending to next pipeline
2026-03-27 14:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 39aba44b-39a2-533f-bf2b-cacd901ae4ac, identifier: 7009257auction111108
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a05a3c85-3d9d-5244-b069-2d130caf48b7
2026-03-27 14:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 39aba44b-39a2-533f-bf2b-cacd901ae4ac with identifier: 7009257auction111108
2026-03-27 14:50:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 39aba44b-39a2-533f-bf2b-cacd901ae4ac with identifier: 7009257auction111108
2026-03-27 14:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 39aba44b-39a2-533f-bf2b-cacd901ae4ac with identifier: 7009257auction111108 to the API
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_001/780x0__r.jpg?hash=1774619051>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '39aba44b-39a2-533f-bf2b-cacd901ae4ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009257',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Arkana',
'odometer': 126988,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e757a8d-f8cc-5a2c-9cf1-041640d7922d/6e757a8d-f8cc-5a2c-9cf1-041640d7922d_image_4.gif',
'Extension': 'gif',
'FileSizeInBytes': 43,
'Height': 1,
'OriginUrl': 'https://ecarstrade.com/images/pixel.gif',
'Width': 1},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39aba44b-39a2-533f-bf2b-cacd901ae4ac/39aba44b-39a2-533f-bf2b-cacd901ae4ac_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87434,
'Height': 585,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009257/photo_004/780x0__r.jpg?hash=1774619051',
'Width': 780}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Arkana 1.6 E-Tech Hybrid 145 Intens',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 E-Tech Hybrid 145 Intens',
'vin': None,
'year': 2022}
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009257auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:50:07 [ecarstrade.nl] INFO: Saving data for 7009257auction111108: {'created_time': 1774623007.495568, 'last_price_update_time': 1774623007.495578, 'auction_closing_time': 1774952700.0}
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009257auction111108') HTTP/1.1" 204 0
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009646%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620781%27 HTTP/1.1" 200 None
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_001/780x0__r.jpg?hash=1774620781 not downloaded yet
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009646%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620781%27 HTTP/1.1" 200 None
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_002/780x0__r.jpg?hash=1774620781 not downloaded yet
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a05a3c85-3d9d-5244-b069-2d130caf48b7
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a05a3c85-3d9d-5244-b069-2d130caf48b7
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a05a3c85-3d9d-5244-b069-2d130caf48b7
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a05a3c85-3d9d-5244-b069-2d130caf48b7
2026-03-27 14:50:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a05a3c85-3d9d-5244-b069-2d130caf48b7, skipping ID generation
2026-03-27 14:50:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a05a3c85-3d9d-5244-b069-2d130caf48b7 with scrape type 1
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a05a3c85-3d9d-5244-b069-2d130caf48b7 sending to next pipeline
2026-03-27 14:50:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a05a3c85-3d9d-5244-b069-2d130caf48b7, identifier: 7007169auction111108
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009646%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620782%27 HTTP/1.1" 200 None
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_003/780x0__r.jpg?hash=1774620782 not downloaded yet
2026-03-27 14:50:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 7007169auction111108
2026-03-27 14:50:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 7007169auction111108
2026-03-27 14:50:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a05a3c85-3d9d-5244-b069-2d130caf48b7 with identifier: 7007169auction111108 to the API
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007169/photo_004/780x0__r.jpg?hash=1774600457>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': 'a05a3c85-3d9d-5244-b069-2d130caf48b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007169',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 62856,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Life',
'vin': None,
'year': 2023}
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007169auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:50:07 [ecarstrade.nl] INFO: Saving data for 7007169auction111108: {'created_time': 1774623007.958387, 'last_price_update_time': 1774623007.958397, 'auction_closing_time': 1774952700.0}
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007169auction111108') HTTP/1.1" 204 0
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009646%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620782%27 HTTP/1.1" 200 None
2026-03-27 14:50:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_004/780x0__r.jpg?hash=1774620782 not downloaded yet
2026-03-27 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009646%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620782%27 HTTP/1.1" 200 None
2026-03-27 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_005/780x0__r.jpg?hash=1774620782 not downloaded yet
2026-03-27 14:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009630> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:13 [ecarstrade.nl] INFO: Extracting details for car 7009630auction111131
2026-03-27 14:50:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48ff1951-e5ec-5868-b70f-da82f065da27 with identifier: 7009630auction111131
2026-03-27 14:50:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48ff1951-e5ec-5868-b70f-da82f065da27 with scrape type 1
2026-03-27 14:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 48ff1951-e5ec-5868-b70f-da82f065da27
2026-03-27 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009630%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620691%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_000/780x0__r.jpg?hash=1774620691 not downloaded yet
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009630%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620691%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_001/780x0__r.jpg?hash=1774620691 not downloaded yet
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009630%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620692%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_002/780x0__r.jpg?hash=1774620692 not downloaded yet
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009630%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620692%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_003/780x0__r.jpg?hash=1774620692 not downloaded yet
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009630%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620692%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_004/780x0__r.jpg?hash=1774620692 not downloaded yet
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009630%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620692%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_005/780x0__r.jpg?hash=1774620692 not downloaded yet
2026-03-27 14:50:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009601> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009324> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:14 [ecarstrade.nl] INFO: Extracting details for car 7009601auction111131
2026-03-27 14:50:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with identifier: 7009601auction111131
2026-03-27 14:50:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with scrape type 1
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009601%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620229%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_000/780x0__r.jpg?hash=1774620229 not downloaded yet
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009601%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620230%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_001/780x0__r.jpg?hash=1774620230 not downloaded yet
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009601%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620230%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_002/780x0__r.jpg?hash=1774620230 not downloaded yet
2026-03-27 14:50:14 [ecarstrade.nl] INFO: Extracting details for car 7009324auction111131
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009601%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620230%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_003/780x0__r.jpg?hash=1774620230 not downloaded yet
2026-03-27 14:50:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with identifier: 7009324auction111131
2026-03-27 14:50:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with scrape type 1
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009324%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619714%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_000/780x0__r.jpg?hash=1774619714 not downloaded yet
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009601%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620230%27 HTTP/1.1" 200 None
2026-03-27 14:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_004/780x0__r.jpg?hash=1774620230 not downloaded yet
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009324%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619714%27 HTTP/1.1" 200 None
2026-03-27 14:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_001/780x0__r.jpg?hash=1774619714 not downloaded yet
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009601%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620230%27 HTTP/1.1" 200 None
2026-03-27 14:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_005/780x0__r.jpg?hash=1774620230 not downloaded yet
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009324%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619714%27 HTTP/1.1" 200 None
2026-03-27 14:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_002/780x0__r.jpg?hash=1774619714 not downloaded yet
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009324%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619714%27 HTTP/1.1" 200 None
2026-03-27 14:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_003/780x0__r.jpg?hash=1774619714 not downloaded yet
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009324%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619714%27 HTTP/1.1" 200 None
2026-03-27 14:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_004/780x0__r.jpg?hash=1774619714 not downloaded yet
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009324%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619714%27 HTTP/1.1" 200 None
2026-03-27 14:50:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_005/780x0__r.jpg?hash=1774619714 not downloaded yet
2026-03-27 14:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009399> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:17 [ecarstrade.nl] INFO: Extracting details for car 7009399auction111131
2026-03-27 14:50:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac161f75-d878-5f15-9631-47423e723ae9 with identifier: 7009399auction111131
2026-03-27 14:50:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac161f75-d878-5f15-9631-47423e723ae9 with scrape type 1
2026-03-27 14:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ac161f75-d878-5f15-9631-47423e723ae9
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009399%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620098%27 HTTP/1.1" 200 None
2026-03-27 14:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_000/780x0__r.jpg?hash=1774620098 not downloaded yet
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009399%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620098%27 HTTP/1.1" 200 None
2026-03-27 14:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_001/780x0__r.jpg?hash=1774620098 not downloaded yet
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009399%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620098%27 HTTP/1.1" 200 None
2026-03-27 14:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_002/780x0__r.jpg?hash=1774620098 not downloaded yet
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009399%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620098%27 HTTP/1.1" 200 None
2026-03-27 14:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_003/780x0__r.jpg?hash=1774620098 not downloaded yet
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009399%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620099%27 HTTP/1.1" 200 None
2026-03-27 14:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_004/780x0__r.jpg?hash=1774620099 not downloaded yet
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009399%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620099%27 HTTP/1.1" 200 None
2026-03-27 14:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_005/780x0__r.jpg?hash=1774620099 not downloaded yet
2026-03-27 14:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009328> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:20 [ecarstrade.nl] INFO: Extracting details for car 7009328auction111131
2026-03-27 14:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07890f17-f041-55f6-8f34-51549fff01f2 with identifier: 7009328auction111131
2026-03-27 14:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07890f17-f041-55f6-8f34-51549fff01f2 with scrape type 1
2026-03-27 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 07890f17-f041-55f6-8f34-51549fff01f2
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009328%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619746%27 HTTP/1.1" 200 None
2026-03-27 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_000/780x0__r.jpg?hash=1774619746 not downloaded yet
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009328%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619746%27 HTTP/1.1" 200 None
2026-03-27 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_001/780x0__r.jpg?hash=1774619746 not downloaded yet
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009328%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619746%27 HTTP/1.1" 200 None
2026-03-27 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_002/780x0__r.jpg?hash=1774619746 not downloaded yet
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009328%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619746%27 HTTP/1.1" 200 None
2026-03-27 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_003/780x0__r.jpg?hash=1774619746 not downloaded yet
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009328%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619746%27 HTTP/1.1" 200 None
2026-03-27 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_004/780x0__r.jpg?hash=1774619746 not downloaded yet
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009328%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619746%27 HTTP/1.1" 200 None
2026-03-27 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_005/780x0__r.jpg?hash=1774619746 not downloaded yet
2026-03-27 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007144> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_004/780x0__r.jpg?hash=1774600917> (referer: https://ecarstrade.com/cars/7007224)
2026-03-27 14:50:22 [ecarstrade.nl] INFO: Extracting details for car 7007144auction111108
2026-03-27 14:50:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6277d5d-169a-57f2-af4f-e05d580b00a4 with identifier: 7007144auction111108
2026-03-27 14:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6277d5d-169a-57f2-af4f-e05d580b00a4 with scrape type 1
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b6277d5d-169a-57f2-af4f-e05d580b00a4
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007144%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600388%27 HTTP/1.1" 200 None
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_000/780x0__r.jpg?hash=1774600388 not downloaded yet
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007144%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600388%27 HTTP/1.1" 200 None
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_001/780x0__r.jpg?hash=1774600388 not downloaded yet
2026-03-27 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_003/780x0__r.jpg?hash=1774600916> (referer: https://ecarstrade.com/cars/7007224)
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007144%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600389%27 HTTP/1.1" 200 None
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_002/780x0__r.jpg?hash=1774600389 not downloaded yet
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007144%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600389%27 HTTP/1.1" 200 None
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_003/780x0__r.jpg?hash=1774600389 not downloaded yet
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0c7a1ff4-cba4-5193-aa3f-63056a071a52
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007144%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600389%27 HTTP/1.1" 200 None
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_004/780x0__r.jpg?hash=1774600389 not downloaded yet
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007144%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600389%27 HTTP/1.1" 200 None
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_005/780x0__r.jpg?hash=1774600389 not downloaded yet
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0c7a1ff4-cba4-5193-aa3f-63056a071a52
2026-03-27 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_002/780x0__r.jpg?hash=1774600916> (referer: https://ecarstrade.com/cars/7007224)
2026-03-27 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_005/780x0__r.jpg?hash=1774620782> (referer: https://ecarstrade.com/cars/7009646)
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0c7a1ff4-cba4-5193-aa3f-63056a071a52
2026-03-27 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_005/780x0__r.jpg?hash=1774620692> (referer: https://ecarstrade.com/cars/7009630)
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eda712f4-b221-58fe-9951-97bb87d86972
2026-03-27 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_004/780x0__r.jpg?hash=1774620692> (referer: https://ecarstrade.com/cars/7009630)
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 48ff1951-e5ec-5868-b70f-da82f065da27
2026-03-27 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_005/780x0__r.jpg?hash=1774619714> (referer: https://ecarstrade.com/cars/7009324)
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 48ff1951-e5ec-5868-b70f-da82f065da27
2026-03-27 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_005/780x0__r.jpg?hash=1774620099> (referer: https://ecarstrade.com/cars/7009399)
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e
2026-03-27 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_005/780x0__r.jpg?hash=1774619746> (referer: https://ecarstrade.com/cars/7009328)
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ac161f75-d878-5f15-9631-47423e723ae9
2026-03-27 14:50:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_004/780x0__r.jpg?hash=1774619746> (referer: https://ecarstrade.com/cars/7009328)
2026-03-27 14:50:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 07890f17-f041-55f6-8f34-51549fff01f2
2026-03-27 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_001/780x0__r.jpg?hash=1774600388> (referer: https://ecarstrade.com/cars/7007144)
2026-03-27 14:50:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 07890f17-f041-55f6-8f34-51549fff01f2
2026-03-27 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_005/780x0__r.jpg?hash=1774600389> (referer: https://ecarstrade.com/cars/7007144)
2026-03-27 14:50:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b6277d5d-169a-57f2-af4f-e05d580b00a4
2026-03-27 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_004/780x0__r.jpg?hash=1774600389> (referer: https://ecarstrade.com/cars/7007144)
2026-03-27 14:50:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b6277d5d-169a-57f2-af4f-e05d580b00a4
2026-03-27 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_003/780x0__r.jpg?hash=1774600389> (referer: https://ecarstrade.com/cars/7007144)
2026-03-27 14:50:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b6277d5d-169a-57f2-af4f-e05d580b00a4
2026-03-27 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_002/780x0__r.jpg?hash=1774600389> (referer: https://ecarstrade.com/cars/7007144)
2026-03-27 14:50:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b6277d5d-169a-57f2-af4f-e05d580b00a4
2026-03-27 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_000/780x0__r.jpg?hash=1774600388> (referer: https://ecarstrade.com/cars/7007144)
2026-03-27 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_003/780x0__r.jpg?hash=1774619746> (referer: https://ecarstrade.com/cars/7009328)
2026-03-27 14:50:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b6277d5d-169a-57f2-af4f-e05d580b00a4
2026-03-27 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_002/780x0__r.jpg?hash=1774619746> (referer: https://ecarstrade.com/cars/7009328)
2026-03-27 14:50:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b6277d5d-169a-57f2-af4f-e05d580b00a4
2026-03-27 14:50:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b6277d5d-169a-57f2-af4f-e05d580b00a4, skipping ID generation
2026-03-27 14:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6277d5d-169a-57f2-af4f-e05d580b00a4 with scrape type 1
2026-03-27 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b6277d5d-169a-57f2-af4f-e05d580b00a4 sending to next pipeline
2026-03-27 14:50:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b6277d5d-169a-57f2-af4f-e05d580b00a4, identifier: 7007144auction111108
2026-03-27 14:50:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b6277d5d-169a-57f2-af4f-e05d580b00a4 with identifier: 7007144auction111108
2026-03-27 14:50:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b6277d5d-169a-57f2-af4f-e05d580b00a4 with identifier: 7007144auction111108
2026-03-27 14:50:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b6277d5d-169a-57f2-af4f-e05d580b00a4 with identifier: 7007144auction111108 to the API
2026-03-27 14:50:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007144/photo_000/780x0__r.jpg?hash=1774600388>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': 'b6277d5d-169a-57f2-af4f-e05d580b00a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007144',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 182599,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech Blue Lease Executive',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Blue Lease Executive',
'vin': None,
'year': 2018}
2026-03-27 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007144auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:50:23 [ecarstrade.nl] INFO: Saving data for 7007144auction111108: {'created_time': 1774623023.96589, 'last_price_update_time': 1774623023.965903, 'auction_closing_time': 1774952700.0}
2026-03-27 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007144auction111108') HTTP/1.1" 204 0
2026-03-27 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_001/780x0__r.jpg?hash=1774619746> (referer: https://ecarstrade.com/cars/7009328)
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 07890f17-f041-55f6-8f34-51549fff01f2
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 07890f17-f041-55f6-8f34-51549fff01f2
2026-03-27 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_000/780x0__r.jpg?hash=1774619746> (referer: https://ecarstrade.com/cars/7009328)
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 07890f17-f041-55f6-8f34-51549fff01f2
2026-03-27 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_004/780x0__r.jpg?hash=1774620099> (referer: https://ecarstrade.com/cars/7009399)
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 07890f17-f041-55f6-8f34-51549fff01f2
2026-03-27 14:50:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 07890f17-f041-55f6-8f34-51549fff01f2, skipping ID generation
2026-03-27 14:50:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07890f17-f041-55f6-8f34-51549fff01f2 with scrape type 1
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 07890f17-f041-55f6-8f34-51549fff01f2 sending to next pipeline
2026-03-27 14:50:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 07890f17-f041-55f6-8f34-51549fff01f2, identifier: 7009328auction111131
2026-03-27 14:50:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 07890f17-f041-55f6-8f34-51549fff01f2 with identifier: 7009328auction111131
2026-03-27 14:50:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 07890f17-f041-55f6-8f34-51549fff01f2 with identifier: 7009328auction111131
2026-03-27 14:50:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 07890f17-f041-55f6-8f34-51549fff01f2 with identifier: 7009328auction111131 to the API
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009328/photo_000/780x0__r.jpg?hash=1774619746>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '07890f17-f041-55f6-8f34-51549fff01f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009328',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'C 180',
'odometer': 82728,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C-klasse Estate 180 AMG Line G-Tronic',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-klasse Estate 180 AMG Line G-Tronic',
'vin': None,
'year': 2023}
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009328auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:24 [ecarstrade.nl] INFO: Saving data for 7009328auction111131: {'created_time': 1774623024.646896, 'last_price_update_time': 1774623024.646906, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009328auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_003/780x0__r.jpg?hash=1774620098> (referer: https://ecarstrade.com/cars/7009399)
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ac161f75-d878-5f15-9631-47423e723ae9
2026-03-27 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009465> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_002/780x0__r.jpg?hash=1774620098> (referer: https://ecarstrade.com/cars/7009399)
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ac161f75-d878-5f15-9631-47423e723ae9
2026-03-27 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_001/780x0__r.jpg?hash=1774620098> (referer: https://ecarstrade.com/cars/7009399)
2026-03-27 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_000/780x0__r.jpg?hash=1774620098> (referer: https://ecarstrade.com/cars/7009399)
2026-03-27 14:50:24 [ecarstrade.nl] INFO: Extracting details for car 7009465auction111131
2026-03-27 14:50:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with identifier: 7009465auction111131
2026-03-27 14:50:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with scrape type 1
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009465%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620133%27 HTTP/1.1" 200 None
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_000/780x0__r.jpg?hash=1774620133 not downloaded yet
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009465%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620133%27 HTTP/1.1" 200 None
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_001/780x0__r.jpg?hash=1774620133 not downloaded yet
2026-03-27 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_003/780x0__r.jpg?hash=1774619714> (referer: https://ecarstrade.com/cars/7009324)
2026-03-27 14:50:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_004/780x0__r.jpg?hash=1774619714> (referer: https://ecarstrade.com/cars/7009324)
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009465%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620133%27 HTTP/1.1" 200 None
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_002/780x0__r.jpg?hash=1774620133 not downloaded yet
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ac161f75-d878-5f15-9631-47423e723ae9
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009465%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620133%27 HTTP/1.1" 200 None
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_003/780x0__r.jpg?hash=1774620133 not downloaded yet
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ac161f75-d878-5f15-9631-47423e723ae9
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009465%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620133%27 HTTP/1.1" 200 None
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_004/780x0__r.jpg?hash=1774620133 not downloaded yet
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009465%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620133%27 HTTP/1.1" 200 None
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_005/780x0__r.jpg?hash=1774620133 not downloaded yet
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ac161f75-d878-5f15-9631-47423e723ae9
2026-03-27 14:50:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ac161f75-d878-5f15-9631-47423e723ae9, skipping ID generation
2026-03-27 14:50:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac161f75-d878-5f15-9631-47423e723ae9 with scrape type 1
2026-03-27 14:50:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ac161f75-d878-5f15-9631-47423e723ae9 sending to next pipeline
2026-03-27 14:50:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ac161f75-d878-5f15-9631-47423e723ae9, identifier: 7009399auction111131
2026-03-27 14:50:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ac161f75-d878-5f15-9631-47423e723ae9 with identifier: 7009399auction111131
2026-03-27 14:50:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ac161f75-d878-5f15-9631-47423e723ae9 with identifier: 7009399auction111131
2026-03-27 14:50:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ac161f75-d878-5f15-9631-47423e723ae9 with identifier: 7009399auction111131 to the API
2026-03-27 14:50:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009399/photo_000/780x0__r.jpg?hash=1774620098>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'ac161f75-d878-5f15-9631-47423e723ae9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009399',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 56452,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback 30 TFSI S edition',
'transmission': 'automatic',
'trim': 'AUDI Sportback 30 TFSI S edition',
'vin': None,
'year': 2023}
2026-03-27 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009399auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:25 [ecarstrade.nl] INFO: Saving data for 7009399auction111131: {'created_time': 1774623025.372768, 'last_price_update_time': 1774623025.372779, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009399auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_005/780x0__r.jpg?hash=1774620230> (referer: https://ecarstrade.com/cars/7009601)
2026-03-27 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_002/780x0__r.jpg?hash=1774619714> (referer: https://ecarstrade.com/cars/7009324)
2026-03-27 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e
2026-03-27 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e
2026-03-27 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_001/780x0__r.jpg?hash=1774619714> (referer: https://ecarstrade.com/cars/7009324)
2026-03-27 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_004/780x0__r.jpg?hash=1774620230> (referer: https://ecarstrade.com/cars/7009601)
2026-03-27 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd
2026-03-27 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e
2026-03-27 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_000/780x0__r.jpg?hash=1774619714> (referer: https://ecarstrade.com/cars/7009324)
2026-03-27 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_003/780x0__r.jpg?hash=1774620230> (referer: https://ecarstrade.com/cars/7009601)
2026-03-27 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e
2026-03-27 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd
2026-03-27 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_002/780x0__r.jpg?hash=1774620230> (referer: https://ecarstrade.com/cars/7009601)
2026-03-27 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_001/780x0__r.jpg?hash=1774620230> (referer: https://ecarstrade.com/cars/7009601)
2026-03-27 14:50:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e
2026-03-27 14:50:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 02705d2b-70d7-5fcf-bc66-4cce4c5b329e, skipping ID generation
2026-03-27 14:50:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with scrape type 1
2026-03-27 14:50:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 02705d2b-70d7-5fcf-bc66-4cce4c5b329e sending to next pipeline
2026-03-27 14:50:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 02705d2b-70d7-5fcf-bc66-4cce4c5b329e, identifier: 7009324auction111131
2026-03-27 14:50:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with identifier: 7009324auction111131
2026-03-27 14:50:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with identifier: 7009324auction111131
2026-03-27 14:50:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 02705d2b-70d7-5fcf-bc66-4cce4c5b329e with identifier: 7009324auction111131 to the API
2026-03-27 14:50:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009324/photo_000/780x0__r.jpg?hash=1774619714>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '02705d2b-70d7-5fcf-bc66-4cce4c5b329e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009324',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'EQB',
'odometer': 178624,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-18',
'seats_number': 7,
'seller_name': None,
'title': 'MERCEDES-BENZ EQB 250 AMG Line 7p.',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ 250 AMG Line 7p.',
'vin': None,
'year': 2023}
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009324auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:26 [ecarstrade.nl] INFO: Saving data for 7009324auction111131: {'created_time': 1774623026.046066, 'last_price_update_time': 1774623026.046077, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009324auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_001/780x0__r.jpg?hash=1774620133> (referer: https://ecarstrade.com/cars/7009465)
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_000/780x0__r.jpg?hash=1774620133> (referer: https://ecarstrade.com/cars/7009465)
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_004/780x0__r.jpg?hash=1774620133> (referer: https://ecarstrade.com/cars/7009465)
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_005/780x0__r.jpg?hash=1774620133> (referer: https://ecarstrade.com/cars/7009465)
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_003/780x0__r.jpg?hash=1774620133> (referer: https://ecarstrade.com/cars/7009465)
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_002/780x0__r.jpg?hash=1774620133> (referer: https://ecarstrade.com/cars/7009465)
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_000/780x0__r.jpg?hash=1774620229> (referer: https://ecarstrade.com/cars/7009601)
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_003/780x0__r.jpg?hash=1774620692> (referer: https://ecarstrade.com/cars/7009630)
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_002/780x0__r.jpg?hash=1774620692> (referer: https://ecarstrade.com/cars/7009630)
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4
2026-03-27 14:50:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0e85cc0d-7ce6-566f-ac71-4cb64de963a4, skipping ID generation
2026-03-27 14:50:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with scrape type 1
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 sending to next pipeline
2026-03-27 14:50:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0e85cc0d-7ce6-566f-ac71-4cb64de963a4, identifier: 7009465auction111131
2026-03-27 14:50:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with identifier: 7009465auction111131
2026-03-27 14:50:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with identifier: 7009465auction111131
2026-03-27 14:50:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0e85cc0d-7ce6-566f-ac71-4cb64de963a4 with identifier: 7009465auction111131 to the API
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009465/photo_002/780x0__r.jpg?hash=1774620133>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0e85cc0d-7ce6-566f-ac71-4cb64de963a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009465',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Austral',
'odometer': 71078,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Austral 1.2ET fh200 tech e A',
'transmission': 'automatic',
'trim': 'RENAULT 1.2ET fh200 tech e A',
'vin': None,
'year': 2023}
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009465auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:26 [ecarstrade.nl] INFO: Saving data for 7009465auction111131: {'created_time': 1774623026.733237, 'last_price_update_time': 1774623026.733246, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009465auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_001/780x0__r.jpg?hash=1774620691> (referer: https://ecarstrade.com/cars/7009630)
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_000/780x0__r.jpg?hash=1774620691> (referer: https://ecarstrade.com/cars/7009630)
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd
2026-03-27 14:50:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd, skipping ID generation
2026-03-27 14:50:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with scrape type 1
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd sending to next pipeline
2026-03-27 14:50:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd, identifier: 7009601auction111131
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 48ff1951-e5ec-5868-b70f-da82f065da27
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 48ff1951-e5ec-5868-b70f-da82f065da27
2026-03-27 14:50:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with identifier: 7009601auction111131
2026-03-27 14:50:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with identifier: 7009601auction111131
2026-03-27 14:50:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2baf7a4c-db31-5a08-a5f9-a69eed20cdbd with identifier: 7009601auction111131 to the API
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009601/photo_000/780x0__r.jpg?hash=1774620229>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2baf7a4c-db31-5a08-a5f9-a69eed20cdbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009601',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A5',
'odometer': 164179,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-05',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A5 Sportback 40 TDI S ed. Comp.',
'transmission': 'automatic',
'trim': 'AUDI Sportback 40 TDI S ed. Comp.',
'vin': None,
'year': 2021}
2026-03-27 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009601auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:27 [ecarstrade.nl] INFO: Saving data for 7009601auction111131: {'created_time': 1774623027.218898, 'last_price_update_time': 1774623027.218909, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009601auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_003/780x0__r.jpg?hash=1774620782> (referer: https://ecarstrade.com/cars/7009646)
2026-03-27 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_004/780x0__r.jpg?hash=1774620782> (referer: https://ecarstrade.com/cars/7009646)
2026-03-27 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 48ff1951-e5ec-5868-b70f-da82f065da27
2026-03-27 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 48ff1951-e5ec-5868-b70f-da82f065da27
2026-03-27 14:50:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 48ff1951-e5ec-5868-b70f-da82f065da27, skipping ID generation
2026-03-27 14:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48ff1951-e5ec-5868-b70f-da82f065da27 with scrape type 1
2026-03-27 14:50:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 48ff1951-e5ec-5868-b70f-da82f065da27 sending to next pipeline
2026-03-27 14:50:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 48ff1951-e5ec-5868-b70f-da82f065da27, identifier: 7009630auction111131
2026-03-27 14:50:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 48ff1951-e5ec-5868-b70f-da82f065da27 with identifier: 7009630auction111131
2026-03-27 14:50:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 48ff1951-e5ec-5868-b70f-da82f065da27 with identifier: 7009630auction111131
2026-03-27 14:50:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 48ff1951-e5ec-5868-b70f-da82f065da27 with identifier: 7009630auction111131 to the API
2026-03-27 14:50:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009630/photo_000/780x0__r.jpg?hash=1774620691>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '48ff1951-e5ec-5868-b70f-da82f065da27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009630',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 173062,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 T-GDI PHEV PrSky',
'transmission': 'automatic',
'trim': 'HYUNDAI TUCSON 1.6 T-GDI PHEV PrSky',
'vin': None,
'year': 2022}
2026-03-27 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009630auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:27 [ecarstrade.nl] INFO: Saving data for 7009630auction111131: {'created_time': 1774623027.868621, 'last_price_update_time': 1774623027.868633, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009630auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_001/780x0__r.jpg?hash=1774620781> (referer: https://ecarstrade.com/cars/7009646)
2026-03-27 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_002/780x0__r.jpg?hash=1774620781> (referer: https://ecarstrade.com/cars/7009646)
2026-03-27 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eda712f4-b221-58fe-9951-97bb87d86972
2026-03-27 14:50:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eda712f4-b221-58fe-9951-97bb87d86972
2026-03-27 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_000/780x0__r.jpg?hash=1774620781> (referer: https://ecarstrade.com/cars/7009646)
2026-03-27 14:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_001/780x0__r.jpg?hash=1774600916> (referer: https://ecarstrade.com/cars/7007224)
2026-03-27 14:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eda712f4-b221-58fe-9951-97bb87d86972
2026-03-27 14:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eda712f4-b221-58fe-9951-97bb87d86972
2026-03-27 14:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_000/780x0__r.jpg?hash=1774600916> (referer: https://ecarstrade.com/cars/7007224)
2026-03-27 14:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eda712f4-b221-58fe-9951-97bb87d86972
2026-03-27 14:50:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eda712f4-b221-58fe-9951-97bb87d86972, skipping ID generation
2026-03-27 14:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eda712f4-b221-58fe-9951-97bb87d86972 with scrape type 1
2026-03-27 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eda712f4-b221-58fe-9951-97bb87d86972 sending to next pipeline
2026-03-27 14:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: eda712f4-b221-58fe-9951-97bb87d86972, identifier: 7009646auction111131
2026-03-27 14:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: eda712f4-b221-58fe-9951-97bb87d86972 with identifier: 7009646auction111131
2026-03-27 14:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: eda712f4-b221-58fe-9951-97bb87d86972 with identifier: 7009646auction111131
2026-03-27 14:50:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: eda712f4-b221-58fe-9951-97bb87d86972 with identifier: 7009646auction111131 to the API
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009646/photo_000/780x0__r.jpg?hash=1774620781>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'eda712f4-b221-58fe-9951-97bb87d86972',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009646',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A4',
'odometer': 86404,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 Avant 35 TFSI Adv Edition',
'transmission': 'automatic',
'trim': 'AUDI Avant 35 TFSI Adv Edition',
'vin': None,
'year': 2023}
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009646auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:28 [ecarstrade.nl] INFO: Saving data for 7009646auction111131: {'created_time': 1774623028.492614, 'last_price_update_time': 1774623028.492624, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009646auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_004/780x0__r.jpg?hash=1774600331> (referer: https://ecarstrade.com/cars/7007129)
2026-03-27 14:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_003/780x0__r.jpg?hash=1774600331> (referer: https://ecarstrade.com/cars/7007129)
2026-03-27 14:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009522> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0c7a1ff4-cba4-5193-aa3f-63056a071a52
2026-03-27 14:50:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0c7a1ff4-cba4-5193-aa3f-63056a071a52
2026-03-27 14:50:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0c7a1ff4-cba4-5193-aa3f-63056a071a52, skipping ID generation
2026-03-27 14:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with scrape type 1
2026-03-27 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0c7a1ff4-cba4-5193-aa3f-63056a071a52 sending to next pipeline
2026-03-27 14:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0c7a1ff4-cba4-5193-aa3f-63056a071a52, identifier: 7007224auction111108
2026-03-27 14:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with identifier: 7007224auction111108
2026-03-27 14:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with identifier: 7007224auction111108
2026-03-27 14:50:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0c7a1ff4-cba4-5193-aa3f-63056a071a52 with identifier: 7007224auction111108 to the API
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007224/photo_000/780x0__r.jpg?hash=1774600916>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '0c7a1ff4-cba4-5193-aa3f-63056a071a52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007224',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 38277,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-03',
'seats_number': None,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Cargo 2.0 TDI Style',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Cargo 2.0 TDI Style',
'vin': None,
'year': 2024}
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007224auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:50:28 [ecarstrade.nl] INFO: Saving data for 7007224auction111108: {'created_time': 1774623028.94987, 'last_price_update_time': 1774623028.94988, 'auction_closing_time': 1774952700.0}
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007224auction111108') HTTP/1.1" 204 0
2026-03-27 14:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_002/780x0__r.jpg?hash=1774600330> (referer: https://ecarstrade.com/cars/7007129)
2026-03-27 14:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_001/780x0__r.jpg?hash=1774600330> (referer: https://ecarstrade.com/cars/7007129)
2026-03-27 14:50:28 [ecarstrade.nl] INFO: Extracting details for car 7009522auction111131
2026-03-27 14:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_000/780x0__r.jpg?hash=1774600330> (referer: https://ecarstrade.com/cars/7007129)
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ec143f6b-508b-50d3-92b3-cdd13601cea1
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ec143f6b-508b-50d3-92b3-cdd13601cea1
2026-03-27 14:50:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3798488-5fac-5b66-a337-57a69e91dfc5 with identifier: 7009522auction111131
2026-03-27 14:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3798488-5fac-5b66-a337-57a69e91dfc5 with scrape type 1
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b3798488-5fac-5b66-a337-57a69e91dfc5
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009522%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620163%27 HTTP/1.1" 200 None
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_000/780x0__r.jpg?hash=1774620163 not downloaded yet
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009522%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620163%27 HTTP/1.1" 200 None
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_001/780x0__r.jpg?hash=1774620163 not downloaded yet
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009522%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620163%27 HTTP/1.1" 200 None
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_002/780x0__r.jpg?hash=1774620163 not downloaded yet
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009522%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620163%27 HTTP/1.1" 200 None
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_003/780x0__r.jpg?hash=1774620163 not downloaded yet
2026-03-27 14:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_004/780x0__r.jpg?hash=1774600289> (referer: https://ecarstrade.com/cars/7007123)
2026-03-27 14:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_003/780x0__r.jpg?hash=1774600289> (referer: https://ecarstrade.com/cars/7007123)
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009522%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620163%27 HTTP/1.1" 200 None
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_004/780x0__r.jpg?hash=1774620163 not downloaded yet
2026-03-27 14:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_002/780x0__r.jpg?hash=1774600289> (referer: https://ecarstrade.com/cars/7007123)
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009522%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620163%27 HTTP/1.1" 200 None
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_005/780x0__r.jpg?hash=1774620163 not downloaded yet
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ec143f6b-508b-50d3-92b3-cdd13601cea1
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ec143f6b-508b-50d3-92b3-cdd13601cea1
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ec143f6b-508b-50d3-92b3-cdd13601cea1
2026-03-27 14:50:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ec143f6b-508b-50d3-92b3-cdd13601cea1, skipping ID generation
2026-03-27 14:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec143f6b-508b-50d3-92b3-cdd13601cea1 with scrape type 1
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ec143f6b-508b-50d3-92b3-cdd13601cea1 sending to next pipeline
2026-03-27 14:50:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ec143f6b-508b-50d3-92b3-cdd13601cea1, identifier: 7007129auction111108
2026-03-27 14:50:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ec143f6b-508b-50d3-92b3-cdd13601cea1 with identifier: 7007129auction111108
2026-03-27 14:50:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ec143f6b-508b-50d3-92b3-cdd13601cea1 with identifier: 7007129auction111108
2026-03-27 14:50:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ec143f6b-508b-50d3-92b3-cdd13601cea1 with identifier: 7007129auction111108 to the API
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007129/photo_000/780x0__r.jpg?hash=1774600330>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Electric',
'id': 'ec143f6b-508b-50d3-92b3-cdd13601cea1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007129',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model X',
'odometer': 299370,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-15',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model X 100D',
'transmission': 'automatic',
'trim': '100D',
'vin': None,
'year': 2018}
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007129auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:50:29 [ecarstrade.nl] INFO: Saving data for 7007129auction111108: {'created_time': 1774623029.664497, 'last_price_update_time': 1774623029.664508, 'auction_closing_time': 1774952700.0}
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007129auction111108') HTTP/1.1" 204 0
2026-03-27 14:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_000/780x0__r.jpg?hash=1774600284> (referer: https://ecarstrade.com/cars/7007123)
2026-03-27 14:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_004/780x0__r.jpg?hash=1774600277> (referer: https://ecarstrade.com/cars/7007121)
2026-03-27 14:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_001/780x0__r.jpg?hash=1774600284> (referer: https://ecarstrade.com/cars/7007123)
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1fc6523e-9e36-5a16-8d15-2f59783664bc
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1fc6523e-9e36-5a16-8d15-2f59783664bc
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1fc6523e-9e36-5a16-8d15-2f59783664bc
2026-03-27 14:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_002/780x0__r.jpg?hash=1774600277> (referer: https://ecarstrade.com/cars/7007121)
2026-03-27 14:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_001/780x0__r.jpg?hash=1774600277> (referer: https://ecarstrade.com/cars/7007121)
2026-03-27 14:50:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_003/780x0__r.jpg?hash=1774600277> (referer: https://ecarstrade.com/cars/7007121)
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1fc6523e-9e36-5a16-8d15-2f59783664bc
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aea1356d-9b80-5724-9454-400e242b16fd
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1fc6523e-9e36-5a16-8d15-2f59783664bc
2026-03-27 14:50:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1fc6523e-9e36-5a16-8d15-2f59783664bc, skipping ID generation
2026-03-27 14:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fc6523e-9e36-5a16-8d15-2f59783664bc with scrape type 1
2026-03-27 14:50:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1fc6523e-9e36-5a16-8d15-2f59783664bc sending to next pipeline
2026-03-27 14:50:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1fc6523e-9e36-5a16-8d15-2f59783664bc, identifier: 7007123auction111108
2026-03-27 14:50:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1fc6523e-9e36-5a16-8d15-2f59783664bc with identifier: 7007123auction111108
2026-03-27 14:50:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1fc6523e-9e36-5a16-8d15-2f59783664bc with identifier: 7007123auction111108
2026-03-27 14:50:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1fc6523e-9e36-5a16-8d15-2f59783664bc with identifier: 7007123auction111108 to the API
2026-03-27 14:50:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007123/photo_001/780x0__r.jpg?hash=1774600284>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': '1fc6523e-9e36-5a16-8d15-2f59783664bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007123',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'E 350',
'odometer': 143864,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLS-KLASSE 350 Premium Plus',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLS-KLASS Premium Plus',
'vin': None,
'year': 2019}
2026-03-27 14:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007123auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:50:30 [ecarstrade.nl] INFO: Saving data for 7007123auction111108: {'created_time': 1774623030.349203, 'last_price_update_time': 1774623030.349213, 'auction_closing_time': 1774952700.0}
2026-03-27 14:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007123auction111108') HTTP/1.1" 204 0
2026-03-27 14:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_000/780x0__r.jpg?hash=1774600276> (referer: https://ecarstrade.com/cars/7007121)
2026-03-27 14:50:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_003/780x0__r.jpg?hash=1774620163> (referer: https://ecarstrade.com/cars/7009522)
2026-03-27 14:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aea1356d-9b80-5724-9454-400e242b16fd
2026-03-27 14:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aea1356d-9b80-5724-9454-400e242b16fd
2026-03-27 14:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aea1356d-9b80-5724-9454-400e242b16fd
2026-03-27 14:50:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aea1356d-9b80-5724-9454-400e242b16fd
2026-03-27 14:50:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aea1356d-9b80-5724-9454-400e242b16fd, skipping ID generation
2026-03-27 14:50:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aea1356d-9b80-5724-9454-400e242b16fd with scrape type 1
2026-03-27 14:50:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aea1356d-9b80-5724-9454-400e242b16fd sending to next pipeline
2026-03-27 14:50:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aea1356d-9b80-5724-9454-400e242b16fd, identifier: 7007121auction111108
2026-03-27 14:50:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aea1356d-9b80-5724-9454-400e242b16fd with identifier: 7007121auction111108
2026-03-27 14:50:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aea1356d-9b80-5724-9454-400e242b16fd with identifier: 7007121auction111108
2026-03-27 14:50:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aea1356d-9b80-5724-9454-400e242b16fd with identifier: 7007121auction111108 to the API
2026-03-27 14:50:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007121/photo_000/780x0__r.jpg?hash=1774600276>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': 'aea1356d-9b80-5724-9454-400e242b16fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007121',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Iveco',
'model': 'Other',
'odometer': 65856,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-31',
'seats_number': None,
'seller_name': None,
'title': 'IVECO DAILY 35C14 2.3 375',
'transmission': 'manual',
'trim': 'IVECO DAILY 35C14 2.3 375',
'vin': None,
'year': 2022}
2026-03-27 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007121auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:50:31 [ecarstrade.nl] INFO: Saving data for 7007121auction111108: {'created_time': 1774623031.038624, 'last_price_update_time': 1774623031.038635, 'auction_closing_time': 1774952700.0}
2026-03-27 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007121auction111108') HTTP/1.1" 204 0
2026-03-27 14:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_002/780x0__r.jpg?hash=1774620163> (referer: https://ecarstrade.com/cars/7009522)
2026-03-27 14:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_001/780x0__r.jpg?hash=1774620163> (referer: https://ecarstrade.com/cars/7009522)
2026-03-27 14:50:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b3798488-5fac-5b66-a337-57a69e91dfc5
2026-03-27 14:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_004/780x0__r.jpg?hash=1774620163> (referer: https://ecarstrade.com/cars/7009522)
2026-03-27 14:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_005/780x0__r.jpg?hash=1774620163> (referer: https://ecarstrade.com/cars/7009522)
2026-03-27 14:50:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b3798488-5fac-5b66-a337-57a69e91dfc5
2026-03-27 14:50:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b3798488-5fac-5b66-a337-57a69e91dfc5
2026-03-27 14:50:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_000/780x0__r.jpg?hash=1774620163> (referer: https://ecarstrade.com/cars/7009522)
2026-03-27 14:50:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b3798488-5fac-5b66-a337-57a69e91dfc5
2026-03-27 14:50:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b3798488-5fac-5b66-a337-57a69e91dfc5
2026-03-27 14:50:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b3798488-5fac-5b66-a337-57a69e91dfc5
2026-03-27 14:50:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b3798488-5fac-5b66-a337-57a69e91dfc5, skipping ID generation
2026-03-27 14:50:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3798488-5fac-5b66-a337-57a69e91dfc5 with scrape type 1
2026-03-27 14:50:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b3798488-5fac-5b66-a337-57a69e91dfc5 sending to next pipeline
2026-03-27 14:50:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b3798488-5fac-5b66-a337-57a69e91dfc5, identifier: 7009522auction111131
2026-03-27 14:50:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b3798488-5fac-5b66-a337-57a69e91dfc5 with identifier: 7009522auction111131
2026-03-27 14:50:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b3798488-5fac-5b66-a337-57a69e91dfc5 with identifier: 7009522auction111131
2026-03-27 14:50:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b3798488-5fac-5b66-a337-57a69e91dfc5 with identifier: 7009522auction111131 to the API
2026-03-27 14:50:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009522/photo_000/780x0__r.jpg?hash=1774620163>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'b3798488-5fac-5b66-a337-57a69e91dfc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009522',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Ford Mustang Mach-E',
'odometer': 115519,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Mustang Mach-E Extended RWD 98 kWh',
'transmission': 'automatic',
'trim': 'FORD Mustang Mach-E Extended RWD 98 kWh',
'vin': None,
'year': 2022}
2026-03-27 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009522auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:31 [ecarstrade.nl] INFO: Saving data for 7009522auction111131: {'created_time': 1774623031.998375, 'last_price_update_time': 1774623031.998386, 'auction_closing_time': 1774953600.0}
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009522auction111131') HTTP/1.1" 204 0
2026-03-27 14:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009578auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009578auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009578auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009346auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009346auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009346auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009322auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009322auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009322auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009349auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009349auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009349auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009540auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009540auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009540auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009635auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009635auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009635auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009652auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009652auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009652auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009282auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009282auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009282auction111131: 1
2026-03-27 14:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009644> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009475auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009475auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009475auction111131: 1
2026-03-27 14:50:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009297auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009297auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009297auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009343auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009343auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009343auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009267auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009267auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009267auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009274auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009274auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009274auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009415auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009415auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009415auction111131: 1
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Extracting details for car 7009644auction111131
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7010184auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010184auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7010184auction111131: 1
2026-03-27 14:50:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35b65111-d84c-5603-b431-95ab01e2f743 with identifier: 7009644auction111131
2026-03-27 14:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35b65111-d84c-5603-b431-95ab01e2f743 with scrape type 1
2026-03-27 14:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 35b65111-d84c-5603-b431-95ab01e2f743
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009644%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620774%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_000/780x0__r.jpg?hash=1774620774 not downloaded yet
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009289auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009289auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009289auction111131: 1
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009644%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620774%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_001/780x0__r.jpg?hash=1774620774 not downloaded yet
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009344auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009344auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009344auction111131: 1
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009644%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620774%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_002/780x0__r.jpg?hash=1774620774 not downloaded yet
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7010173auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010173auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7010173auction111131: 1
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009644%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620774%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_003/780x0__r.jpg?hash=1774620774 not downloaded yet
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009290auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009290auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009290auction111131: 1
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009644%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620774%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_004/780x0__r.jpg?hash=1774620774 not downloaded yet
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Found listing with ID: 7009380auction111131
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009380auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [ecarstrade.nl] INFO: Scrape type for 7009380auction111131: 1
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009644%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620774%27 HTTP/1.1" 200 None
2026-03-27 14:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_005/780x0__r.jpg?hash=1774620774 not downloaded yet
2026-03-27 14:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009352> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:39 [ecarstrade.nl] INFO: Extracting details for car 7009352auction111131
2026-03-27 14:50:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 401de392-68df-53c7-a5f9-78ece4d36647 with identifier: 7009352auction111131
2026-03-27 14:50:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 401de392-68df-53c7-a5f9-78ece4d36647 with scrape type 1
2026-03-27 14:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 401de392-68df-53c7-a5f9-78ece4d36647
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009352%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619876%27 HTTP/1.1" 200 None
2026-03-27 14:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_000/780x0__r.jpg?hash=1774619876 not downloaded yet
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009352%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619876%27 HTTP/1.1" 200 None
2026-03-27 14:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_001/780x0__r.jpg?hash=1774619876 not downloaded yet
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009352%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619876%27 HTTP/1.1" 200 None
2026-03-27 14:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_002/780x0__r.jpg?hash=1774619876 not downloaded yet
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009352%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619876%27 HTTP/1.1" 200 None
2026-03-27 14:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_003/780x0__r.jpg?hash=1774619876 not downloaded yet
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009352%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619876%27 HTTP/1.1" 200 None
2026-03-27 14:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_004/780x0__r.jpg?hash=1774619876 not downloaded yet
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009352%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619876%27 HTTP/1.1" 200 None
2026-03-27 14:50:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_005/780x0__r.jpg?hash=1774619876 not downloaded yet
2026-03-27 14:50:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007203> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:40 [ecarstrade.nl] INFO: Extracting details for car 7007203auction111108
2026-03-27 14:50:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with identifier: 7007203auction111108
2026-03-27 14:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with scrape type 1
2026-03-27 14:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6dd260c9-44fc-5948-8bd2-5cde23e037f0
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007203%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600831%27 HTTP/1.1" 200 None
2026-03-27 14:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_000/780x0__r.jpg?hash=1774600831 not downloaded yet
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007203%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600831%27 HTTP/1.1" 200 None
2026-03-27 14:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_001/780x0__r.jpg?hash=1774600831 not downloaded yet
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007203%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600831%27 HTTP/1.1" 200 None
2026-03-27 14:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_002/780x0__r.jpg?hash=1774600831 not downloaded yet
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007203%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600832%27 HTTP/1.1" 200 None
2026-03-27 14:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_003/780x0__r.jpg?hash=1774600832 not downloaded yet
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007203%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600832%27 HTTP/1.1" 200 None
2026-03-27 14:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_004/780x0__r.jpg?hash=1774600832 not downloaded yet
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007203%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600832%27 HTTP/1.1" 200 None
2026-03-27 14:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_005/780x0__r.jpg?hash=1774600832 not downloaded yet
2026-03-27 14:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007119> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:44 [ecarstrade.nl] INFO: Extracting details for car 7007119auction111108
2026-03-27 14:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e43ef9ba-fc7e-50ea-91b1-93003829467c with identifier: 7007119auction111108
2026-03-27 14:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e43ef9ba-fc7e-50ea-91b1-93003829467c with scrape type 1
2026-03-27 14:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e43ef9ba-fc7e-50ea-91b1-93003829467c
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007119%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600269%27 HTTP/1.1" 200 None
2026-03-27 14:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_000/780x0__r.jpg?hash=1774600269 not downloaded yet
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007119%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600269%27 HTTP/1.1" 200 None
2026-03-27 14:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_001/780x0__r.jpg?hash=1774600269 not downloaded yet
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007119%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600269%27 HTTP/1.1" 200 None
2026-03-27 14:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_002/780x0__r.jpg?hash=1774600269 not downloaded yet
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007119%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600269%27 HTTP/1.1" 200 None
2026-03-27 14:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_003/780x0__r.jpg?hash=1774600269 not downloaded yet
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007119%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600269%27 HTTP/1.1" 200 None
2026-03-27 14:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_004/780x0__r.jpg?hash=1774600269 not downloaded yet
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007119%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600269%27 HTTP/1.1" 200 None
2026-03-27 14:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_005/780x0__r.jpg?hash=1774600269 not downloaded yet
2026-03-27 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009406> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:45 [ecarstrade.nl] INFO: Extracting details for car 7009406auction111131
2026-03-27 14:50:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f22fc83-ce21-5b57-a23a-d464851276b5 with identifier: 7009406auction111131
2026-03-27 14:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f22fc83-ce21-5b57-a23a-d464851276b5 with scrape type 1
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4f22fc83-ce21-5b57-a23a-d464851276b5
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009406%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620102%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_000/780x0__r.jpg?hash=1774620102 not downloaded yet
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009406%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620102%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_001/780x0__r.jpg?hash=1774620102 not downloaded yet
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009406%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620102%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_002/780x0__r.jpg?hash=1774620102 not downloaded yet
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009406%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620102%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_003/780x0__r.jpg?hash=1774620102 not downloaded yet
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009406%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620102%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_004/780x0__r.jpg?hash=1774620102 not downloaded yet
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009406%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620102%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_005/780x0__r.jpg?hash=1774620102 not downloaded yet
2026-03-27 14:50:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007112> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:45 [ecarstrade.nl] INFO: Extracting details for car 7007112auction111108
2026-03-27 14:50:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fd60a86-0909-5d61-9d9d-311d5f78b067 with identifier: 7007112auction111108
2026-03-27 14:50:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd60a86-0909-5d61-9d9d-311d5f78b067 with scrape type 1
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6fd60a86-0909-5d61-9d9d-311d5f78b067
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007112%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600235%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_000/780x0__r.jpg?hash=1774600235 not downloaded yet
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007112%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600235%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_001/780x0__r.jpg?hash=1774600235 not downloaded yet
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007112%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600235%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_002/780x0__r.jpg?hash=1774600235 not downloaded yet
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007112%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600235%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_003/780x0__r.jpg?hash=1774600235 not downloaded yet
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007112%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600235%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_004/780x0__r.jpg?hash=1774600235 not downloaded yet
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007112%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600235%27 HTTP/1.1" 200 None
2026-03-27 14:50:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_005/780x0__r.jpg?hash=1774600235 not downloaded yet
2026-03-27 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007120> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:48 [ecarstrade.nl] INFO: Extracting details for car 7007120auction111108
2026-03-27 14:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21807e41-976e-53b7-ab93-a81e5c74d1f0 with identifier: 7007120auction111108
2026-03-27 14:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21807e41-976e-53b7-ab93-a81e5c74d1f0 with scrape type 1
2026-03-27 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 21807e41-976e-53b7-ab93-a81e5c74d1f0
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007120%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600273%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_000/780x0__r.jpg?hash=1774600273 not downloaded yet
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007120%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600273%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_001/780x0__r.jpg?hash=1774600273 not downloaded yet
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007120%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600273%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_002/780x0__r.jpg?hash=1774600273 not downloaded yet
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007120%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600273%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_003/780x0__r.jpg?hash=1774600273 not downloaded yet
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007120%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600273%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_004/780x0__r.jpg?hash=1774600273 not downloaded yet
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007120%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600273%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_005/780x0__r.jpg?hash=1774600273 not downloaded yet
2026-03-27 14:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007162> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:49 [ecarstrade.nl] INFO: Extracting details for car 7007162auction111108
2026-03-27 14:50:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with identifier: 7007162auction111108
2026-03-27 14:50:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with scrape type 1
2026-03-27 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2b33a3cb-d185-5f69-8970-48eaa2f8f865
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007162%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600437%27 HTTP/1.1" 200 None
2026-03-27 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_000/780x0__r.jpg?hash=1774600437 not downloaded yet
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007162%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600437%27 HTTP/1.1" 200 None
2026-03-27 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_001/780x0__r.jpg?hash=1774600437 not downloaded yet
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007162%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600437%27 HTTP/1.1" 200 None
2026-03-27 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_002/780x0__r.jpg?hash=1774600437 not downloaded yet
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007162%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600437%27 HTTP/1.1" 200 None
2026-03-27 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_003/780x0__r.jpg?hash=1774600437 not downloaded yet
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007162%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600437%27 HTTP/1.1" 200 None
2026-03-27 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_004/780x0__r.jpg?hash=1774600437 not downloaded yet
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007162%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600437%27 HTTP/1.1" 200 None
2026-03-27 14:50:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_005/780x0__r.jpg?hash=1774600437 not downloaded yet
2026-03-27 14:50:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009578> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:52 [ecarstrade.nl] INFO: Extracting details for car 7009578auction111131
2026-03-27 14:50:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 385c159f-3f73-5d64-a7e5-03ef04e6bacf with identifier: 7009578auction111131
2026-03-27 14:50:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 385c159f-3f73-5d64-a7e5-03ef04e6bacf with scrape type 1
2026-03-27 14:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 385c159f-3f73-5d64-a7e5-03ef04e6bacf
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009578%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620196%27 HTTP/1.1" 200 None
2026-03-27 14:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_000/780x0__r.jpg?hash=1774620196 not downloaded yet
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009578%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620196%27 HTTP/1.1" 200 None
2026-03-27 14:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_001/780x0__r.jpg?hash=1774620196 not downloaded yet
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009578%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620196%27 HTTP/1.1" 200 None
2026-03-27 14:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_002/780x0__r.jpg?hash=1774620196 not downloaded yet
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009578%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620196%27 HTTP/1.1" 200 None
2026-03-27 14:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_003/780x0__r.jpg?hash=1774620196 not downloaded yet
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009578%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620196%27 HTTP/1.1" 200 None
2026-03-27 14:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_004/780x0__r.jpg?hash=1774620196 not downloaded yet
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009578%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620196%27 HTTP/1.1" 200 None
2026-03-27 14:50:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_005/780x0__r.jpg?hash=1774620196 not downloaded yet
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007130> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_005/780x0__r.jpg?hash=1774620774> (referer: https://ecarstrade.com/cars/7009644)
2026-03-27 14:50:58 [ecarstrade.nl] INFO: Extracting details for car 7007130auction111108
2026-03-27 14:50:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0541001-f252-502e-9ba9-378609cff726 with identifier: 7007130auction111108
2026-03-27 14:50:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0541001-f252-502e-9ba9-378609cff726 with scrape type 1
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e0541001-f252-502e-9ba9-378609cff726
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007130%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600336%27 HTTP/1.1" 200 None
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_000/780x0__r.jpg?hash=1774600336 not downloaded yet
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_005/780x0__r.jpg?hash=1774619876> (referer: https://ecarstrade.com/cars/7009352)
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007130%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600337%27 HTTP/1.1" 200 None
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_001/780x0__r.jpg?hash=1774600337 not downloaded yet
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007130%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600337%27 HTTP/1.1" 200 None
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_002/780x0__r.jpg?hash=1774600337 not downloaded yet
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007130%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600337%27 HTTP/1.1" 200 None
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_003/780x0__r.jpg?hash=1774600337 not downloaded yet
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007130%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600337%27 HTTP/1.1" 200 None
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_004/780x0__r.jpg?hash=1774600337 not downloaded yet
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 35b65111-d84c-5603-b431-95ab01e2f743
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007130%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600337%27 HTTP/1.1" 200 None
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_005/780x0__r.jpg?hash=1774600337 not downloaded yet
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 401de392-68df-53c7-a5f9-78ece4d36647
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_005/780x0__r.jpg?hash=1774600832> (referer: https://ecarstrade.com/cars/7007203)
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_005/780x0__r.jpg?hash=1774600269> (referer: https://ecarstrade.com/cars/7007119)
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6dd260c9-44fc-5948-8bd2-5cde23e037f0
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_005/780x0__r.jpg?hash=1774620102> (referer: https://ecarstrade.com/cars/7009406)
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e43ef9ba-fc7e-50ea-91b1-93003829467c
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_005/780x0__r.jpg?hash=1774600235> (referer: https://ecarstrade.com/cars/7007112)
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4f22fc83-ce21-5b57-a23a-d464851276b5
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_005/780x0__r.jpg?hash=1774600273> (referer: https://ecarstrade.com/cars/7007120)
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6fd60a86-0909-5d61-9d9d-311d5f78b067
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_005/780x0__r.jpg?hash=1774600437> (referer: https://ecarstrade.com/cars/7007162)
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 21807e41-976e-53b7-ab93-a81e5c74d1f0
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_005/780x0__r.jpg?hash=1774620196> (referer: https://ecarstrade.com/cars/7009578)
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2b33a3cb-d185-5f69-8970-48eaa2f8f865
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_004/780x0__r.jpg?hash=1774620196> (referer: https://ecarstrade.com/cars/7009578)
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 385c159f-3f73-5d64-a7e5-03ef04e6bacf
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_000/780x0__r.jpg?hash=1774600336> (referer: https://ecarstrade.com/cars/7007130)
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 385c159f-3f73-5d64-a7e5-03ef04e6bacf
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_005/780x0__r.jpg?hash=1774600337> (referer: https://ecarstrade.com/cars/7007130)
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e0541001-f252-502e-9ba9-378609cff726
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_004/780x0__r.jpg?hash=1774600337> (referer: https://ecarstrade.com/cars/7007130)
2026-03-27 14:50:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e0541001-f252-502e-9ba9-378609cff726
2026-03-27 14:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_003/780x0__r.jpg?hash=1774600337> (referer: https://ecarstrade.com/cars/7007130)
2026-03-27 14:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_002/780x0__r.jpg?hash=1774600337> (referer: https://ecarstrade.com/cars/7007130)
2026-03-27 14:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e0541001-f252-502e-9ba9-378609cff726
2026-03-27 14:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e0541001-f252-502e-9ba9-378609cff726
2026-03-27 14:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_001/780x0__r.jpg?hash=1774600337> (referer: https://ecarstrade.com/cars/7007130)
2026-03-27 14:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e0541001-f252-502e-9ba9-378609cff726
2026-03-27 14:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_003/780x0__r.jpg?hash=1774620196> (referer: https://ecarstrade.com/cars/7009578)
2026-03-27 14:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e0541001-f252-502e-9ba9-378609cff726
2026-03-27 14:50:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e0541001-f252-502e-9ba9-378609cff726, skipping ID generation
2026-03-27 14:50:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0541001-f252-502e-9ba9-378609cff726 with scrape type 1
2026-03-27 14:50:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e0541001-f252-502e-9ba9-378609cff726 sending to next pipeline
2026-03-27 14:50:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e0541001-f252-502e-9ba9-378609cff726, identifier: 7007130auction111108
2026-03-27 14:50:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e0541001-f252-502e-9ba9-378609cff726 with identifier: 7007130auction111108
2026-03-27 14:50:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e0541001-f252-502e-9ba9-378609cff726 with identifier: 7007130auction111108
2026-03-27 14:50:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e0541001-f252-502e-9ba9-378609cff726 with identifier: 7007130auction111108 to the API
2026-03-27 14:50:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50: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-27 14:50:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007130/photo_001/780x0__r.jpg?hash=1774600337>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': 'e0541001-f252-502e-9ba9-378609cff726',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007130',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '328',
'odometer': 192699,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 328i xDrive High Executive',
'transmission': 'automatic',
'trim': '3-serie i xDrive High Executive',
'vin': None,
'year': 2015}
2026-03-27 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007130auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:50:59 [ecarstrade.nl] INFO: Saving data for 7007130auction111108: {'created_time': 1774623059.759336, 'last_price_update_time': 1774623059.759348, 'auction_closing_time': 1774952700.0}
2026-03-27 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007130auction111108') HTTP/1.1" 204 0
2026-03-27 14:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_002/780x0__r.jpg?hash=1774620196> (referer: https://ecarstrade.com/cars/7009578)
2026-03-27 14:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 385c159f-3f73-5d64-a7e5-03ef04e6bacf
2026-03-27 14:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_001/780x0__r.jpg?hash=1774620196> (referer: https://ecarstrade.com/cars/7009578)
2026-03-27 14:50:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 385c159f-3f73-5d64-a7e5-03ef04e6bacf
2026-03-27 14:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_000/780x0__r.jpg?hash=1774620196> (referer: https://ecarstrade.com/cars/7009578)
2026-03-27 14:51:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 385c159f-3f73-5d64-a7e5-03ef04e6bacf
2026-03-27 14:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_004/780x0__r.jpg?hash=1774600437> (referer: https://ecarstrade.com/cars/7007162)
2026-03-27 14:51:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 385c159f-3f73-5d64-a7e5-03ef04e6bacf
2026-03-27 14:51:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 385c159f-3f73-5d64-a7e5-03ef04e6bacf, skipping ID generation
2026-03-27 14:51:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 385c159f-3f73-5d64-a7e5-03ef04e6bacf with scrape type 1
2026-03-27 14:51:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 385c159f-3f73-5d64-a7e5-03ef04e6bacf sending to next pipeline
2026-03-27 14:51:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 385c159f-3f73-5d64-a7e5-03ef04e6bacf, identifier: 7009578auction111131
2026-03-27 14:51:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 385c159f-3f73-5d64-a7e5-03ef04e6bacf with identifier: 7009578auction111131
2026-03-27 14:51:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 385c159f-3f73-5d64-a7e5-03ef04e6bacf with identifier: 7009578auction111131
2026-03-27 14:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 385c159f-3f73-5d64-a7e5-03ef04e6bacf with identifier: 7009578auction111131 to the API
2026-03-27 14:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51: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-27 14:51:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009578/photo_000/780x0__r.jpg?hash=1774620196>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '385c159f-3f73-5d64-a7e5-03ef04e6bacf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009578',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'S60',
'odometer': 116658,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-14',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO S60 2.0 B4 R-Design',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 B4 R-Design',
'vin': None,
'year': 2021}
2026-03-27 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009578auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:00 [ecarstrade.nl] INFO: Saving data for 7009578auction111131: {'created_time': 1774623060.520084, 'last_price_update_time': 1774623060.520094, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009578auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_003/780x0__r.jpg?hash=1774600437> (referer: https://ecarstrade.com/cars/7007162)
2026-03-27 14:51:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2b33a3cb-d185-5f69-8970-48eaa2f8f865
2026-03-27 14:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_002/780x0__r.jpg?hash=1774600437> (referer: https://ecarstrade.com/cars/7007162)
2026-03-27 14:51:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2b33a3cb-d185-5f69-8970-48eaa2f8f865
2026-03-27 14:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_001/780x0__r.jpg?hash=1774600437> (referer: https://ecarstrade.com/cars/7007162)
2026-03-27 14:51:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2b33a3cb-d185-5f69-8970-48eaa2f8f865
2026-03-27 14:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_000/780x0__r.jpg?hash=1774600437> (referer: https://ecarstrade.com/cars/7007162)
2026-03-27 14:51:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2b33a3cb-d185-5f69-8970-48eaa2f8f865
2026-03-27 14:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_004/780x0__r.jpg?hash=1774600273> (referer: https://ecarstrade.com/cars/7007120)
2026-03-27 14:51:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2b33a3cb-d185-5f69-8970-48eaa2f8f865
2026-03-27 14:51:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b33a3cb-d185-5f69-8970-48eaa2f8f865, skipping ID generation
2026-03-27 14:51:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with scrape type 1
2026-03-27 14:51:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b33a3cb-d185-5f69-8970-48eaa2f8f865 sending to next pipeline
2026-03-27 14:51:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2b33a3cb-d185-5f69-8970-48eaa2f8f865, identifier: 7007162auction111108
2026-03-27 14:51:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with identifier: 7007162auction111108
2026-03-27 14:51:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with identifier: 7007162auction111108
2026-03-27 14:51:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2b33a3cb-d185-5f69-8970-48eaa2f8f865 with identifier: 7007162auction111108 to the API
2026-03-27 14:51:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51: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-27 14:51:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007162/photo_000/780x0__r.jpg?hash=1774600437>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': '2b33a3cb-d185-5f69-8970-48eaa2f8f865',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007162',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 97782,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.5 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF 1.5 TSI Life',
'vin': None,
'year': 2020}
2026-03-27 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007162auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:51:01 [ecarstrade.nl] INFO: Saving data for 7007162auction111108: {'created_time': 1774623061.388952, 'last_price_update_time': 1774623061.388962, 'auction_closing_time': 1774952700.0}
2026-03-27 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007162auction111108') HTTP/1.1" 204 0
2026-03-27 14:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_003/780x0__r.jpg?hash=1774600273> (referer: https://ecarstrade.com/cars/7007120)
2026-03-27 14:51:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 21807e41-976e-53b7-ab93-a81e5c74d1f0
2026-03-27 14:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_002/780x0__r.jpg?hash=1774600273> (referer: https://ecarstrade.com/cars/7007120)
2026-03-27 14:51:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 21807e41-976e-53b7-ab93-a81e5c74d1f0
2026-03-27 14:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_001/780x0__r.jpg?hash=1774600273> (referer: https://ecarstrade.com/cars/7007120)
2026-03-27 14:51:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 21807e41-976e-53b7-ab93-a81e5c74d1f0
2026-03-27 14:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_000/780x0__r.jpg?hash=1774600273> (referer: https://ecarstrade.com/cars/7007120)
2026-03-27 14:51:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 21807e41-976e-53b7-ab93-a81e5c74d1f0
2026-03-27 14:51:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_004/780x0__r.jpg?hash=1774600235> (referer: https://ecarstrade.com/cars/7007112)
2026-03-27 14:51:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 21807e41-976e-53b7-ab93-a81e5c74d1f0
2026-03-27 14:51:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 21807e41-976e-53b7-ab93-a81e5c74d1f0, skipping ID generation
2026-03-27 14:51:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21807e41-976e-53b7-ab93-a81e5c74d1f0 with scrape type 1
2026-03-27 14:51:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 21807e41-976e-53b7-ab93-a81e5c74d1f0 sending to next pipeline
2026-03-27 14:51:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 21807e41-976e-53b7-ab93-a81e5c74d1f0, identifier: 7007120auction111108
2026-03-27 14:51:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 21807e41-976e-53b7-ab93-a81e5c74d1f0 with identifier: 7007120auction111108
2026-03-27 14:51:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 21807e41-976e-53b7-ab93-a81e5c74d1f0 with identifier: 7007120auction111108
2026-03-27 14:51:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 21807e41-976e-53b7-ab93-a81e5c74d1f0 with identifier: 7007120auction111108 to the API
2026-03-27 14:51:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007120/photo_000/780x0__r.jpg?hash=1774600273>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '21807e41-976e-53b7-ab93-a81e5c74d1f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007120',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 141392,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-09',
'seats_number': None,
'seller_name': None,
'title': 'FORD Transit Custom 280 2.0 TDCI L1H1 Trend',
'transmission': 'automatic',
'trim': 'FORD 280 2.0 TDCI L1H1 Trend',
'vin': None,
'year': 2020}
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007120auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:51:02 [ecarstrade.nl] INFO: Saving data for 7007120auction111108: {'created_time': 1774623062.152697, 'last_price_update_time': 1774623062.152709, 'auction_closing_time': 1774952700.0}
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007120auction111108') HTTP/1.1" 204 0
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_003/780x0__r.jpg?hash=1774600235> (referer: https://ecarstrade.com/cars/7007112)
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009282> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6fd60a86-0909-5d61-9d9d-311d5f78b067
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_001/780x0__r.jpg?hash=1774600235> (referer: https://ecarstrade.com/cars/7007112)
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_002/780x0__r.jpg?hash=1774600235> (referer: https://ecarstrade.com/cars/7007112)
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6fd60a86-0909-5d61-9d9d-311d5f78b067
2026-03-27 14:51:02 [ecarstrade.nl] INFO: Extracting details for car 7009282auction111131
2026-03-27 14:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a77db747-de58-5512-9a6a-384da1f3cbf1 with identifier: 7009282auction111131
2026-03-27 14:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77db747-de58-5512-9a6a-384da1f3cbf1 with scrape type 1
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a77db747-de58-5512-9a6a-384da1f3cbf1
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009282%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619519%27 HTTP/1.1" 200 None
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_000/780x0__r.jpg?hash=1774619519 not downloaded yet
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_000/780x0__r.jpg?hash=1774600235> (referer: https://ecarstrade.com/cars/7007112)
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009282%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619519%27 HTTP/1.1" 200 None
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_001/780x0__r.jpg?hash=1774619519 not downloaded yet
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_004/780x0__r.jpg?hash=1774620102> (referer: https://ecarstrade.com/cars/7009406)
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009282%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619519%27 HTTP/1.1" 200 None
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_002/780x0__r.jpg?hash=1774619519 not downloaded yet
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6fd60a86-0909-5d61-9d9d-311d5f78b067
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009282%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619520%27 HTTP/1.1" 200 None
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_003/780x0__r.jpg?hash=1774619520 not downloaded yet
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6fd60a86-0909-5d61-9d9d-311d5f78b067
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009282%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619520%27 HTTP/1.1" 200 None
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_004/780x0__r.jpg?hash=1774619520 not downloaded yet
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_003/780x0__r.jpg?hash=1774620102> (referer: https://ecarstrade.com/cars/7009406)
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009282%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619520%27 HTTP/1.1" 200 None
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_005/780x0__r.jpg?hash=1774619520 not downloaded yet
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_002/780x0__r.jpg?hash=1774620102> (referer: https://ecarstrade.com/cars/7009406)
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6fd60a86-0909-5d61-9d9d-311d5f78b067
2026-03-27 14:51:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6fd60a86-0909-5d61-9d9d-311d5f78b067, skipping ID generation
2026-03-27 14:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd60a86-0909-5d61-9d9d-311d5f78b067 with scrape type 1
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6fd60a86-0909-5d61-9d9d-311d5f78b067 sending to next pipeline
2026-03-27 14:51:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6fd60a86-0909-5d61-9d9d-311d5f78b067, identifier: 7007112auction111108
2026-03-27 14:51:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6fd60a86-0909-5d61-9d9d-311d5f78b067 with identifier: 7007112auction111108
2026-03-27 14:51:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6fd60a86-0909-5d61-9d9d-311d5f78b067 with identifier: 7007112auction111108
2026-03-27 14:51:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6fd60a86-0909-5d61-9d9d-311d5f78b067 with identifier: 7007112auction111108 to the API
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007112/photo_000/780x0__r.jpg?hash=1774600235>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': '6fd60a86-0909-5d61-9d9d-311d5f78b067',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007112',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A4',
'odometer': 251814,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT 1.4 TFSI Lease Edition',
'transmission': 'automatic',
'trim': 'AUDI AVANT 1.4 TFSI Lease Edition',
'vin': None,
'year': 2017}
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007112auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:51:02 [ecarstrade.nl] INFO: Saving data for 7007112auction111108: {'created_time': 1774623062.902251, 'last_price_update_time': 1774623062.90226, 'auction_closing_time': 1774952700.0}
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007112auction111108') HTTP/1.1" 204 0
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_000/780x0__r.jpg?hash=1774620102> (referer: https://ecarstrade.com/cars/7009406)
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_001/780x0__r.jpg?hash=1774620102> (referer: https://ecarstrade.com/cars/7009406)
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4f22fc83-ce21-5b57-a23a-d464851276b5
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4f22fc83-ce21-5b57-a23a-d464851276b5
2026-03-27 14:51:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4f22fc83-ce21-5b57-a23a-d464851276b5
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_004/780x0__r.jpg?hash=1774600269> (referer: https://ecarstrade.com/cars/7007119)
2026-03-27 14:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_003/780x0__r.jpg?hash=1774600269> (referer: https://ecarstrade.com/cars/7007119)
2026-03-27 14:51:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4f22fc83-ce21-5b57-a23a-d464851276b5
2026-03-27 14:51:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4f22fc83-ce21-5b57-a23a-d464851276b5
2026-03-27 14:51:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4f22fc83-ce21-5b57-a23a-d464851276b5, skipping ID generation
2026-03-27 14:51:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f22fc83-ce21-5b57-a23a-d464851276b5 with scrape type 1
2026-03-27 14:51:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4f22fc83-ce21-5b57-a23a-d464851276b5 sending to next pipeline
2026-03-27 14:51:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4f22fc83-ce21-5b57-a23a-d464851276b5, identifier: 7009406auction111131
2026-03-27 14:51:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4f22fc83-ce21-5b57-a23a-d464851276b5 with identifier: 7009406auction111131
2026-03-27 14:51:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4f22fc83-ce21-5b57-a23a-d464851276b5 with identifier: 7009406auction111131
2026-03-27 14:51:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4f22fc83-ce21-5b57-a23a-d464851276b5 with identifier: 7009406auction111131 to the API
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009406/photo_001/780x0__r.jpg?hash=1774620102>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4f22fc83-ce21-5b57-a23a-d464851276b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009406',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': 'X5',
'odometer': 160313,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW x5 xDrive45e High Exec. M-Sport',
'transmission': 'automatic',
'trim': 'x5 xDrive45e High Exec. M-Sport',
'vin': None,
'year': 2022}
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009406auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:03 [ecarstrade.nl] INFO: Saving data for 7009406auction111131: {'created_time': 1774623063.707894, 'last_price_update_time': 1774623063.707907, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009406auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_002/780x0__r.jpg?hash=1774600269> (referer: https://ecarstrade.com/cars/7007119)
2026-03-27 14:51:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_001/780x0__r.jpg?hash=1774600269> (referer: https://ecarstrade.com/cars/7007119)
2026-03-27 14:51:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e43ef9ba-fc7e-50ea-91b1-93003829467c
2026-03-27 14:51:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e43ef9ba-fc7e-50ea-91b1-93003829467c
2026-03-27 14:51:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e43ef9ba-fc7e-50ea-91b1-93003829467c
2026-03-27 14:51:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e43ef9ba-fc7e-50ea-91b1-93003829467c
2026-03-27 14:51:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_001/780x0__r.jpg?hash=1774619519> (referer: https://ecarstrade.com/cars/7009282)
2026-03-27 14:51:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_000/780x0__r.jpg?hash=1774619519> (referer: https://ecarstrade.com/cars/7009282)
2026-03-27 14:51:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_004/780x0__r.jpg?hash=1774619520> (referer: https://ecarstrade.com/cars/7009282)
2026-03-27 14:51:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_005/780x0__r.jpg?hash=1774619520> (referer: https://ecarstrade.com/cars/7009282)
2026-03-27 14:51:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a77db747-de58-5512-9a6a-384da1f3cbf1
2026-03-27 14:51:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a77db747-de58-5512-9a6a-384da1f3cbf1
2026-03-27 14:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_003/780x0__r.jpg?hash=1774619520> (referer: https://ecarstrade.com/cars/7009282)
2026-03-27 14:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_002/780x0__r.jpg?hash=1774619519> (referer: https://ecarstrade.com/cars/7009282)
2026-03-27 14:51:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a77db747-de58-5512-9a6a-384da1f3cbf1
2026-03-27 14:51:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a77db747-de58-5512-9a6a-384da1f3cbf1
2026-03-27 14:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_000/780x0__r.jpg?hash=1774600269> (referer: https://ecarstrade.com/cars/7007119)
2026-03-27 14:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_004/780x0__r.jpg?hash=1774600832> (referer: https://ecarstrade.com/cars/7007203)
2026-03-27 14:51:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a77db747-de58-5512-9a6a-384da1f3cbf1
2026-03-27 14:51:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a77db747-de58-5512-9a6a-384da1f3cbf1
2026-03-27 14:51:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a77db747-de58-5512-9a6a-384da1f3cbf1, skipping ID generation
2026-03-27 14:51:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77db747-de58-5512-9a6a-384da1f3cbf1 with scrape type 1
2026-03-27 14:51:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a77db747-de58-5512-9a6a-384da1f3cbf1 sending to next pipeline
2026-03-27 14:51:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a77db747-de58-5512-9a6a-384da1f3cbf1, identifier: 7009282auction111131
2026-03-27 14:51:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a77db747-de58-5512-9a6a-384da1f3cbf1 with identifier: 7009282auction111131
2026-03-27 14:51:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a77db747-de58-5512-9a6a-384da1f3cbf1 with identifier: 7009282auction111131
2026-03-27 14:51:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a77db747-de58-5512-9a6a-384da1f3cbf1 with identifier: 7009282auction111131 to the API
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009282/photo_002/780x0__r.jpg?hash=1774619519>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a77db747-de58-5512-9a6a-384da1f3cbf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009282',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Superb',
'odometer': 109515,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Superb Combi 1.4 TSI iV BnsEdPlus',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.4 TSI iV BnsEdPlus',
'vin': None,
'year': 2022}
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009282auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.nl] INFO: Saving data for 7009282auction111131: {'created_time': 1774623064.556816, 'last_price_update_time': 1774623064.556826, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009282auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_002/780x0__r.jpg?hash=1774600831> (referer: https://ecarstrade.com/cars/7007203)
2026-03-27 14:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_003/780x0__r.jpg?hash=1774600832> (referer: https://ecarstrade.com/cars/7007203)
2026-03-27 14:51:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e43ef9ba-fc7e-50ea-91b1-93003829467c
2026-03-27 14:51:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e43ef9ba-fc7e-50ea-91b1-93003829467c, skipping ID generation
2026-03-27 14:51:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e43ef9ba-fc7e-50ea-91b1-93003829467c with scrape type 1
2026-03-27 14:51:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e43ef9ba-fc7e-50ea-91b1-93003829467c sending to next pipeline
2026-03-27 14:51:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e43ef9ba-fc7e-50ea-91b1-93003829467c, identifier: 7007119auction111108
2026-03-27 14:51:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6dd260c9-44fc-5948-8bd2-5cde23e037f0
2026-03-27 14:51:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e43ef9ba-fc7e-50ea-91b1-93003829467c with identifier: 7007119auction111108
2026-03-27 14:51:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e43ef9ba-fc7e-50ea-91b1-93003829467c with identifier: 7007119auction111108
2026-03-27 14:51:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e43ef9ba-fc7e-50ea-91b1-93003829467c with identifier: 7007119auction111108 to the API
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007119/photo_000/780x0__r.jpg?hash=1774600269>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': 'e43ef9ba-fc7e-50ea-91b1-93003829467c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007119',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A1',
'odometer': 23048,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-15',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A1 SPORTBACK 1.0 TFSI Sport S line Edition',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.0 TFSI Sport S line Edition',
'vin': None,
'year': 2017}
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007119auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:51:05 [ecarstrade.nl] INFO: Saving data for 7007119auction111108: {'created_time': 1774623065.011375, 'last_price_update_time': 1774623065.011385, 'auction_closing_time': 1774952700.0}
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007119auction111108') HTTP/1.1" 204 0
2026-03-27 14:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_000/780x0__r.jpg?hash=1774600831> (referer: https://ecarstrade.com/cars/7007203)
2026-03-27 14:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_001/780x0__r.jpg?hash=1774600831> (referer: https://ecarstrade.com/cars/7007203)
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6dd260c9-44fc-5948-8bd2-5cde23e037f0
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6dd260c9-44fc-5948-8bd2-5cde23e037f0
2026-03-27 14:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_004/780x0__r.jpg?hash=1774619876> (referer: https://ecarstrade.com/cars/7009352)
2026-03-27 14:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_003/780x0__r.jpg?hash=1774619876> (referer: https://ecarstrade.com/cars/7009352)
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6dd260c9-44fc-5948-8bd2-5cde23e037f0
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6dd260c9-44fc-5948-8bd2-5cde23e037f0
2026-03-27 14:51:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6dd260c9-44fc-5948-8bd2-5cde23e037f0, skipping ID generation
2026-03-27 14:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with scrape type 1
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6dd260c9-44fc-5948-8bd2-5cde23e037f0 sending to next pipeline
2026-03-27 14:51:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6dd260c9-44fc-5948-8bd2-5cde23e037f0, identifier: 7007203auction111108
2026-03-27 14:51:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with identifier: 7007203auction111108
2026-03-27 14:51:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with identifier: 7007203auction111108
2026-03-27 14:51:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6dd260c9-44fc-5948-8bd2-5cde23e037f0 with identifier: 7007203auction111108 to the API
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007203/photo_001/780x0__r.jpg?hash=1774600831>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Diesel',
'id': '6dd260c9-44fc-5948-8bd2-5cde23e037f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007203',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 209985,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-14',
'seats_number': None,
'seller_name': None,
'title': 'VOLKSWAGEN CADDY 2.0 TDI L1H1 BMT Trendline',
'transmission': 'manual',
'trim': 'VOLKSWAGEN CADDY 2.0 TDI L1H1 BMT Trendline',
'vin': None,
'year': 2016}
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007203auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:51:05 [ecarstrade.nl] INFO: Saving data for 7007203auction111108: {'created_time': 1774623065.588915, 'last_price_update_time': 1774623065.588925, 'auction_closing_time': 1774952700.0}
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007203auction111108') HTTP/1.1" 204 0
2026-03-27 14:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_002/780x0__r.jpg?hash=1774619876> (referer: https://ecarstrade.com/cars/7009352)
2026-03-27 14:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_001/780x0__r.jpg?hash=1774619876> (referer: https://ecarstrade.com/cars/7009352)
2026-03-27 14:51:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 401de392-68df-53c7-a5f9-78ece4d36647
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 401de392-68df-53c7-a5f9-78ece4d36647
2026-03-27 14:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_000/780x0__r.jpg?hash=1774619876> (referer: https://ecarstrade.com/cars/7009352)
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 401de392-68df-53c7-a5f9-78ece4d36647
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 401de392-68df-53c7-a5f9-78ece4d36647
2026-03-27 14:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_004/780x0__r.jpg?hash=1774620774> (referer: https://ecarstrade.com/cars/7009644)
2026-03-27 14:51:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 401de392-68df-53c7-a5f9-78ece4d36647
2026-03-27 14:51:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 401de392-68df-53c7-a5f9-78ece4d36647, skipping ID generation
2026-03-27 14:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 401de392-68df-53c7-a5f9-78ece4d36647 with scrape type 1
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 401de392-68df-53c7-a5f9-78ece4d36647 sending to next pipeline
2026-03-27 14:51:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 401de392-68df-53c7-a5f9-78ece4d36647, identifier: 7009352auction111131
2026-03-27 14:51:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 401de392-68df-53c7-a5f9-78ece4d36647 with identifier: 7009352auction111131
2026-03-27 14:51:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:51:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 401de392-68df-53c7-a5f9-78ece4d36647 with identifier: 7009352auction111131
2026-03-27 14:51:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 401de392-68df-53c7-a5f9-78ece4d36647 with identifier: 7009352auction111131 to the API
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009352/photo_000/780x0__r.jpg?hash=1774619876>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '401de392-68df-53c7-a5f9-78ece4d36647',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009352',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '430',
'odometer': 88310,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 4,
'seller_name': None,
'title': 'BMW 4-serie Coupé 430i M-Sport AUT.',
'transmission': 'automatic',
'trim': '4-serie Coupé i M-Sport AUT.',
'vin': None,
'year': 2021}
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009352auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:06 [ecarstrade.nl] INFO: Saving data for 7009352auction111131: {'created_time': 1774623066.243381, 'last_price_update_time': 1774623066.24339, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009352auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007139> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 35b65111-d84c-5603-b431-95ab01e2f743
2026-03-27 14:51:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_003/780x0__r.jpg?hash=1774620774> (referer: https://ecarstrade.com/cars/7009644)
2026-03-27 14:51:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:06 [ecarstrade.nl] INFO: Extracting details for car 7007139auction111108
2026-03-27 14:51:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 392eb446-b37d-5fa9-b683-7846ba58a7cd with identifier: 7007139auction111108
2026-03-27 14:51:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 392eb446-b37d-5fa9-b683-7846ba58a7cd with scrape type 1
2026-03-27 14:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 392eb446-b37d-5fa9-b683-7846ba58a7cd
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007139%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600370%27 HTTP/1.1" 200 None
2026-03-27 14:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_000/780x0__r.jpg?hash=1774600370 not downloaded yet
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007139%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600370%27 HTTP/1.1" 200 None
2026-03-27 14:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_001/780x0__r.jpg?hash=1774600370 not downloaded yet
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007139%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600370%27 HTTP/1.1" 200 None
2026-03-27 14:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_002/780x0__r.jpg?hash=1774600370 not downloaded yet
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007139%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600370%27 HTTP/1.1" 200 None
2026-03-27 14:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_003/780x0__r.jpg?hash=1774600370 not downloaded yet
2026-03-27 14:51:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 35b65111-d84c-5603-b431-95ab01e2f743
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007139%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600371%27 HTTP/1.1" 200 None
2026-03-27 14:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_004/780x0__r.jpg?hash=1774600371 not downloaded yet
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fimages%252Fpixel.gif%27 HTTP/1.1" 200 None
2026-03-27 14:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/images/pixel.gif already downloaded
2026-03-27 14:51:06 [scrapy.extensions.logstats] INFO: Crawled 62 pages (at 13 pages/min), scraped 42 items (at 25 items/min)
2026-03-27 14:51:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 276MiB
2026-03-27 14:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009346> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_002/780x0__r.jpg?hash=1774620774> (referer: https://ecarstrade.com/cars/7009644)
2026-03-27 14:51:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:07 [ecarstrade.nl] INFO: Extracting details for car 7009346auction111131
2026-03-27 14:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c3acea8-5647-582a-8c42-3a7c7552bc42 with identifier: 7009346auction111131
2026-03-27 14:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c3acea8-5647-582a-8c42-3a7c7552bc42 with scrape type 1
2026-03-27 14:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8c3acea8-5647-582a-8c42-3a7c7552bc42
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009346%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619842%27 HTTP/1.1" 200 None
2026-03-27 14:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_000/780x0__r.jpg?hash=1774619842 not downloaded yet
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009346%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619843%27 HTTP/1.1" 200 None
2026-03-27 14:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_001/780x0__r.jpg?hash=1774619843 not downloaded yet
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009346%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619843%27 HTTP/1.1" 200 None
2026-03-27 14:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_002/780x0__r.jpg?hash=1774619843 not downloaded yet
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009346%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619843%27 HTTP/1.1" 200 None
2026-03-27 14:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_003/780x0__r.jpg?hash=1774619843 not downloaded yet
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009346%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619843%27 HTTP/1.1" 200 None
2026-03-27 14:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_004/780x0__r.jpg?hash=1774619843 not downloaded yet
2026-03-27 14:51:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 35b65111-d84c-5603-b431-95ab01e2f743
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009346%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619843%27 HTTP/1.1" 200 None
2026-03-27 14:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_005/780x0__r.jpg?hash=1774619843 not downloaded yet
2026-03-27 14:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007126> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_001/780x0__r.jpg?hash=1774620774> (referer: https://ecarstrade.com/cars/7009644)
2026-03-27 14:51:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:10 [ecarstrade.nl] INFO: Extracting details for car 7007126auction111108
2026-03-27 14:51:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 964e88ed-f6c6-5658-8a7d-714f10b97016 with identifier: 7007126auction111108
2026-03-27 14:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 964e88ed-f6c6-5658-8a7d-714f10b97016 with scrape type 1
2026-03-27 14:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 964e88ed-f6c6-5658-8a7d-714f10b97016
2026-03-27 14:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007126%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600311%27 HTTP/1.1" 200 None
2026-03-27 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_000/780x0__r.jpg?hash=1774600311 not downloaded yet
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007126%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600311%27 HTTP/1.1" 200 None
2026-03-27 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_001/780x0__r.jpg?hash=1774600311 not downloaded yet
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007126%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600311%27 HTTP/1.1" 200 None
2026-03-27 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_002/780x0__r.jpg?hash=1774600311 not downloaded yet
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007126%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600311%27 HTTP/1.1" 200 None
2026-03-27 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_003/780x0__r.jpg?hash=1774600311 not downloaded yet
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007126%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600311%27 HTTP/1.1" 200 None
2026-03-27 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_004/780x0__r.jpg?hash=1774600311 not downloaded yet
2026-03-27 14:51:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 35b65111-d84c-5603-b431-95ab01e2f743
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007126%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600311%27 HTTP/1.1" 200 None
2026-03-27 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_005/780x0__r.jpg?hash=1774600311 not downloaded yet
2026-03-27 14:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007168> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_000/780x0__r.jpg?hash=1774620774> (referer: https://ecarstrade.com/cars/7009644)
2026-03-27 14:51:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:12 [ecarstrade.nl] INFO: Extracting details for car 7007168auction111108
2026-03-27 14:51:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 7007168auction111108
2026-03-27 14:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1608a46a-de22-54a6-aee6-e34e28c0f383 with scrape type 1
2026-03-27 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1608a46a-de22-54a6-aee6-e34e28c0f383
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007168%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774600453%27 HTTP/1.1" 200 None
2026-03-27 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_000/780x0__r.jpg?hash=1774600453 not downloaded yet
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007168%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774600454%27 HTTP/1.1" 200 None
2026-03-27 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_001/780x0__r.jpg?hash=1774600454 not downloaded yet
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007168%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774600454%27 HTTP/1.1" 200 None
2026-03-27 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_002/780x0__r.jpg?hash=1774600454 not downloaded yet
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007168%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774600454%27 HTTP/1.1" 200 None
2026-03-27 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_003/780x0__r.jpg?hash=1774600454 not downloaded yet
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007168%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600454%27 HTTP/1.1" 200 None
2026-03-27 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_004/780x0__r.jpg?hash=1774600454 not downloaded yet
2026-03-27 14:51:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 35b65111-d84c-5603-b431-95ab01e2f743
2026-03-27 14:51:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 35b65111-d84c-5603-b431-95ab01e2f743, skipping ID generation
2026-03-27 14:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35b65111-d84c-5603-b431-95ab01e2f743 with scrape type 1
2026-03-27 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 35b65111-d84c-5603-b431-95ab01e2f743 sending to next pipeline
2026-03-27 14:51:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 35b65111-d84c-5603-b431-95ab01e2f743, identifier: 7009644auction111131
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007168%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774600454%27 HTTP/1.1" 200 None
2026-03-27 14:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_005/780x0__r.jpg?hash=1774600454 not downloaded yet
2026-03-27 14:51:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 35b65111-d84c-5603-b431-95ab01e2f743 with identifier: 7009644auction111131
2026-03-27 14:51:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 35b65111-d84c-5603-b431-95ab01e2f743 with identifier: 7009644auction111131
2026-03-27 14:51:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 35b65111-d84c-5603-b431-95ab01e2f743 with identifier: 7009644auction111131 to the API
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51: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-27 14:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009644/photo_000/780x0__r.jpg?hash=1774620774>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '35b65111-d84c-5603-b431-95ab01e2f743',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009644',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 62271,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ B-klasse 180 AMG Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ B-klasse 180 AMG Line',
'vin': None,
'year': 2023}
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009644auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:12 [ecarstrade.nl] INFO: Saving data for 7009644auction111131: {'created_time': 1774623072.720575, 'last_price_update_time': 1774623072.720587, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009644auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010173> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:15 [ecarstrade.nl] INFO: Extracting details for car 7010173auction111131
2026-03-27 14:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f8fa360-082e-5bce-bb5c-34b468d19428 with identifier: 7010173auction111131
2026-03-27 14:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8fa360-082e-5bce-bb5c-34b468d19428 with scrape type 1
2026-03-27 14:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6f8fa360-082e-5bce-bb5c-34b468d19428
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010173%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 14:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_000/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010173%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 14:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_001/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010173%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 14:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_002/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010173%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 14:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_003/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010173%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 14:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_004/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010173%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 14:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_005/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 14:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009344> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:18 [ecarstrade.nl] INFO: Extracting details for car 7009344auction111131
2026-03-27 14:51:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with identifier: 7009344auction111131
2026-03-27 14:51:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with scrape type 1
2026-03-27 14:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009344%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619829%27 HTTP/1.1" 200 None
2026-03-27 14:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_000/780x0__r.jpg?hash=1774619829 not downloaded yet
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009344%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619829%27 HTTP/1.1" 200 None
2026-03-27 14:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_001/780x0__r.jpg?hash=1774619829 not downloaded yet
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009344%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619829%27 HTTP/1.1" 200 None
2026-03-27 14:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_002/780x0__r.jpg?hash=1774619829 not downloaded yet
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009344%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619829%27 HTTP/1.1" 200 None
2026-03-27 14:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_003/780x0__r.jpg?hash=1774619829 not downloaded yet
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009344%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619829%27 HTTP/1.1" 200 None
2026-03-27 14:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_004/780x0__r.jpg?hash=1774619829 not downloaded yet
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009344%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619829%27 HTTP/1.1" 200 None
2026-03-27 14:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_005/780x0__r.jpg?hash=1774619829 not downloaded yet
2026-03-27 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009611auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009611auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009611auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009648auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009648auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009648auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009278auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009278auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009278auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009291auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009291auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009291auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009350auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009350auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009350auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009650auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009650auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009650auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009301auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009301auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009301auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7010205auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010205auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7010205auction111131: 1
2026-03-27 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_004/780x0__r.jpg?hash=1774600371> (referer: https://ecarstrade.com/cars/7007139)
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009381auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009381auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009381auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009616auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009616auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009616auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009624auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009624auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009624auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009653auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009653auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009653auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009339auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009339auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009339auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009360auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009360auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009360auction111131: 1
2026-03-27 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_003/780x0__r.jpg?hash=1774600370> (referer: https://ecarstrade.com/cars/7007139)
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009657auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009657auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009657auction111131: 1
2026-03-27 14:51:20 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:51:20 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:51:20 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:51:20 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-27 14:51:20 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:51:20 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-27 14:51:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-27 14:51:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fa5b7e0e390>
2026-03-27 14:51:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-27 14:51:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_392eb446-b37d-5fa9-b683-7846ba58a7cd/392eb446-b37d-5fa9-b683-7846ba58a7cd_image_4.jpg HTTP/1.1" 201 0
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.nl',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007139%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774600371') HTTP/1.1" 204 0
2026-03-27 14:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_004/780x0__r.jpg?hash=1774600371 saved to cache
2026-03-27 14:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 392eb446-b37d-5fa9-b683-7846ba58a7cd
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009285auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009285auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009285auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009335auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009335auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009335auction111131: 1
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009660auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009660auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009660auction111131: 1
2026-03-27 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_005/780x0__r.jpg?hash=1774619843> (referer: https://ecarstrade.com/cars/7009346)
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7010187auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010187auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7010187auction111131: 1
2026-03-27 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 392eb446-b37d-5fa9-b683-7846ba58a7cd
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Found listing with ID: 7009264auction111131
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009264auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:20 [ecarstrade.nl] INFO: Scrape type for 7009264auction111131: 1
2026-03-27 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8c3acea8-5647-582a-8c42-3a7c7552bc42
2026-03-27 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_004/780x0__r.jpg?hash=1774619843> (referer: https://ecarstrade.com/cars/7009346)
2026-03-27 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_005/780x0__r.jpg?hash=1774600311> (referer: https://ecarstrade.com/cars/7007126)
2026-03-27 14:51:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8c3acea8-5647-582a-8c42-3a7c7552bc42
2026-03-27 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_004/780x0__r.jpg?hash=1774600311> (referer: https://ecarstrade.com/cars/7007126)
2026-03-27 14:51:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 964e88ed-f6c6-5658-8a7d-714f10b97016
2026-03-27 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_005/780x0__r.jpg?hash=1774600454> (referer: https://ecarstrade.com/cars/7007168)
2026-03-27 14:51:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 964e88ed-f6c6-5658-8a7d-714f10b97016
2026-03-27 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_005/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010173)
2026-03-27 14:51:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1608a46a-de22-54a6-aee6-e34e28c0f383
2026-03-27 14:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_005/780x0__r.jpg?hash=1774619829> (referer: https://ecarstrade.com/cars/7009344)
2026-03-27 14:51:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6f8fa360-082e-5bce-bb5c-34b468d19428
2026-03-27 14:51:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45
2026-03-27 14:51:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009290> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:22 [ecarstrade.nl] INFO: Extracting details for car 7009290auction111131
2026-03-27 14:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60872e45-8fcc-5bcf-8982-ac8645bff4cd with identifier: 7009290auction111131
2026-03-27 14:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60872e45-8fcc-5bcf-8982-ac8645bff4cd with scrape type 1
2026-03-27 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 60872e45-8fcc-5bcf-8982-ac8645bff4cd
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009290%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619560%27 HTTP/1.1" 200 None
2026-03-27 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_000/780x0__r.jpg?hash=1774619560 not downloaded yet
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009290%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619560%27 HTTP/1.1" 200 None
2026-03-27 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_001/780x0__r.jpg?hash=1774619560 not downloaded yet
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009290%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619560%27 HTTP/1.1" 200 None
2026-03-27 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_002/780x0__r.jpg?hash=1774619560 not downloaded yet
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009290%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619560%27 HTTP/1.1" 200 None
2026-03-27 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_003/780x0__r.jpg?hash=1774619560 not downloaded yet
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009290%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619560%27 HTTP/1.1" 200 None
2026-03-27 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_004/780x0__r.jpg?hash=1774619560 not downloaded yet
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009290%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619560%27 HTTP/1.1" 200 None
2026-03-27 14:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_005/780x0__r.jpg?hash=1774619560 not downloaded yet
2026-03-27 14:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009322> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:23 [ecarstrade.nl] INFO: Extracting details for car 7009322auction111131
2026-03-27 14:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1214fda4-11a0-5730-b90c-9197fee19c2d with identifier: 7009322auction111131
2026-03-27 14:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1214fda4-11a0-5730-b90c-9197fee19c2d with scrape type 1
2026-03-27 14:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1214fda4-11a0-5730-b90c-9197fee19c2d
2026-03-27 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009322%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619699%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_000/780x0__r.jpg?hash=1774619699 not downloaded yet
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009322%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619700%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_001/780x0__r.jpg?hash=1774619700 not downloaded yet
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009322%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619700%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_002/780x0__r.jpg?hash=1774619700 not downloaded yet
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009322%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619700%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_003/780x0__r.jpg?hash=1774619700 not downloaded yet
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009322%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619700%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_004/780x0__r.jpg?hash=1774619700 not downloaded yet
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009322%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619700%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_005/780x0__r.jpg?hash=1774619700 not downloaded yet
2026-03-27 14:51:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009380> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:24 [ecarstrade.nl] INFO: Extracting details for car 7009380auction111131
2026-03-27 14:51:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f844225-ea11-5cbe-9221-e406caef99dc with identifier: 7009380auction111131
2026-03-27 14:51:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f844225-ea11-5cbe-9221-e406caef99dc with scrape type 1
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0f844225-ea11-5cbe-9221-e406caef99dc
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009380%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620084%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_000/780x0__r.jpg?hash=1774620084 not downloaded yet
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009380%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620084%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_001/780x0__r.jpg?hash=1774620084 not downloaded yet
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009380%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620084%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_002/780x0__r.jpg?hash=1774620084 not downloaded yet
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009380%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620084%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_003/780x0__r.jpg?hash=1774620084 not downloaded yet
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009380%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620084%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_004/780x0__r.jpg?hash=1774620084 not downloaded yet
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009380%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620084%27 HTTP/1.1" 200 None
2026-03-27 14:51:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_005/780x0__r.jpg?hash=1774620084 not downloaded yet
2026-03-27 14:51:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009274> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:29 [ecarstrade.nl] INFO: Extracting details for car 7009274auction111131
2026-03-27 14:51:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee6c3d4f-1d07-5909-a884-a91f23350ce7 with identifier: 7009274auction111131
2026-03-27 14:51:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee6c3d4f-1d07-5909-a884-a91f23350ce7 with scrape type 1
2026-03-27 14:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ee6c3d4f-1d07-5909-a884-a91f23350ce7
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009274%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619476%27 HTTP/1.1" 200 None
2026-03-27 14:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_000/780x0__r.jpg?hash=1774619476 not downloaded yet
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009274%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619476%27 HTTP/1.1" 200 None
2026-03-27 14:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_001/780x0__r.jpg?hash=1774619476 not downloaded yet
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009274%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619477%27 HTTP/1.1" 200 None
2026-03-27 14:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_002/780x0__r.jpg?hash=1774619477 not downloaded yet
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009274%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619477%27 HTTP/1.1" 200 None
2026-03-27 14:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_003/780x0__r.jpg?hash=1774619477 not downloaded yet
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009274%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619477%27 HTTP/1.1" 200 None
2026-03-27 14:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_004/780x0__r.jpg?hash=1774619477 not downloaded yet
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009274%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619477%27 HTTP/1.1" 200 None
2026-03-27 14:51:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_005/780x0__r.jpg?hash=1774619477 not downloaded yet
2026-03-27 14:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009289> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:31 [ecarstrade.nl] INFO: Extracting details for car 7009289auction111131
2026-03-27 14:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aec4796-ba32-5bb4-b289-795240a5d830 with identifier: 7009289auction111131
2026-03-27 14:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aec4796-ba32-5bb4-b289-795240a5d830 with scrape type 1
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2aec4796-ba32-5bb4-b289-795240a5d830
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009289%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619555%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_000/780x0__r.jpg?hash=1774619555 not downloaded yet
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009289%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619555%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_001/780x0__r.jpg?hash=1774619555 not downloaded yet
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009289%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619555%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_002/780x0__r.jpg?hash=1774619555 not downloaded yet
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009289%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619555%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_003/780x0__r.jpg?hash=1774619555 not downloaded yet
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009289%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619555%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_004/780x0__r.jpg?hash=1774619555 not downloaded yet
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009289%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619555%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_005/780x0__r.jpg?hash=1774619555 not downloaded yet
2026-03-27 14:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009360> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:31 [ecarstrade.nl] INFO: Extracting details for car 7009360auction111131
2026-03-27 14:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with identifier: 7009360auction111131
2026-03-27 14:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with scrape type 1
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009360%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619916%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_000/780x0__r.jpg?hash=1774619916 not downloaded yet
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009360%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619917%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_001/780x0__r.jpg?hash=1774619917 not downloaded yet
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009360%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619917%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_002/780x0__r.jpg?hash=1774619917 not downloaded yet
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009360%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619917%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_003/780x0__r.jpg?hash=1774619917 not downloaded yet
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009360%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619917%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_004/780x0__r.jpg?hash=1774619917 not downloaded yet
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009360%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619917%27 HTTP/1.1" 200 None
2026-03-27 14:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_005/780x0__r.jpg?hash=1774619917 not downloaded yet
2026-03-27 14:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009415> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:32 [ecarstrade.nl] INFO: Extracting details for car 7009415auction111131
2026-03-27 14:51:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with identifier: 7009415auction111131
2026-03-27 14:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with scrape type 1
2026-03-27 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009415%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620107%27 HTTP/1.1" 200 None
2026-03-27 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_000/780x0__r.jpg?hash=1774620107 not downloaded yet
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009415%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620107%27 HTTP/1.1" 200 None
2026-03-27 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_001/780x0__r.jpg?hash=1774620107 not downloaded yet
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009415%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620107%27 HTTP/1.1" 200 None
2026-03-27 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_002/780x0__r.jpg?hash=1774620107 not downloaded yet
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009415%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620107%27 HTTP/1.1" 200 None
2026-03-27 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_003/780x0__r.jpg?hash=1774620107 not downloaded yet
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009415%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620107%27 HTTP/1.1" 200 None
2026-03-27 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_004/780x0__r.jpg?hash=1774620107 not downloaded yet
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009415%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620107%27 HTTP/1.1" 200 None
2026-03-27 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_005/780x0__r.jpg?hash=1774620107 not downloaded yet
2026-03-27 14:51:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010184> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:34 [ecarstrade.nl] INFO: Extracting details for car 7010184auction111131
2026-03-27 14:51:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with identifier: 7010184auction111131
2026-03-27 14:51:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with scrape type 1
2026-03-27 14:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010184%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622478%27 HTTP/1.1" 200 None
2026-03-27 14:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_000/780x0__r.jpg?hash=1774622478 not downloaded yet
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010184%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622478%27 HTTP/1.1" 200 None
2026-03-27 14:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_001/780x0__r.jpg?hash=1774622478 not downloaded yet
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010184%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622478%27 HTTP/1.1" 200 None
2026-03-27 14:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_002/780x0__r.jpg?hash=1774622478 not downloaded yet
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010184%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622478%27 HTTP/1.1" 200 None
2026-03-27 14:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_003/780x0__r.jpg?hash=1774622478 not downloaded yet
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010184%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622478%27 HTTP/1.1" 200 None
2026-03-27 14:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_004/780x0__r.jpg?hash=1774622478 not downloaded yet
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010184%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622478%27 HTTP/1.1" 200 None
2026-03-27 14:51:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_005/780x0__r.jpg?hash=1774622478 not downloaded yet
2026-03-27 14:51:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009264> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:35 [ecarstrade.nl] INFO: Extracting details for car 7009264auction111131
2026-03-27 14:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with identifier: 7009264auction111131
2026-03-27 14:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with scrape type 1
2026-03-27 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009264%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619425%27 HTTP/1.1" 200 None
2026-03-27 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_000/780x0__r.jpg?hash=1774619425 not downloaded yet
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009264%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619425%27 HTTP/1.1" 200 None
2026-03-27 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_001/780x0__r.jpg?hash=1774619425 not downloaded yet
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009264%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619425%27 HTTP/1.1" 200 None
2026-03-27 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_002/780x0__r.jpg?hash=1774619425 not downloaded yet
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009264%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619425%27 HTTP/1.1" 200 None
2026-03-27 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_003/780x0__r.jpg?hash=1774619425 not downloaded yet
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009264%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619425%27 HTTP/1.1" 200 None
2026-03-27 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_004/780x0__r.jpg?hash=1774619425 not downloaded yet
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009264%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619425%27 HTTP/1.1" 200 None
2026-03-27 14:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_005/780x0__r.jpg?hash=1774619425 not downloaded yet
2026-03-27 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010187> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_005/780x0__r.jpg?hash=1774619560> (referer: https://ecarstrade.com/cars/7009290)
2026-03-27 14:51:39 [ecarstrade.nl] INFO: Extracting details for car 7010187auction111131
2026-03-27 14:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d67ef3b-8503-5769-b71e-127f7d60d028 with identifier: 7010187auction111131
2026-03-27 14:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d67ef3b-8503-5769-b71e-127f7d60d028 with scrape type 1
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0d67ef3b-8503-5769-b71e-127f7d60d028
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010187%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622486%27 HTTP/1.1" 200 None
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_000/780x0__r.jpg?hash=1774622486 not downloaded yet
2026-03-27 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_005/780x0__r.jpg?hash=1774619700> (referer: https://ecarstrade.com/cars/7009322)
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010187%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622486%27 HTTP/1.1" 200 None
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_001/780x0__r.jpg?hash=1774622486 not downloaded yet
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010187%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622486%27 HTTP/1.1" 200 None
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_002/780x0__r.jpg?hash=1774622486 not downloaded yet
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010187%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622486%27 HTTP/1.1" 200 None
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_003/780x0__r.jpg?hash=1774622486 not downloaded yet
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010187%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622486%27 HTTP/1.1" 200 None
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_004/780x0__r.jpg?hash=1774622486 not downloaded yet
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 60872e45-8fcc-5bcf-8982-ac8645bff4cd
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010187%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622487%27 HTTP/1.1" 200 None
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_005/780x0__r.jpg?hash=1774622487 not downloaded yet
2026-03-27 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_005/780x0__r.jpg?hash=1774620084> (referer: https://ecarstrade.com/cars/7009380)
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1214fda4-11a0-5730-b90c-9197fee19c2d
2026-03-27 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_005/780x0__r.jpg?hash=1774619477> (referer: https://ecarstrade.com/cars/7009274)
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0f844225-ea11-5cbe-9221-e406caef99dc
2026-03-27 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_005/780x0__r.jpg?hash=1774619555> (referer: https://ecarstrade.com/cars/7009289)
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ee6c3d4f-1d07-5909-a884-a91f23350ce7
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2aec4796-ba32-5bb4-b289-795240a5d830
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_005/780x0__r.jpg?hash=1774619917> (referer: https://ecarstrade.com/cars/7009360)
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_005/780x0__r.jpg?hash=1774620107> (referer: https://ecarstrade.com/cars/7009415)
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_005/780x0__r.jpg?hash=1774622478> (referer: https://ecarstrade.com/cars/7010184)
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_005/780x0__r.jpg?hash=1774619425> (referer: https://ecarstrade.com/cars/7009264)
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_004/780x0__r.jpg?hash=1774619425> (referer: https://ecarstrade.com/cars/7009264)
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_000/780x0__r.jpg?hash=1774622486> (referer: https://ecarstrade.com/cars/7010187)
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_005/780x0__r.jpg?hash=1774622487> (referer: https://ecarstrade.com/cars/7010187)
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0d67ef3b-8503-5769-b71e-127f7d60d028
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_004/780x0__r.jpg?hash=1774622486> (referer: https://ecarstrade.com/cars/7010187)
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0d67ef3b-8503-5769-b71e-127f7d60d028
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_003/780x0__r.jpg?hash=1774622486> (referer: https://ecarstrade.com/cars/7010187)
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0d67ef3b-8503-5769-b71e-127f7d60d028
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_002/780x0__r.jpg?hash=1774622486> (referer: https://ecarstrade.com/cars/7010187)
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0d67ef3b-8503-5769-b71e-127f7d60d028
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_001/780x0__r.jpg?hash=1774622486> (referer: https://ecarstrade.com/cars/7010187)
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0d67ef3b-8503-5769-b71e-127f7d60d028
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_003/780x0__r.jpg?hash=1774619425> (referer: https://ecarstrade.com/cars/7009264)
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0d67ef3b-8503-5769-b71e-127f7d60d028
2026-03-27 14:51:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d67ef3b-8503-5769-b71e-127f7d60d028, skipping ID generation
2026-03-27 14:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d67ef3b-8503-5769-b71e-127f7d60d028 with scrape type 1
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0d67ef3b-8503-5769-b71e-127f7d60d028 sending to next pipeline
2026-03-27 14:51:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0d67ef3b-8503-5769-b71e-127f7d60d028, identifier: 7010187auction111131
2026-03-27 14:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0d67ef3b-8503-5769-b71e-127f7d60d028 with identifier: 7010187auction111131
2026-03-27 14:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0d67ef3b-8503-5769-b71e-127f7d60d028 with identifier: 7010187auction111131
2026-03-27 14:51:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0d67ef3b-8503-5769-b71e-127f7d60d028 with identifier: 7010187auction111131 to the API
2026-03-27 14:51:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010187/photo_001/780x0__r.jpg?hash=1774622486>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '0d67ef3b-8503-5769-b71e-127f7d60d028',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010187',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 113971,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L2H1 DC',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L2H1 DC',
'vin': None,
'year': 2021}
2026-03-27 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010187auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:41 [ecarstrade.nl] INFO: Saving data for 7010187auction111131: {'created_time': 1774623101.549458, 'last_price_update_time': 1774623101.549472, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010187auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_002/780x0__r.jpg?hash=1774619425> (referer: https://ecarstrade.com/cars/7009264)
2026-03-27 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed
2026-03-27 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_001/780x0__r.jpg?hash=1774619425> (referer: https://ecarstrade.com/cars/7009264)
2026-03-27 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed
2026-03-27 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_000/780x0__r.jpg?hash=1774619425> (referer: https://ecarstrade.com/cars/7009264)
2026-03-27 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed
2026-03-27 14:51:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_004/780x0__r.jpg?hash=1774622478> (referer: https://ecarstrade.com/cars/7010184)
2026-03-27 14:51:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed
2026-03-27 14:51:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 77b91a68-7dfa-53f8-9714-e3a0781ac5ed, skipping ID generation
2026-03-27 14:51:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with scrape type 1
2026-03-27 14:51:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 77b91a68-7dfa-53f8-9714-e3a0781ac5ed sending to next pipeline
2026-03-27 14:51:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 77b91a68-7dfa-53f8-9714-e3a0781ac5ed, identifier: 7009264auction111131
2026-03-27 14:51:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with identifier: 7009264auction111131
2026-03-27 14:51:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with identifier: 7009264auction111131
2026-03-27 14:51:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 77b91a68-7dfa-53f8-9714-e3a0781ac5ed with identifier: 7009264auction111131 to the API
2026-03-27 14:51:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009264/photo_000/780x0__r.jpg?hash=1774619425>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '77b91a68-7dfa-53f8-9714-e3a0781ac5ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009264',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mazda',
'model': '2 Hybrid',
'odometer': 74439,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-14',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda 2 Hybrid 1.5 Agile',
'transmission': 'automatic',
'trim': '1.5 Agile',
'vin': None,
'year': 2023}
2026-03-27 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009264auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:42 [ecarstrade.nl] INFO: Saving data for 7009264auction111131: {'created_time': 1774623102.382058, 'last_price_update_time': 1774623102.382068, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009264auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_003/780x0__r.jpg?hash=1774622478> (referer: https://ecarstrade.com/cars/7010184)
2026-03-27 14:51:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe
2026-03-27 14:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_002/780x0__r.jpg?hash=1774622478> (referer: https://ecarstrade.com/cars/7010184)
2026-03-27 14:51:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe
2026-03-27 14:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_001/780x0__r.jpg?hash=1774622478> (referer: https://ecarstrade.com/cars/7010184)
2026-03-27 14:51:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe
2026-03-27 14:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_000/780x0__r.jpg?hash=1774622478> (referer: https://ecarstrade.com/cars/7010184)
2026-03-27 14:51:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe
2026-03-27 14:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_004/780x0__r.jpg?hash=1774620107> (referer: https://ecarstrade.com/cars/7009415)
2026-03-27 14:51:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe
2026-03-27 14:51:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe, skipping ID generation
2026-03-27 14:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with scrape type 1
2026-03-27 14:51:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe sending to next pipeline
2026-03-27 14:51:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe, identifier: 7010184auction111131
2026-03-27 14:51:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with identifier: 7010184auction111131
2026-03-27 14:51:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with identifier: 7010184auction111131
2026-03-27 14:51:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6b9bb694-12b1-5cda-97e2-2e1b8e362ebe with identifier: 7010184auction111131 to the API
2026-03-27 14:51:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010184/photo_000/780x0__r.jpg?hash=1774622478>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '6b9bb694-12b1-5cda-97e2-2e1b8e362ebe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010184',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 100879,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Transit Custom 320 2.0 L2H1 Plat.DC',
'transmission': 'automatic',
'trim': 'FORD 320 2.0 L2H1 Plat.DC',
'vin': None,
'year': 2021}
2026-03-27 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010184auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:43 [ecarstrade.nl] INFO: Saving data for 7010184auction111131: {'created_time': 1774623103.137642, 'last_price_update_time': 1774623103.137652, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010184auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_003/780x0__r.jpg?hash=1774620107> (referer: https://ecarstrade.com/cars/7009415)
2026-03-27 14:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e
2026-03-27 14:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_002/780x0__r.jpg?hash=1774620107> (referer: https://ecarstrade.com/cars/7009415)
2026-03-27 14:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e
2026-03-27 14:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_001/780x0__r.jpg?hash=1774620107> (referer: https://ecarstrade.com/cars/7009415)
2026-03-27 14:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e
2026-03-27 14:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_000/780x0__r.jpg?hash=1774620107> (referer: https://ecarstrade.com/cars/7009415)
2026-03-27 14:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e
2026-03-27 14:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_004/780x0__r.jpg?hash=1774619917> (referer: https://ecarstrade.com/cars/7009360)
2026-03-27 14:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e
2026-03-27 14:51:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e, skipping ID generation
2026-03-27 14:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with scrape type 1
2026-03-27 14:51:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e sending to next pipeline
2026-03-27 14:51:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e, identifier: 7009415auction111131
2026-03-27 14:51:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with identifier: 7009415auction111131
2026-03-27 14:51:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with identifier: 7009415auction111131
2026-03-27 14:51:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e with identifier: 7009415auction111131 to the API
2026-03-27 14:51:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009415/photo_000/780x0__r.jpg?hash=1774620107>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4ae4052c-37ba-5ec5-b4aa-3f05ba67ed0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009415',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Arkana',
'odometer': 84256,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Arkana 1.6 E-T H 145 Intens',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 E-T H 145 Intens',
'vin': None,
'year': 2022}
2026-03-27 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009415auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:43 [ecarstrade.nl] INFO: Saving data for 7009415auction111131: {'created_time': 1774623103.927041, 'last_price_update_time': 1774623103.927051, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009415auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_003/780x0__r.jpg?hash=1774619917> (referer: https://ecarstrade.com/cars/7009360)
2026-03-27 14:51:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9
2026-03-27 14:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_002/780x0__r.jpg?hash=1774619917> (referer: https://ecarstrade.com/cars/7009360)
2026-03-27 14:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9
2026-03-27 14:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_001/780x0__r.jpg?hash=1774619917> (referer: https://ecarstrade.com/cars/7009360)
2026-03-27 14:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9
2026-03-27 14:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_000/780x0__r.jpg?hash=1774619916> (referer: https://ecarstrade.com/cars/7009360)
2026-03-27 14:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9
2026-03-27 14:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_004/780x0__r.jpg?hash=1774619555> (referer: https://ecarstrade.com/cars/7009289)
2026-03-27 14:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9
2026-03-27 14:51:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9, skipping ID generation
2026-03-27 14:51:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with scrape type 1
2026-03-27 14:51:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 sending to next pipeline
2026-03-27 14:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9, identifier: 7009360auction111131
2026-03-27 14:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with identifier: 7009360auction111131
2026-03-27 14:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with identifier: 7009360auction111131
2026-03-27 14:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9 with identifier: 7009360auction111131 to the API
2026-03-27 14:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009360/photo_000/780x0__r.jpg?hash=1774619916>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '585ddb9d-b6ce-5499-9fe2-5dc2623fdfe9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009360',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Seat Tarraco',
'odometer': 119414,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Tarraco 1.5 TSI Style',
'transmission': 'manual',
'trim': 'SEAT Tarraco 1.5 TSI Style',
'vin': None,
'year': 2021}
2026-03-27 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009360auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:44 [ecarstrade.nl] INFO: Saving data for 7009360auction111131: {'created_time': 1774623104.67161, 'last_price_update_time': 1774623104.67162, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009360auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_003/780x0__r.jpg?hash=1774619555> (referer: https://ecarstrade.com/cars/7009289)
2026-03-27 14:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2aec4796-ba32-5bb4-b289-795240a5d830
2026-03-27 14:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_002/780x0__r.jpg?hash=1774619555> (referer: https://ecarstrade.com/cars/7009289)
2026-03-27 14:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2aec4796-ba32-5bb4-b289-795240a5d830
2026-03-27 14:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_001/780x0__r.jpg?hash=1774619555> (referer: https://ecarstrade.com/cars/7009289)
2026-03-27 14:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2aec4796-ba32-5bb4-b289-795240a5d830
2026-03-27 14:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_000/780x0__r.jpg?hash=1774619555> (referer: https://ecarstrade.com/cars/7009289)
2026-03-27 14:51:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2aec4796-ba32-5bb4-b289-795240a5d830
2026-03-27 14:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_004/780x0__r.jpg?hash=1774619477> (referer: https://ecarstrade.com/cars/7009274)
2026-03-27 14:51:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2aec4796-ba32-5bb4-b289-795240a5d830
2026-03-27 14:51:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2aec4796-ba32-5bb4-b289-795240a5d830, skipping ID generation
2026-03-27 14:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aec4796-ba32-5bb4-b289-795240a5d830 with scrape type 1
2026-03-27 14:51:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2aec4796-ba32-5bb4-b289-795240a5d830 sending to next pipeline
2026-03-27 14:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2aec4796-ba32-5bb4-b289-795240a5d830, identifier: 7009289auction111131
2026-03-27 14:51:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2aec4796-ba32-5bb4-b289-795240a5d830 with identifier: 7009289auction111131
2026-03-27 14:51:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2aec4796-ba32-5bb4-b289-795240a5d830 with identifier: 7009289auction111131
2026-03-27 14:51:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2aec4796-ba32-5bb4-b289-795240a5d830 with identifier: 7009289auction111131 to the API
2026-03-27 14:51:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009289/photo_000/780x0__r.jpg?hash=1774619555>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '2aec4796-ba32-5bb4-b289-795240a5d830',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009289',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 76172,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'MG Mg zs ev EV Long R Luxury',
'transmission': 'automatic',
'trim': 'Mg zs ev EV Long R Luxury',
'vin': None,
'year': 2023}
2026-03-27 14:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009289auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:45 [ecarstrade.nl] INFO: Saving data for 7009289auction111131: {'created_time': 1774623105.475359, 'last_price_update_time': 1774623105.47537, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009289auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_003/780x0__r.jpg?hash=1774619477> (referer: https://ecarstrade.com/cars/7009274)
2026-03-27 14:51:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ee6c3d4f-1d07-5909-a884-a91f23350ce7
2026-03-27 14:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_002/780x0__r.jpg?hash=1774619477> (referer: https://ecarstrade.com/cars/7009274)
2026-03-27 14:51:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ee6c3d4f-1d07-5909-a884-a91f23350ce7
2026-03-27 14:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_001/780x0__r.jpg?hash=1774619476> (referer: https://ecarstrade.com/cars/7009274)
2026-03-27 14:51:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ee6c3d4f-1d07-5909-a884-a91f23350ce7
2026-03-27 14:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_000/780x0__r.jpg?hash=1774619476> (referer: https://ecarstrade.com/cars/7009274)
2026-03-27 14:51:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ee6c3d4f-1d07-5909-a884-a91f23350ce7
2026-03-27 14:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_004/780x0__r.jpg?hash=1774620084> (referer: https://ecarstrade.com/cars/7009380)
2026-03-27 14:51:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ee6c3d4f-1d07-5909-a884-a91f23350ce7
2026-03-27 14:51:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee6c3d4f-1d07-5909-a884-a91f23350ce7, skipping ID generation
2026-03-27 14:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee6c3d4f-1d07-5909-a884-a91f23350ce7 with scrape type 1
2026-03-27 14:51:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee6c3d4f-1d07-5909-a884-a91f23350ce7 sending to next pipeline
2026-03-27 14:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ee6c3d4f-1d07-5909-a884-a91f23350ce7, identifier: 7009274auction111131
2026-03-27 14:51:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ee6c3d4f-1d07-5909-a884-a91f23350ce7 with identifier: 7009274auction111131
2026-03-27 14:51:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ee6c3d4f-1d07-5909-a884-a91f23350ce7 with identifier: 7009274auction111131
2026-03-27 14:51:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ee6c3d4f-1d07-5909-a884-a91f23350ce7 with identifier: 7009274auction111131 to the API
2026-03-27 14:51:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009274/photo_000/780x0__r.jpg?hash=1774619476>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ee6c3d4f-1d07-5909-a884-a91f23350ce7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009274',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 138399,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback 40 TFSI e Edition',
'transmission': 'automatic',
'trim': 'AUDI Sportback 40 TFSI e Edition',
'vin': None,
'year': 2022}
2026-03-27 14:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009274auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:46 [ecarstrade.nl] INFO: Saving data for 7009274auction111131: {'created_time': 1774623106.224269, 'last_price_update_time': 1774623106.22428, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009274auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_003/780x0__r.jpg?hash=1774620084> (referer: https://ecarstrade.com/cars/7009380)
2026-03-27 14:51:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0f844225-ea11-5cbe-9221-e406caef99dc
2026-03-27 14:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_002/780x0__r.jpg?hash=1774620084> (referer: https://ecarstrade.com/cars/7009380)
2026-03-27 14:51:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0f844225-ea11-5cbe-9221-e406caef99dc
2026-03-27 14:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_001/780x0__r.jpg?hash=1774620084> (referer: https://ecarstrade.com/cars/7009380)
2026-03-27 14:51:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0f844225-ea11-5cbe-9221-e406caef99dc
2026-03-27 14:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_000/780x0__r.jpg?hash=1774620084> (referer: https://ecarstrade.com/cars/7009380)
2026-03-27 14:51:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0f844225-ea11-5cbe-9221-e406caef99dc
2026-03-27 14:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_004/780x0__r.jpg?hash=1774619700> (referer: https://ecarstrade.com/cars/7009322)
2026-03-27 14:51:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0f844225-ea11-5cbe-9221-e406caef99dc
2026-03-27 14:51:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f844225-ea11-5cbe-9221-e406caef99dc, skipping ID generation
2026-03-27 14:51:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f844225-ea11-5cbe-9221-e406caef99dc with scrape type 1
2026-03-27 14:51:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f844225-ea11-5cbe-9221-e406caef99dc sending to next pipeline
2026-03-27 14:51:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0f844225-ea11-5cbe-9221-e406caef99dc, identifier: 7009380auction111131
2026-03-27 14:51:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0f844225-ea11-5cbe-9221-e406caef99dc with identifier: 7009380auction111131
2026-03-27 14:51:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0f844225-ea11-5cbe-9221-e406caef99dc with identifier: 7009380auction111131
2026-03-27 14:51:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0f844225-ea11-5cbe-9221-e406caef99dc with identifier: 7009380auction111131 to the API
2026-03-27 14:51:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009380/photo_000/780x0__r.jpg?hash=1774620084>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '0f844225-ea11-5cbe-9221-e406caef99dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009380',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'Q3',
'odometer': 165460,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 35 TFSI Bns Edition',
'transmission': 'manual',
'trim': 'AUDI 35 TFSI Bns Edition',
'vin': None,
'year': 2021}
2026-03-27 14:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009380auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:46 [ecarstrade.nl] INFO: Saving data for 7009380auction111131: {'created_time': 1774623106.992533, 'last_price_update_time': 1774623106.992542, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009380auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_003/780x0__r.jpg?hash=1774619700> (referer: https://ecarstrade.com/cars/7009322)
2026-03-27 14:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1214fda4-11a0-5730-b90c-9197fee19c2d
2026-03-27 14:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_002/780x0__r.jpg?hash=1774619700> (referer: https://ecarstrade.com/cars/7009322)
2026-03-27 14:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1214fda4-11a0-5730-b90c-9197fee19c2d
2026-03-27 14:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_001/780x0__r.jpg?hash=1774619700> (referer: https://ecarstrade.com/cars/7009322)
2026-03-27 14:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1214fda4-11a0-5730-b90c-9197fee19c2d
2026-03-27 14:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_000/780x0__r.jpg?hash=1774619699> (referer: https://ecarstrade.com/cars/7009322)
2026-03-27 14:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1214fda4-11a0-5730-b90c-9197fee19c2d
2026-03-27 14:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_004/780x0__r.jpg?hash=1774619560> (referer: https://ecarstrade.com/cars/7009290)
2026-03-27 14:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1214fda4-11a0-5730-b90c-9197fee19c2d
2026-03-27 14:51:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1214fda4-11a0-5730-b90c-9197fee19c2d, skipping ID generation
2026-03-27 14:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1214fda4-11a0-5730-b90c-9197fee19c2d with scrape type 1
2026-03-27 14:51:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1214fda4-11a0-5730-b90c-9197fee19c2d sending to next pipeline
2026-03-27 14:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1214fda4-11a0-5730-b90c-9197fee19c2d, identifier: 7009322auction111131
2026-03-27 14:51:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1214fda4-11a0-5730-b90c-9197fee19c2d with identifier: 7009322auction111131
2026-03-27 14:51:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1214fda4-11a0-5730-b90c-9197fee19c2d with identifier: 7009322auction111131
2026-03-27 14:51:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1214fda4-11a0-5730-b90c-9197fee19c2d with identifier: 7009322auction111131 to the API
2026-03-27 14:51:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009322/photo_000/780x0__r.jpg?hash=1774619699>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1214fda4-11a0-5730-b90c-9197fee19c2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009322',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 113572,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Limousine 30 TFSI S edition S-Tronic',
'transmission': 'automatic',
'trim': 'AUDI Limousine 30 TFSI S edition S-Tronic',
'vin': None,
'year': 2023}
2026-03-27 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009322auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:47 [ecarstrade.nl] INFO: Saving data for 7009322auction111131: {'created_time': 1774623107.727153, 'last_price_update_time': 1774623107.727163, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009322auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_003/780x0__r.jpg?hash=1774619560> (referer: https://ecarstrade.com/cars/7009290)
2026-03-27 14:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 60872e45-8fcc-5bcf-8982-ac8645bff4cd
2026-03-27 14:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_002/780x0__r.jpg?hash=1774619560> (referer: https://ecarstrade.com/cars/7009290)
2026-03-27 14:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 60872e45-8fcc-5bcf-8982-ac8645bff4cd
2026-03-27 14:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_001/780x0__r.jpg?hash=1774619560> (referer: https://ecarstrade.com/cars/7009290)
2026-03-27 14:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 60872e45-8fcc-5bcf-8982-ac8645bff4cd
2026-03-27 14:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_000/780x0__r.jpg?hash=1774619560> (referer: https://ecarstrade.com/cars/7009290)
2026-03-27 14:51:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 60872e45-8fcc-5bcf-8982-ac8645bff4cd
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 60872e45-8fcc-5bcf-8982-ac8645bff4cd
2026-03-27 14:51:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60872e45-8fcc-5bcf-8982-ac8645bff4cd, skipping ID generation
2026-03-27 14:51:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60872e45-8fcc-5bcf-8982-ac8645bff4cd with scrape type 1
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60872e45-8fcc-5bcf-8982-ac8645bff4cd sending to next pipeline
2026-03-27 14:51:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 60872e45-8fcc-5bcf-8982-ac8645bff4cd, identifier: 7009290auction111131
2026-03-27 14:51:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 60872e45-8fcc-5bcf-8982-ac8645bff4cd with identifier: 7009290auction111131
2026-03-27 14:51:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 60872e45-8fcc-5bcf-8982-ac8645bff4cd with identifier: 7009290auction111131
2026-03-27 14:51:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 60872e45-8fcc-5bcf-8982-ac8645bff4cd with identifier: 7009290auction111131 to the API
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009290/photo_000/780x0__r.jpg?hash=1774619560>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '60872e45-8fcc-5bcf-8982-ac8645bff4cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009290',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Cupra',
'model': 'Born',
'odometer': 32171,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA Born Adr. One 62 kWh',
'transmission': 'automatic',
'trim': 'CUPRA Adr. One 62 kWh',
'vin': None,
'year': 2021}
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009290auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [ecarstrade.nl] INFO: Saving data for 7009290auction111131: {'created_time': 1774623108.480086, 'last_price_update_time': 1774623108.480098, 'auction_closing_time': 1774953600.0}
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009290auction111131') HTTP/1.1" 204 0
2026-03-27 14:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009657> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:48 [ecarstrade.nl] INFO: Extracting details for car 7009657auction111131
2026-03-27 14:51:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a85307aa-35fa-5989-a282-2af25123f6bd with identifier: 7009657auction111131
2026-03-27 14:51:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a85307aa-35fa-5989-a282-2af25123f6bd with scrape type 1
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a85307aa-35fa-5989-a282-2af25123f6bd
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009657%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620831%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_000/780x0__r.jpg?hash=1774620831 not downloaded yet
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009657%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620831%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_001/780x0__r.jpg?hash=1774620831 not downloaded yet
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009657%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620831%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_002/780x0__r.jpg?hash=1774620831 not downloaded yet
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009657%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620831%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_003/780x0__r.jpg?hash=1774620831 not downloaded yet
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009657%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620831%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_004/780x0__r.jpg?hash=1774620831 not downloaded yet
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009657%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620831%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_005/780x0__r.jpg?hash=1774620831 not downloaded yet
2026-03-27 14:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009335> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:48 [ecarstrade.nl] INFO: Extracting details for car 7009335auction111131
2026-03-27 14:51:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with identifier: 7009335auction111131
2026-03-27 14:51:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with scrape type 1
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009335%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619784%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_000/780x0__r.jpg?hash=1774619784 not downloaded yet
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009335%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619784%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_001/780x0__r.jpg?hash=1774619784 not downloaded yet
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009335%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619784%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_002/780x0__r.jpg?hash=1774619784 not downloaded yet
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009335%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619784%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_003/780x0__r.jpg?hash=1774619784 not downloaded yet
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009335%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619784%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_004/780x0__r.jpg?hash=1774619784 not downloaded yet
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009335%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619784%27 HTTP/1.1" 200 None
2026-03-27 14:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_005/780x0__r.jpg?hash=1774619784 not downloaded yet
2026-03-27 14:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010205> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:55 [ecarstrade.nl] INFO: Extracting details for car 7010205auction111131
2026-03-27 14:51:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d272b2ca-5e20-5eb2-8c67-94a2f8175004 with identifier: 7010205auction111131
2026-03-27 14:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d272b2ca-5e20-5eb2-8c67-94a2f8175004 with scrape type 1
2026-03-27 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d272b2ca-5e20-5eb2-8c67-94a2f8175004
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010205%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622549%27 HTTP/1.1" 200 None
2026-03-27 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_000/780x0__r.jpg?hash=1774622549 not downloaded yet
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010205%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622549%27 HTTP/1.1" 200 None
2026-03-27 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_001/780x0__r.jpg?hash=1774622549 not downloaded yet
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010205%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622549%27 HTTP/1.1" 200 None
2026-03-27 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_002/780x0__r.jpg?hash=1774622549 not downloaded yet
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010205%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622549%27 HTTP/1.1" 200 None
2026-03-27 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_003/780x0__r.jpg?hash=1774622549 not downloaded yet
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010205%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622549%27 HTTP/1.1" 200 None
2026-03-27 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_004/780x0__r.jpg?hash=1774622549 not downloaded yet
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010205%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622549%27 HTTP/1.1" 200 None
2026-03-27 14:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_005/780x0__r.jpg?hash=1774622549 not downloaded yet
2026-03-27 14:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009381> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:56 [ecarstrade.nl] INFO: Extracting details for car 7009381auction111131
2026-03-27 14:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17a6ada8-0eee-5bd6-9609-d975db40dc82 with identifier: 7009381auction111131
2026-03-27 14:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17a6ada8-0eee-5bd6-9609-d975db40dc82 with scrape type 1
2026-03-27 14:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 17a6ada8-0eee-5bd6-9609-d975db40dc82
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009381%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620089%27 HTTP/1.1" 200 None
2026-03-27 14:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_000/780x0__r.jpg?hash=1774620089 not downloaded yet
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009381%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620090%27 HTTP/1.1" 200 None
2026-03-27 14:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_001/780x0__r.jpg?hash=1774620090 not downloaded yet
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009381%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620090%27 HTTP/1.1" 200 None
2026-03-27 14:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_002/780x0__r.jpg?hash=1774620090 not downloaded yet
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009381%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620090%27 HTTP/1.1" 200 None
2026-03-27 14:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_003/780x0__r.jpg?hash=1774620090 not downloaded yet
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009381%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620090%27 HTTP/1.1" 200 None
2026-03-27 14:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_004/780x0__r.jpg?hash=1774620090 not downloaded yet
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009381%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620090%27 HTTP/1.1" 200 None
2026-03-27 14:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_005/780x0__r.jpg?hash=1774620090 not downloaded yet
2026-03-27 14:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009660> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:51:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:58 [ecarstrade.nl] INFO: Extracting details for car 7009660auction111131
2026-03-27 14:51:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3c35086-1946-5fa8-be42-c0946156e919 with identifier: 7009660auction111131
2026-03-27 14:51:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3c35086-1946-5fa8-be42-c0946156e919 with scrape type 1
2026-03-27 14:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e3c35086-1946-5fa8-be42-c0946156e919
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009660%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620855%27 HTTP/1.1" 200 None
2026-03-27 14:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_000/780x0__r.jpg?hash=1774620855 not downloaded yet
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009660%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620855%27 HTTP/1.1" 200 None
2026-03-27 14:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_001/780x0__r.jpg?hash=1774620855 not downloaded yet
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009660%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620856%27 HTTP/1.1" 200 None
2026-03-27 14:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_002/780x0__r.jpg?hash=1774620856 not downloaded yet
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009660%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620856%27 HTTP/1.1" 200 None
2026-03-27 14:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_003/780x0__r.jpg?hash=1774620856 not downloaded yet
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009660%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620856%27 HTTP/1.1" 200 None
2026-03-27 14:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_004/780x0__r.jpg?hash=1774620856 not downloaded yet
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009660%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620856%27 HTTP/1.1" 200 None
2026-03-27 14:51:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_005/780x0__r.jpg?hash=1774620856 not downloaded yet
2026-03-27 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009339> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:00 [ecarstrade.nl] INFO: Extracting details for car 7009339auction111131
2026-03-27 14:52:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with identifier: 7009339auction111131
2026-03-27 14:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with scrape type 1
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009339%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619802%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_000/780x0__r.jpg?hash=1774619802 not downloaded yet
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009339%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619802%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_001/780x0__r.jpg?hash=1774619802 not downloaded yet
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009339%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619807%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_002/780x0__r.jpg?hash=1774619807 not downloaded yet
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009339%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619807%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_003/780x0__r.jpg?hash=1774619807 not downloaded yet
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009339%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619807%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_004/780x0__r.jpg?hash=1774619807 not downloaded yet
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009339%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619807%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_005/780x0__r.jpg?hash=1774619807 not downloaded yet
2026-03-27 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009653> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:00 [ecarstrade.nl] INFO: Extracting details for car 7009653auction111131
2026-03-27 14:52:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1f65dc8-a7bc-5112-937a-2c7ed32f863e with identifier: 7009653auction111131
2026-03-27 14:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1f65dc8-a7bc-5112-937a-2c7ed32f863e with scrape type 1
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c1f65dc8-a7bc-5112-937a-2c7ed32f863e
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009653%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620814%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_000/780x0__r.jpg?hash=1774620814 not downloaded yet
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009653%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620814%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_001/780x0__r.jpg?hash=1774620814 not downloaded yet
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009653%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620814%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_002/780x0__r.jpg?hash=1774620814 not downloaded yet
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009653%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620814%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_003/780x0__r.jpg?hash=1774620814 not downloaded yet
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009653%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620814%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_004/780x0__r.jpg?hash=1774620814 not downloaded yet
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009653%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620814%27 HTTP/1.1" 200 None
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_005/780x0__r.jpg?hash=1774620814 not downloaded yet
2026-03-27 14:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009624> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:05 [ecarstrade.nl] INFO: Extracting details for car 7009624auction111131
2026-03-27 14:52:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with identifier: 7009624auction111131
2026-03-27 14:52:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with scrape type 1
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009624%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620647%27 HTTP/1.1" 200 None
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_000/780x0__r.jpg?hash=1774620647 not downloaded yet
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009624%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620652%27 HTTP/1.1" 200 None
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_001/780x0__r.jpg?hash=1774620652 not downloaded yet
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009624%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620652%27 HTTP/1.1" 200 None
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_002/780x0__r.jpg?hash=1774620652 not downloaded yet
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009624%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620652%27 HTTP/1.1" 200 None
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_003/780x0__r.jpg?hash=1774620652 not downloaded yet
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009624%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620652%27 HTTP/1.1" 200 None
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_004/780x0__r.jpg?hash=1774620652 not downloaded yet
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009624%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620653%27 HTTP/1.1" 200 None
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_005/780x0__r.jpg?hash=1774620653 not downloaded yet
2026-03-27 14:52:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009285> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:05 [ecarstrade.nl] INFO: Extracting details for car 7009285auction111131
2026-03-27 14:52:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccb00c7f-005e-5de2-84bb-fb835c066556 with identifier: 7009285auction111131
2026-03-27 14:52:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccb00c7f-005e-5de2-84bb-fb835c066556 with scrape type 1
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ccb00c7f-005e-5de2-84bb-fb835c066556
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009285%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619536%27 HTTP/1.1" 200 None
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_000/780x0__r.jpg?hash=1774619536 not downloaded yet
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009285%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619536%27 HTTP/1.1" 200 None
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_001/780x0__r.jpg?hash=1774619536 not downloaded yet
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009285%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619536%27 HTTP/1.1" 200 None
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_002/780x0__r.jpg?hash=1774619536 not downloaded yet
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009285%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619536%27 HTTP/1.1" 200 None
2026-03-27 14:52:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_003/780x0__r.jpg?hash=1774619536 not downloaded yet
2026-03-27 14:52:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009285%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619536%27 HTTP/1.1" 200 None
2026-03-27 14:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_004/780x0__r.jpg?hash=1774619536 not downloaded yet
2026-03-27 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009285%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619536%27 HTTP/1.1" 200 None
2026-03-27 14:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_005/780x0__r.jpg?hash=1774619536 not downloaded yet
2026-03-27 14:52:06 [scrapy.extensions.logstats] INFO: Crawled 87 pages (at 25 pages/min), scraped 53 items (at 11 items/min)
2026-03-27 14:52:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 276MiB
2026-03-27 14:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009616> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_005/780x0__r.jpg?hash=1774620831> (referer: https://ecarstrade.com/cars/7009657)
2026-03-27 14:52:10 [ecarstrade.nl] INFO: Extracting details for car 7009616auction111131
2026-03-27 14:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df217131-e5b1-5231-9768-47ef78ccbd73 with identifier: 7009616auction111131
2026-03-27 14:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df217131-e5b1-5231-9768-47ef78ccbd73 with scrape type 1
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item df217131-e5b1-5231-9768-47ef78ccbd73
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009616%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620610%27 HTTP/1.1" 200 None
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_000/780x0__r.jpg?hash=1774620610 not downloaded yet
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_005/780x0__r.jpg?hash=1774619784> (referer: https://ecarstrade.com/cars/7009335)
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009616%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620610%27 HTTP/1.1" 200 None
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_001/780x0__r.jpg?hash=1774620610 not downloaded yet
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009616%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620610%27 HTTP/1.1" 200 None
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_002/780x0__r.jpg?hash=1774620610 not downloaded yet
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009616%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620610%27 HTTP/1.1" 200 None
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_003/780x0__r.jpg?hash=1774620610 not downloaded yet
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009616%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620610%27 HTTP/1.1" 200 None
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_004/780x0__r.jpg?hash=1774620610 not downloaded yet
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a85307aa-35fa-5989-a282-2af25123f6bd
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009616%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620610%27 HTTP/1.1" 200 None
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_005/780x0__r.jpg?hash=1774620610 not downloaded yet
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_005/780x0__r.jpg?hash=1774622549> (referer: https://ecarstrade.com/cars/7010205)
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_005/780x0__r.jpg?hash=1774620090> (referer: https://ecarstrade.com/cars/7009381)
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d272b2ca-5e20-5eb2-8c67-94a2f8175004
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_005/780x0__r.jpg?hash=1774620856> (referer: https://ecarstrade.com/cars/7009660)
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 17a6ada8-0eee-5bd6-9609-d975db40dc82
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_005/780x0__r.jpg?hash=1774619807> (referer: https://ecarstrade.com/cars/7009339)
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e3c35086-1946-5fa8-be42-c0946156e919
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_005/780x0__r.jpg?hash=1774620814> (referer: https://ecarstrade.com/cars/7009653)
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_005/780x0__r.jpg?hash=1774620653> (referer: https://ecarstrade.com/cars/7009624)
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c1f65dc8-a7bc-5112-937a-2c7ed32f863e
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_005/780x0__r.jpg?hash=1774619536> (referer: https://ecarstrade.com/cars/7009285)
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_004/780x0__r.jpg?hash=1774619536> (referer: https://ecarstrade.com/cars/7009285)
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ccb00c7f-005e-5de2-84bb-fb835c066556
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_000/780x0__r.jpg?hash=1774620610> (referer: https://ecarstrade.com/cars/7009616)
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ccb00c7f-005e-5de2-84bb-fb835c066556
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_005/780x0__r.jpg?hash=1774620610> (referer: https://ecarstrade.com/cars/7009616)
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item df217131-e5b1-5231-9768-47ef78ccbd73
2026-03-27 14:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_004/780x0__r.jpg?hash=1774620610> (referer: https://ecarstrade.com/cars/7009616)
2026-03-27 14:52:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item df217131-e5b1-5231-9768-47ef78ccbd73
2026-03-27 14:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_003/780x0__r.jpg?hash=1774620610> (referer: https://ecarstrade.com/cars/7009616)
2026-03-27 14:52:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item df217131-e5b1-5231-9768-47ef78ccbd73
2026-03-27 14:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_002/780x0__r.jpg?hash=1774620610> (referer: https://ecarstrade.com/cars/7009616)
2026-03-27 14:52:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item df217131-e5b1-5231-9768-47ef78ccbd73
2026-03-27 14:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_001/780x0__r.jpg?hash=1774620610> (referer: https://ecarstrade.com/cars/7009616)
2026-03-27 14:52:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item df217131-e5b1-5231-9768-47ef78ccbd73
2026-03-27 14:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_003/780x0__r.jpg?hash=1774619536> (referer: https://ecarstrade.com/cars/7009285)
2026-03-27 14:52:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item df217131-e5b1-5231-9768-47ef78ccbd73
2026-03-27 14:52:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: df217131-e5b1-5231-9768-47ef78ccbd73, skipping ID generation
2026-03-27 14:52:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df217131-e5b1-5231-9768-47ef78ccbd73 with scrape type 1
2026-03-27 14:52:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item df217131-e5b1-5231-9768-47ef78ccbd73 sending to next pipeline
2026-03-27 14:52:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: df217131-e5b1-5231-9768-47ef78ccbd73, identifier: 7009616auction111131
2026-03-27 14:52:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: df217131-e5b1-5231-9768-47ef78ccbd73 with identifier: 7009616auction111131
2026-03-27 14:52:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: df217131-e5b1-5231-9768-47ef78ccbd73 with identifier: 7009616auction111131
2026-03-27 14:52:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: df217131-e5b1-5231-9768-47ef78ccbd73 with identifier: 7009616auction111131 to the API
2026-03-27 14:52:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52: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-27 14:52:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009616/photo_001/780x0__r.jpg?hash=1774620610>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'df217131-e5b1-5231-9768-47ef78ccbd73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009616',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 156266,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Karoq 1.5 TSI Sportline Business DSG',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI Sportline Business DSG',
'vin': None,
'year': 2021}
2026-03-27 14:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009616auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:11 [ecarstrade.nl] INFO: Saving data for 7009616auction111131: {'created_time': 1774623131.833897, 'last_price_update_time': 1774623131.833907, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009616auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_002/780x0__r.jpg?hash=1774619536> (referer: https://ecarstrade.com/cars/7009285)
2026-03-27 14:52:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ccb00c7f-005e-5de2-84bb-fb835c066556
2026-03-27 14:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_001/780x0__r.jpg?hash=1774619536> (referer: https://ecarstrade.com/cars/7009285)
2026-03-27 14:52:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_000/780x0__r.jpg?hash=1774619536> (referer: https://ecarstrade.com/cars/7009285)
2026-03-27 14:52:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ccb00c7f-005e-5de2-84bb-fb835c066556
2026-03-27 14:52:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ccb00c7f-005e-5de2-84bb-fb835c066556
2026-03-27 14:52:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_004/780x0__r.jpg?hash=1774620652> (referer: https://ecarstrade.com/cars/7009624)
2026-03-27 14:52:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ccb00c7f-005e-5de2-84bb-fb835c066556
2026-03-27 14:52:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ccb00c7f-005e-5de2-84bb-fb835c066556, skipping ID generation
2026-03-27 14:52:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccb00c7f-005e-5de2-84bb-fb835c066556 with scrape type 1
2026-03-27 14:52:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ccb00c7f-005e-5de2-84bb-fb835c066556 sending to next pipeline
2026-03-27 14:52:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ccb00c7f-005e-5de2-84bb-fb835c066556, identifier: 7009285auction111131
2026-03-27 14:52:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ccb00c7f-005e-5de2-84bb-fb835c066556 with identifier: 7009285auction111131
2026-03-27 14:52:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ccb00c7f-005e-5de2-84bb-fb835c066556 with identifier: 7009285auction111131
2026-03-27 14:52:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ccb00c7f-005e-5de2-84bb-fb835c066556 with identifier: 7009285auction111131 to the API
2026-03-27 14:52:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52: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-27 14:52:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009285/photo_000/780x0__r.jpg?hash=1774619536>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'ccb00c7f-005e-5de2-84bb-fb835c066556',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009285',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 143067,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-11',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Standard RWD Plus 60 kWh',
'transmission': 'automatic',
'trim': 'Standard RWD Plus 60 kWh',
'vin': None,
'year': 2020}
2026-03-27 14:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009285auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:12 [ecarstrade.nl] INFO: Saving data for 7009285auction111131: {'created_time': 1774623132.83462, 'last_price_update_time': 1774623132.834632, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009285auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_003/780x0__r.jpg?hash=1774620652> (referer: https://ecarstrade.com/cars/7009624)
2026-03-27 14:52:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7
2026-03-27 14:52:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_002/780x0__r.jpg?hash=1774620652> (referer: https://ecarstrade.com/cars/7009624)
2026-03-27 14:52:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7
2026-03-27 14:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_001/780x0__r.jpg?hash=1774620652> (referer: https://ecarstrade.com/cars/7009624)
2026-03-27 14:52:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7
2026-03-27 14:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_000/780x0__r.jpg?hash=1774620647> (referer: https://ecarstrade.com/cars/7009624)
2026-03-27 14:52:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7
2026-03-27 14:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_004/780x0__r.jpg?hash=1774620814> (referer: https://ecarstrade.com/cars/7009653)
2026-03-27 14:52:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7
2026-03-27 14:52:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b27bb9dd-63ef-53a7-bd20-c18f2d563cf7, skipping ID generation
2026-03-27 14:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with scrape type 1
2026-03-27 14:52:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 sending to next pipeline
2026-03-27 14:52:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b27bb9dd-63ef-53a7-bd20-c18f2d563cf7, identifier: 7009624auction111131
2026-03-27 14:52:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with identifier: 7009624auction111131
2026-03-27 14:52:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with identifier: 7009624auction111131
2026-03-27 14:52:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b27bb9dd-63ef-53a7-bd20-c18f2d563cf7 with identifier: 7009624auction111131 to the API
2026-03-27 14:52:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52: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-27 14:52:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009624/photo_000/780x0__r.jpg?hash=1774620647>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b27bb9dd-63ef-53a7-bd20-c18f2d563cf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009624',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 69745,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR 1.8 Hybrid Business Plus AUT',
'transmission': 'automatic',
'trim': 'TOYOTA 1.8 Hybrid Business Plus AUT',
'vin': None,
'year': 2021}
2026-03-27 14:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009624auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:13 [ecarstrade.nl] INFO: Saving data for 7009624auction111131: {'created_time': 1774623133.644157, 'last_price_update_time': 1774623133.644166, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009624auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_003/780x0__r.jpg?hash=1774620814> (referer: https://ecarstrade.com/cars/7009653)
2026-03-27 14:52:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c1f65dc8-a7bc-5112-937a-2c7ed32f863e
2026-03-27 14:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_002/780x0__r.jpg?hash=1774620814> (referer: https://ecarstrade.com/cars/7009653)
2026-03-27 14:52:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c1f65dc8-a7bc-5112-937a-2c7ed32f863e
2026-03-27 14:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_001/780x0__r.jpg?hash=1774620814> (referer: https://ecarstrade.com/cars/7009653)
2026-03-27 14:52:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c1f65dc8-a7bc-5112-937a-2c7ed32f863e
2026-03-27 14:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_000/780x0__r.jpg?hash=1774620814> (referer: https://ecarstrade.com/cars/7009653)
2026-03-27 14:52:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c1f65dc8-a7bc-5112-937a-2c7ed32f863e
2026-03-27 14:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_004/780x0__r.jpg?hash=1774619807> (referer: https://ecarstrade.com/cars/7009339)
2026-03-27 14:52:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c1f65dc8-a7bc-5112-937a-2c7ed32f863e
2026-03-27 14:52:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1f65dc8-a7bc-5112-937a-2c7ed32f863e, skipping ID generation
2026-03-27 14:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1f65dc8-a7bc-5112-937a-2c7ed32f863e with scrape type 1
2026-03-27 14:52:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1f65dc8-a7bc-5112-937a-2c7ed32f863e sending to next pipeline
2026-03-27 14:52:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c1f65dc8-a7bc-5112-937a-2c7ed32f863e, identifier: 7009653auction111131
2026-03-27 14:52:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c1f65dc8-a7bc-5112-937a-2c7ed32f863e with identifier: 7009653auction111131
2026-03-27 14:52:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c1f65dc8-a7bc-5112-937a-2c7ed32f863e with identifier: 7009653auction111131
2026-03-27 14:52:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c1f65dc8-a7bc-5112-937a-2c7ed32f863e with identifier: 7009653auction111131 to the API
2026-03-27 14:52:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52: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-27 14:52:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009653/photo_000/780x0__r.jpg?hash=1774620814>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'c1f65dc8-a7bc-5112-937a-2c7ed32f863e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009653',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Mokka',
'odometer': 32099,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Mokka Electric Level 2 50 kWh',
'transmission': 'automatic',
'trim': 'OPEL Electric Level 2 50 kWh',
'vin': None,
'year': 2023}
2026-03-27 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009653auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:14 [ecarstrade.nl] INFO: Saving data for 7009653auction111131: {'created_time': 1774623134.402084, 'last_price_update_time': 1774623134.402094, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009653auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_003/780x0__r.jpg?hash=1774619807> (referer: https://ecarstrade.com/cars/7009339)
2026-03-27 14:52:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108
2026-03-27 14:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_002/780x0__r.jpg?hash=1774619807> (referer: https://ecarstrade.com/cars/7009339)
2026-03-27 14:52:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108
2026-03-27 14:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_001/780x0__r.jpg?hash=1774619802> (referer: https://ecarstrade.com/cars/7009339)
2026-03-27 14:52:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108
2026-03-27 14:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_000/780x0__r.jpg?hash=1774619802> (referer: https://ecarstrade.com/cars/7009339)
2026-03-27 14:52:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108
2026-03-27 14:52:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_004/780x0__r.jpg?hash=1774620856> (referer: https://ecarstrade.com/cars/7009660)
2026-03-27 14:52:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108
2026-03-27 14:52:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108, skipping ID generation
2026-03-27 14:52:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with scrape type 1
2026-03-27 14:52:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 sending to next pipeline
2026-03-27 14:52:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108, identifier: 7009339auction111131
2026-03-27 14:52:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with identifier: 7009339auction111131
2026-03-27 14:52:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with identifier: 7009339auction111131
2026-03-27 14:52:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 24d2e985-ac5b-5db3-a7bb-8d0ebbc39108 with identifier: 7009339auction111131 to the API
2026-03-27 14:52:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52: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-27 14:52:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009339/photo_000/780x0__r.jpg?hash=1774619802>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '24d2e985-ac5b-5db3-a7bb-8d0ebbc39108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009339',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Seat Tarraco',
'odometer': 138348,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Tarraco 1.5 TSI FR DSG',
'transmission': 'automatic',
'trim': 'SEAT Tarraco 1.5 TSI FR DSG',
'vin': None,
'year': 2021}
2026-03-27 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009339auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:15 [ecarstrade.nl] INFO: Saving data for 7009339auction111131: {'created_time': 1774623135.854033, 'last_price_update_time': 1774623135.854043, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009339auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_003/780x0__r.jpg?hash=1774620856> (referer: https://ecarstrade.com/cars/7009660)
2026-03-27 14:52:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e3c35086-1946-5fa8-be42-c0946156e919
2026-03-27 14:52:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_002/780x0__r.jpg?hash=1774620856> (referer: https://ecarstrade.com/cars/7009660)
2026-03-27 14:52:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e3c35086-1946-5fa8-be42-c0946156e919
2026-03-27 14:52:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_001/780x0__r.jpg?hash=1774620855> (referer: https://ecarstrade.com/cars/7009660)
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e3c35086-1946-5fa8-be42-c0946156e919
2026-03-27 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_000/780x0__r.jpg?hash=1774620855> (referer: https://ecarstrade.com/cars/7009660)
2026-03-27 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009350> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e3c35086-1946-5fa8-be42-c0946156e919
2026-03-27 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_003/780x0__r.jpg?hash=1774620090> (referer: https://ecarstrade.com/cars/7009381)
2026-03-27 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_004/780x0__r.jpg?hash=1774620090> (referer: https://ecarstrade.com/cars/7009381)
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e3c35086-1946-5fa8-be42-c0946156e919
2026-03-27 14:52:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3c35086-1946-5fa8-be42-c0946156e919, skipping ID generation
2026-03-27 14:52:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3c35086-1946-5fa8-be42-c0946156e919 with scrape type 1
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3c35086-1946-5fa8-be42-c0946156e919 sending to next pipeline
2026-03-27 14:52:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e3c35086-1946-5fa8-be42-c0946156e919, identifier: 7009660auction111131
2026-03-27 14:52:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e3c35086-1946-5fa8-be42-c0946156e919 with identifier: 7009660auction111131
2026-03-27 14:52:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:52:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e3c35086-1946-5fa8-be42-c0946156e919 with identifier: 7009660auction111131
2026-03-27 14:52:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e3c35086-1946-5fa8-be42-c0946156e919 with identifier: 7009660auction111131 to the API
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009660/photo_000/780x0__r.jpg?hash=1774620855>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'e3c35086-1946-5fa8-be42-c0946156e919',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009660',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Insignia',
'odometer': 170396,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Insignia Sports Tourer 2.0 CDTI Bns Eleg.',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 2.0 CDTI Bns Eleg.',
'vin': None,
'year': 2021}
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009660auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:16 [ecarstrade.nl] INFO: Saving data for 7009660auction111131: {'created_time': 1774623136.648838, 'last_price_update_time': 1774623136.648848, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009660auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_002/780x0__r.jpg?hash=1774620090> (referer: https://ecarstrade.com/cars/7009381)
2026-03-27 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_001/780x0__r.jpg?hash=1774620090> (referer: https://ecarstrade.com/cars/7009381)
2026-03-27 14:52:16 [ecarstrade.nl] INFO: Extracting details for car 7009350auction111131
2026-03-27 14:52:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f573ea1-9343-54f2-8a41-fdcdda918872 with identifier: 7009350auction111131
2026-03-27 14:52:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f573ea1-9343-54f2-8a41-fdcdda918872 with scrape type 1
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7f573ea1-9343-54f2-8a41-fdcdda918872
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009350%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619861%27 HTTP/1.1" 200 None
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_000/780x0__r.jpg?hash=1774619861 not downloaded yet
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 17a6ada8-0eee-5bd6-9609-d975db40dc82
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 17a6ada8-0eee-5bd6-9609-d975db40dc82
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009350%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619861%27 HTTP/1.1" 200 None
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_001/780x0__r.jpg?hash=1774619861 not downloaded yet
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009350%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619861%27 HTTP/1.1" 200 None
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_002/780x0__r.jpg?hash=1774619861 not downloaded yet
2026-03-27 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_000/780x0__r.jpg?hash=1774620089> (referer: https://ecarstrade.com/cars/7009381)
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009350%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619861%27 HTTP/1.1" 200 None
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_003/780x0__r.jpg?hash=1774619861 not downloaded yet
2026-03-27 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_004/780x0__r.jpg?hash=1774622549> (referer: https://ecarstrade.com/cars/7010205)
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009350%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619861%27 HTTP/1.1" 200 None
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_004/780x0__r.jpg?hash=1774619861 not downloaded yet
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 17a6ada8-0eee-5bd6-9609-d975db40dc82
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 17a6ada8-0eee-5bd6-9609-d975db40dc82
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009350%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619862%27 HTTP/1.1" 200 None
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_005/780x0__r.jpg?hash=1774619862 not downloaded yet
2026-03-27 14:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_003/780x0__r.jpg?hash=1774622549> (referer: https://ecarstrade.com/cars/7010205)
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 17a6ada8-0eee-5bd6-9609-d975db40dc82
2026-03-27 14:52:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 17a6ada8-0eee-5bd6-9609-d975db40dc82, skipping ID generation
2026-03-27 14:52:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17a6ada8-0eee-5bd6-9609-d975db40dc82 with scrape type 1
2026-03-27 14:52:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 17a6ada8-0eee-5bd6-9609-d975db40dc82 sending to next pipeline
2026-03-27 14:52:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 17a6ada8-0eee-5bd6-9609-d975db40dc82, identifier: 7009381auction111131
2026-03-27 14:52:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 17a6ada8-0eee-5bd6-9609-d975db40dc82 with identifier: 7009381auction111131
2026-03-27 14:52:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 17a6ada8-0eee-5bd6-9609-d975db40dc82 with identifier: 7009381auction111131
2026-03-27 14:52:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 17a6ada8-0eee-5bd6-9609-d975db40dc82 with identifier: 7009381auction111131 to the API
2026-03-27 14:52:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52: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-27 14:52:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009381/photo_000/780x0__r.jpg?hash=1774620089>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '17a6ada8-0eee-5bd6-9609-d975db40dc82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009381',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'CLA 180 Shooting Brake',
'odometer': 132297,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA-klasse Shooting Brake 180 d Business Solution '
'Luxury',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA-klasse Shooting Brake 180 d Business Solution '
'Luxury',
'vin': None,
'year': 2021}
2026-03-27 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009381auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:17 [ecarstrade.nl] INFO: Saving data for 7009381auction111131: {'created_time': 1774623137.362875, 'last_price_update_time': 1774623137.362885, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009381auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_002/780x0__r.jpg?hash=1774622549> (referer: https://ecarstrade.com/cars/7010205)
2026-03-27 14:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_001/780x0__r.jpg?hash=1774622549> (referer: https://ecarstrade.com/cars/7010205)
2026-03-27 14:52:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d272b2ca-5e20-5eb2-8c67-94a2f8175004
2026-03-27 14:52:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d272b2ca-5e20-5eb2-8c67-94a2f8175004
2026-03-27 14:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_004/780x0__r.jpg?hash=1774619784> (referer: https://ecarstrade.com/cars/7009335)
2026-03-27 14:52:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d272b2ca-5e20-5eb2-8c67-94a2f8175004
2026-03-27 14:52:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d272b2ca-5e20-5eb2-8c67-94a2f8175004
2026-03-27 14:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_000/780x0__r.jpg?hash=1774622549> (referer: https://ecarstrade.com/cars/7010205)
2026-03-27 14:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_002/780x0__r.jpg?hash=1774619784> (referer: https://ecarstrade.com/cars/7009335)
2026-03-27 14:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_003/780x0__r.jpg?hash=1774619784> (referer: https://ecarstrade.com/cars/7009335)
2026-03-27 14:52:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b
2026-03-27 14:52:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d272b2ca-5e20-5eb2-8c67-94a2f8175004
2026-03-27 14:52:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d272b2ca-5e20-5eb2-8c67-94a2f8175004, skipping ID generation
2026-03-27 14:52:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d272b2ca-5e20-5eb2-8c67-94a2f8175004 with scrape type 1
2026-03-27 14:52:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d272b2ca-5e20-5eb2-8c67-94a2f8175004 sending to next pipeline
2026-03-27 14:52:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d272b2ca-5e20-5eb2-8c67-94a2f8175004, identifier: 7010205auction111131
2026-03-27 14:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_001/780x0__r.jpg?hash=1774619784> (referer: https://ecarstrade.com/cars/7009335)
2026-03-27 14:52:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d272b2ca-5e20-5eb2-8c67-94a2f8175004 with identifier: 7010205auction111131
2026-03-27 14:52:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:52:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d272b2ca-5e20-5eb2-8c67-94a2f8175004 with identifier: 7010205auction111131
2026-03-27 14:52:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d272b2ca-5e20-5eb2-8c67-94a2f8175004 with identifier: 7010205auction111131 to the API
2026-03-27 14:52:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010205/photo_000/780x0__r.jpg?hash=1774622549>
{'auction_title': '',
'c_o_2_emission_value': 227,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'd272b2ca-5e20-5eb2-8c67-94a2f8175004',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010205',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Iveco',
'model': 'Other',
'odometer': 27454,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-23',
'seats_number': 2,
'seller_name': None,
'title': 'IVECO Daily 35S18 3.0 375',
'transmission': 'automatic',
'trim': 'IVECO Daily 35S18 3.0 375',
'vin': None,
'year': 2018}
2026-03-27 14:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010205auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:18 [ecarstrade.nl] INFO: Saving data for 7010205auction111131: {'created_time': 1774623138.795447, 'last_price_update_time': 1774623138.795458, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010205auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_002/780x0__r.jpg?hash=1774619861> (referer: https://ecarstrade.com/cars/7009350)
2026-03-27 14:52:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b
2026-03-27 14:52:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b
2026-03-27 14:52:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b
2026-03-27 14:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_001/780x0__r.jpg?hash=1774619861> (referer: https://ecarstrade.com/cars/7009350)
2026-03-27 14:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_005/780x0__r.jpg?hash=1774619862> (referer: https://ecarstrade.com/cars/7009350)
2026-03-27 14:52:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7f573ea1-9343-54f2-8a41-fdcdda918872
2026-03-27 14:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_004/780x0__r.jpg?hash=1774619861> (referer: https://ecarstrade.com/cars/7009350)
2026-03-27 14:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_003/780x0__r.jpg?hash=1774619861> (referer: https://ecarstrade.com/cars/7009350)
2026-03-27 14:52:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7f573ea1-9343-54f2-8a41-fdcdda918872
2026-03-27 14:52:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_000/780x0__r.jpg?hash=1774619861> (referer: https://ecarstrade.com/cars/7009350)
2026-03-27 14:52:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7f573ea1-9343-54f2-8a41-fdcdda918872
2026-03-27 14:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_000/780x0__r.jpg?hash=1774619784> (referer: https://ecarstrade.com/cars/7009335)
2026-03-27 14:52:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7f573ea1-9343-54f2-8a41-fdcdda918872
2026-03-27 14:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_004/780x0__r.jpg?hash=1774620831> (referer: https://ecarstrade.com/cars/7009657)
2026-03-27 14:52:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7f573ea1-9343-54f2-8a41-fdcdda918872
2026-03-27 14:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_003/780x0__r.jpg?hash=1774620831> (referer: https://ecarstrade.com/cars/7009657)
2026-03-27 14:52:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7f573ea1-9343-54f2-8a41-fdcdda918872
2026-03-27 14:52:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7f573ea1-9343-54f2-8a41-fdcdda918872, skipping ID generation
2026-03-27 14:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f573ea1-9343-54f2-8a41-fdcdda918872 with scrape type 1
2026-03-27 14:52:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7f573ea1-9343-54f2-8a41-fdcdda918872 sending to next pipeline
2026-03-27 14:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7f573ea1-9343-54f2-8a41-fdcdda918872, identifier: 7009350auction111131
2026-03-27 14:52:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7f573ea1-9343-54f2-8a41-fdcdda918872 with identifier: 7009350auction111131
2026-03-27 14:52:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7f573ea1-9343-54f2-8a41-fdcdda918872 with identifier: 7009350auction111131
2026-03-27 14:52:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7f573ea1-9343-54f2-8a41-fdcdda918872 with identifier: 7009350auction111131 to the API
2026-03-27 14:52:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009350/photo_000/780x0__r.jpg?hash=1774619861>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '7f573ea1-9343-54f2-8a41-fdcdda918872',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009350',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 153290,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 Life 77 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Life 77 kWh',
'vin': None,
'year': 2021}
2026-03-27 14:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009350auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:19 [ecarstrade.nl] INFO: Saving data for 7009350auction111131: {'created_time': 1774623139.520349, 'last_price_update_time': 1774623139.520359, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009350auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_002/780x0__r.jpg?hash=1774620831> (referer: https://ecarstrade.com/cars/7009657)
2026-03-27 14:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_001/780x0__r.jpg?hash=1774620831> (referer: https://ecarstrade.com/cars/7009657)
2026-03-27 14:52:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009278> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009291> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b
2026-03-27 14:52:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b, skipping ID generation
2026-03-27 14:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with scrape type 1
2026-03-27 14:52:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b sending to next pipeline
2026-03-27 14:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b, identifier: 7009335auction111131
2026-03-27 14:52:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a85307aa-35fa-5989-a282-2af25123f6bd
2026-03-27 14:52:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a85307aa-35fa-5989-a282-2af25123f6bd
2026-03-27 14:52:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with identifier: 7009335auction111131
2026-03-27 14:52:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with identifier: 7009335auction111131
2026-03-27 14:52:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b with identifier: 7009335auction111131 to the API
2026-03-27 14:52:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009335/photo_000/780x0__r.jpg?hash=1774619784>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '915e2a6f-3a88-5e59-8a03-1ee0b19f5c6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009335',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 134673,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 T2 Momentum',
'transmission': 'manual',
'trim': 'VOLVO T2 Momentum',
'vin': None,
'year': 2021}
2026-03-27 14:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009335auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:19 [ecarstrade.nl] INFO: Saving data for 7009335auction111131: {'created_time': 1774623139.986787, 'last_price_update_time': 1774623139.986797, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009335auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_000/780x0__r.jpg?hash=1774620831> (referer: https://ecarstrade.com/cars/7009657)
2026-03-27 14:52:20 [ecarstrade.nl] INFO: Extracting details for car 7009278auction111131
2026-03-27 14:52:20 [ecarstrade.nl] INFO: Extracting details for car 7009291auction111131
2026-03-27 14:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_003/780x0__r.jpg?hash=1774619829> (referer: https://ecarstrade.com/cars/7009344)
2026-03-27 14:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_004/780x0__r.jpg?hash=1774619829> (referer: https://ecarstrade.com/cars/7009344)
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a85307aa-35fa-5989-a282-2af25123f6bd
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a85307aa-35fa-5989-a282-2af25123f6bd
2026-03-27 14:52:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5606f17d-0f58-5192-9221-8c971c8d4186 with identifier: 7009278auction111131
2026-03-27 14:52:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5606f17d-0f58-5192-9221-8c971c8d4186 with scrape type 1
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5606f17d-0f58-5192-9221-8c971c8d4186
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009278%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619500%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_000/780x0__r.jpg?hash=1774619500 not downloaded yet
2026-03-27 14:52:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5414be35-a644-5007-8c55-97e75d9cafd2 with identifier: 7009291auction111131
2026-03-27 14:52:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5414be35-a644-5007-8c55-97e75d9cafd2 with scrape type 1
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5414be35-a644-5007-8c55-97e75d9cafd2
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009291%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619565%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_000/780x0__r.jpg?hash=1774619565 not downloaded yet
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009278%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619500%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_001/780x0__r.jpg?hash=1774619500 not downloaded yet
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009291%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619565%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_001/780x0__r.jpg?hash=1774619565 not downloaded yet
2026-03-27 14:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_002/780x0__r.jpg?hash=1774619829> (referer: https://ecarstrade.com/cars/7009344)
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009278%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619500%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_002/780x0__r.jpg?hash=1774619500 not downloaded yet
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009291%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619565%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_002/780x0__r.jpg?hash=1774619565 not downloaded yet
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a85307aa-35fa-5989-a282-2af25123f6bd
2026-03-27 14:52:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a85307aa-35fa-5989-a282-2af25123f6bd, skipping ID generation
2026-03-27 14:52:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a85307aa-35fa-5989-a282-2af25123f6bd with scrape type 1
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a85307aa-35fa-5989-a282-2af25123f6bd sending to next pipeline
2026-03-27 14:52:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a85307aa-35fa-5989-a282-2af25123f6bd, identifier: 7009657auction111131
2026-03-27 14:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_000/780x0__r.jpg?hash=1774619829> (referer: https://ecarstrade.com/cars/7009344)
2026-03-27 14:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_001/780x0__r.jpg?hash=1774619829> (referer: https://ecarstrade.com/cars/7009344)
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009278%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619500%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_003/780x0__r.jpg?hash=1774619500 not downloaded yet
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009291%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619565%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_003/780x0__r.jpg?hash=1774619565 not downloaded yet
2026-03-27 14:52:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a85307aa-35fa-5989-a282-2af25123f6bd with identifier: 7009657auction111131
2026-03-27 14:52:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a85307aa-35fa-5989-a282-2af25123f6bd with identifier: 7009657auction111131
2026-03-27 14:52:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a85307aa-35fa-5989-a282-2af25123f6bd with identifier: 7009657auction111131 to the API
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009657/photo_000/780x0__r.jpg?hash=1774620831>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'a85307aa-35fa-5989-a282-2af25123f6bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009657',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'MG5',
'odometer': 91060,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-31',
'seats_number': 5,
'seller_name': None,
'title': 'MG Mg5 electric Long R. Lux. 61 kWh',
'transmission': 'automatic',
'trim': 'Mg5 electric Long R. Lux. 61 kWh',
'vin': None,
'year': 2023}
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009657auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [ecarstrade.nl] INFO: Saving data for 7009657auction111131: {'created_time': 1774623140.638108, 'last_price_update_time': 1774623140.638122, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009657auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45
2026-03-27 14:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_004/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010173)
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009278%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619500%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_004/780x0__r.jpg?hash=1774619500 not downloaded yet
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009291%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619565%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_004/780x0__r.jpg?hash=1774619565 not downloaded yet
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45
2026-03-27 14:52:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45, skipping ID generation
2026-03-27 14:52:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with scrape type 1
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 sending to next pipeline
2026-03-27 14:52:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45, identifier: 7009344auction111131
2026-03-27 14:52:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_002/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010173)
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009278%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619500%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_005/780x0__r.jpg?hash=1774619500 not downloaded yet
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009291%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619565%27 HTTP/1.1" 200 None
2026-03-27 14:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_005/780x0__r.jpg?hash=1774619565 not downloaded yet
2026-03-27 14:52:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with identifier: 7009344auction111131
2026-03-27 14:52:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with identifier: 7009344auction111131
2026-03-27 14:52:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4f7ce5e4-db6f-5f6b-816a-ecf60b215c45 with identifier: 7009344auction111131 to the API
2026-03-27 14:52:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009344/photo_001/780x0__r.jpg?hash=1774619829>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4f7ce5e4-db6f-5f6b-816a-ecf60b215c45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009344',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Seat Tarraco',
'odometer': 103882,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Tarraco 1.5 TSI Style DSG',
'transmission': 'automatic',
'trim': 'SEAT Tarraco 1.5 TSI Style DSG',
'vin': None,
'year': 2021}
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009344auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:21 [ecarstrade.nl] INFO: Saving data for 7009344auction111131: {'created_time': 1774623141.177487, 'last_price_update_time': 1774623141.177499, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009344auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_003/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010173)
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_001/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010173)
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6f8fa360-082e-5bce-bb5c-34b468d19428
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_000/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010173)
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009611> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6f8fa360-082e-5bce-bb5c-34b468d19428
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6f8fa360-082e-5bce-bb5c-34b468d19428
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_001/780x0__r.jpg?hash=1774619565> (referer: https://ecarstrade.com/cars/7009291)
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_004/780x0__r.jpg?hash=1774600454> (referer: https://ecarstrade.com/cars/7007168)
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_003/780x0__r.jpg?hash=1774600454> (referer: https://ecarstrade.com/cars/7007168)
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_002/780x0__r.jpg?hash=1774600454> (referer: https://ecarstrade.com/cars/7007168)
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6f8fa360-082e-5bce-bb5c-34b468d19428
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_002/780x0__r.jpg?hash=1774619500> (referer: https://ecarstrade.com/cars/7009278)
2026-03-27 14:52:21 [ecarstrade.nl] INFO: Extracting details for car 7009611auction111131
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6f8fa360-082e-5bce-bb5c-34b468d19428
2026-03-27 14:52:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6f8fa360-082e-5bce-bb5c-34b468d19428, skipping ID generation
2026-03-27 14:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8fa360-082e-5bce-bb5c-34b468d19428 with scrape type 1
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6f8fa360-082e-5bce-bb5c-34b468d19428 sending to next pipeline
2026-03-27 14:52:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6f8fa360-082e-5bce-bb5c-34b468d19428, identifier: 7010173auction111131
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_002/780x0__r.jpg?hash=1774619565> (referer: https://ecarstrade.com/cars/7009291)
2026-03-27 14:52:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6f8fa360-082e-5bce-bb5c-34b468d19428 with identifier: 7010173auction111131
2026-03-27 14:52:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6f8fa360-082e-5bce-bb5c-34b468d19428 with identifier: 7010173auction111131
2026-03-27 14:52:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6f8fa360-082e-5bce-bb5c-34b468d19428 with identifier: 7010173auction111131 to the API
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010173/photo_000/780x0__r.jpg?hash=1774622434>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '6f8fa360-082e-5bce-bb5c-34b468d19428',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010173',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 75448,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-klasse 180 Bns Solution AMG',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-klasse 180 Bns Solution AMG',
'vin': None,
'year': 2022}
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010173auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:21 [ecarstrade.nl] INFO: Saving data for 7010173auction111131: {'created_time': 1774623141.852875, 'last_price_update_time': 1774623141.852888, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010173auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_003/780x0__r.jpg?hash=1774619565> (referer: https://ecarstrade.com/cars/7009291)
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_004/780x0__r.jpg?hash=1774619565> (referer: https://ecarstrade.com/cars/7009291)
2026-03-27 14:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with identifier: 7009611auction111131
2026-03-27 14:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with scrape type 1
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009611%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620268%27 HTTP/1.1" 200 None
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_000/780x0__r.jpg?hash=1774620268 not downloaded yet
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_005/780x0__r.jpg?hash=1774619565> (referer: https://ecarstrade.com/cars/7009291)
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009611%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620268%27 HTTP/1.1" 200 None
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_001/780x0__r.jpg?hash=1774620268 not downloaded yet
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5414be35-a644-5007-8c55-97e75d9cafd2
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1608a46a-de22-54a6-aee6-e34e28c0f383
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1608a46a-de22-54a6-aee6-e34e28c0f383
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1608a46a-de22-54a6-aee6-e34e28c0f383
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5606f17d-0f58-5192-9221-8c971c8d4186
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5414be35-a644-5007-8c55-97e75d9cafd2
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009611%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620268%27 HTTP/1.1" 200 None
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_002/780x0__r.jpg?hash=1774620268 not downloaded yet
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009611%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620268%27 HTTP/1.1" 200 None
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_003/780x0__r.jpg?hash=1774620268 not downloaded yet
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_001/780x0__r.jpg?hash=1774619500> (referer: https://ecarstrade.com/cars/7009278)
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009611%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620268%27 HTTP/1.1" 200 None
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_004/780x0__r.jpg?hash=1774620268 not downloaded yet
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_003/780x0__r.jpg?hash=1774619500> (referer: https://ecarstrade.com/cars/7009278)
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_004/780x0__r.jpg?hash=1774619500> (referer: https://ecarstrade.com/cars/7009278)
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009611%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620268%27 HTTP/1.1" 200 None
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_005/780x0__r.jpg?hash=1774620268 not downloaded yet
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_005/780x0__r.jpg?hash=1774619500> (referer: https://ecarstrade.com/cars/7009278)
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5414be35-a644-5007-8c55-97e75d9cafd2
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5414be35-a644-5007-8c55-97e75d9cafd2
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5414be35-a644-5007-8c55-97e75d9cafd2
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_000/780x0__r.jpg?hash=1774619565> (referer: https://ecarstrade.com/cars/7009291)
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_001/780x0__r.jpg?hash=1774600454> (referer: https://ecarstrade.com/cars/7007168)
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_000/780x0__r.jpg?hash=1774619500> (referer: https://ecarstrade.com/cars/7009278)
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_003/780x0__r.jpg?hash=1774600311> (referer: https://ecarstrade.com/cars/7007126)
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5606f17d-0f58-5192-9221-8c971c8d4186
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_000/780x0__r.jpg?hash=1774600453> (referer: https://ecarstrade.com/cars/7007168)
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5606f17d-0f58-5192-9221-8c971c8d4186
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5606f17d-0f58-5192-9221-8c971c8d4186
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_000/780x0__r.jpg?hash=1774620268> (referer: https://ecarstrade.com/cars/7009611)
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_002/780x0__r.jpg?hash=1774600311> (referer: https://ecarstrade.com/cars/7007126)
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5606f17d-0f58-5192-9221-8c971c8d4186
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5414be35-a644-5007-8c55-97e75d9cafd2
2026-03-27 14:52:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5414be35-a644-5007-8c55-97e75d9cafd2, skipping ID generation
2026-03-27 14:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5414be35-a644-5007-8c55-97e75d9cafd2 with scrape type 1
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5414be35-a644-5007-8c55-97e75d9cafd2 sending to next pipeline
2026-03-27 14:52:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5414be35-a644-5007-8c55-97e75d9cafd2, identifier: 7009291auction111131
2026-03-27 14:52:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5414be35-a644-5007-8c55-97e75d9cafd2 with identifier: 7009291auction111131
2026-03-27 14:52:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5414be35-a644-5007-8c55-97e75d9cafd2 with identifier: 7009291auction111131
2026-03-27 14:52:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5414be35-a644-5007-8c55-97e75d9cafd2 with identifier: 7009291auction111131 to the API
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52: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-27 14:52:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009291/photo_000/780x0__r.jpg?hash=1774619565>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '5414be35-a644-5007-8c55-97e75d9cafd2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009291',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 179921,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-12',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI SANTA FE 1.6 T-GDI HEV i-M',
'transmission': 'automatic',
'trim': 'HYUNDAI SANTA FE 1.6 T-GDI HEV i-M',
'vin': None,
'year': 2022}
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009291auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:22 [ecarstrade.nl] INFO: Saving data for 7009291auction111131: {'created_time': 1774623142.575435, 'last_price_update_time': 1774623142.575445, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009291auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_001/780x0__r.jpg?hash=1774600311> (referer: https://ecarstrade.com/cars/7007126)
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_002/780x0__r.jpg?hash=1774620268> (referer: https://ecarstrade.com/cars/7009611)
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_003/780x0__r.jpg?hash=1774620268> (referer: https://ecarstrade.com/cars/7009611)
2026-03-27 14:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_001/780x0__r.jpg?hash=1774620268> (referer: https://ecarstrade.com/cars/7009611)
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1608a46a-de22-54a6-aee6-e34e28c0f383
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5606f17d-0f58-5192-9221-8c971c8d4186
2026-03-27 14:52:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5606f17d-0f58-5192-9221-8c971c8d4186, skipping ID generation
2026-03-27 14:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5606f17d-0f58-5192-9221-8c971c8d4186 with scrape type 1
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5606f17d-0f58-5192-9221-8c971c8d4186 sending to next pipeline
2026-03-27 14:52:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5606f17d-0f58-5192-9221-8c971c8d4186, identifier: 7009278auction111131
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 964e88ed-f6c6-5658-8a7d-714f10b97016
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1608a46a-de22-54a6-aee6-e34e28c0f383
2026-03-27 14:52:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1608a46a-de22-54a6-aee6-e34e28c0f383, skipping ID generation
2026-03-27 14:52:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1608a46a-de22-54a6-aee6-e34e28c0f383 with scrape type 1
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1608a46a-de22-54a6-aee6-e34e28c0f383 sending to next pipeline
2026-03-27 14:52:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1608a46a-de22-54a6-aee6-e34e28c0f383, identifier: 7007168auction111108
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834
2026-03-27 14:52:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 964e88ed-f6c6-5658-8a7d-714f10b97016
2026-03-27 14:52:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5606f17d-0f58-5192-9221-8c971c8d4186 with identifier: 7009278auction111131
2026-03-27 14:52:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5606f17d-0f58-5192-9221-8c971c8d4186 with identifier: 7009278auction111131
2026-03-27 14:52:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5606f17d-0f58-5192-9221-8c971c8d4186 with identifier: 7009278auction111131 to the API
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009278/photo_000/780x0__r.jpg?hash=1774619500>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5606f17d-0f58-5192-9221-8c971c8d4186',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009278',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Arkana',
'odometer': 140632,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Arkana 1.6 E-T H 145 RSLine',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 E-T H 145 RSLine',
'vin': None,
'year': 2022}
2026-03-27 14:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009278auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:23 [ecarstrade.nl] INFO: Saving data for 7009278auction111131: {'created_time': 1774623143.558479, 'last_price_update_time': 1774623143.55849, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009278auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 7007168auction111108
2026-03-27 14:52:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 7007168auction111108
2026-03-27 14:52:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1608a46a-de22-54a6-aee6-e34e28c0f383 with identifier: 7007168auction111108 to the API
2026-03-27 14:52:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007168/photo_000/780x0__r.jpg?hash=1774600453>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': '1608a46a-de22-54a6-aee6-e34e28c0f383',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007168',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 94509,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-27',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF 1.0 TSI Life',
'vin': None,
'year': 2022}
2026-03-27 14:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007168auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:52:23 [ecarstrade.nl] INFO: Saving data for 7007168auction111108: {'created_time': 1774623143.87352, 'last_price_update_time': 1774623143.87353, 'auction_closing_time': 1774952700.0}
2026-03-27 14:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007168auction111108') HTTP/1.1" 204 0
2026-03-27 14:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_005/780x0__r.jpg?hash=1774620268> (referer: https://ecarstrade.com/cars/7009611)
2026-03-27 14:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_003/780x0__r.jpg?hash=1774619843> (referer: https://ecarstrade.com/cars/7009346)
2026-03-27 14:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_000/780x0__r.jpg?hash=1774600311> (referer: https://ecarstrade.com/cars/7007126)
2026-03-27 14:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_004/780x0__r.jpg?hash=1774620268> (referer: https://ecarstrade.com/cars/7009611)
2026-03-27 14:52:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 964e88ed-f6c6-5658-8a7d-714f10b97016
2026-03-27 14:52:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834
2026-03-27 14:52:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834
2026-03-27 14:52:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834
2026-03-27 14:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009301> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_002/780x0__r.jpg?hash=1774619843> (referer: https://ecarstrade.com/cars/7009346)
2026-03-27 14:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_001/780x0__r.jpg?hash=1774619843> (referer: https://ecarstrade.com/cars/7009346)
2026-03-27 14:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_000/780x0__r.jpg?hash=1774619842> (referer: https://ecarstrade.com/cars/7009346)
2026-03-27 14:52:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_002/780x0__r.jpg?hash=1774600370> (referer: https://ecarstrade.com/cars/7007139)
2026-03-27 14:52:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834
2026-03-27 14:52:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8c3acea8-5647-582a-8c42-3a7c7552bc42
2026-03-27 14:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 964e88ed-f6c6-5658-8a7d-714f10b97016
2026-03-27 14:52:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 964e88ed-f6c6-5658-8a7d-714f10b97016, skipping ID generation
2026-03-27 14:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 964e88ed-f6c6-5658-8a7d-714f10b97016 with scrape type 1
2026-03-27 14:52:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 964e88ed-f6c6-5658-8a7d-714f10b97016 sending to next pipeline
2026-03-27 14:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 964e88ed-f6c6-5658-8a7d-714f10b97016, identifier: 7007126auction111108
2026-03-27 14:52:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834
2026-03-27 14:52:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834, skipping ID generation
2026-03-27 14:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with scrape type 1
2026-03-27 14:52:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 sending to next pipeline
2026-03-27 14:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834, identifier: 7009611auction111131
2026-03-27 14:52:24 [ecarstrade.nl] INFO: Extracting details for car 7009301auction111131
2026-03-27 14:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 964e88ed-f6c6-5658-8a7d-714f10b97016 with identifier: 7007126auction111108
2026-03-27 14:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 964e88ed-f6c6-5658-8a7d-714f10b97016 with identifier: 7007126auction111108
2026-03-27 14:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 964e88ed-f6c6-5658-8a7d-714f10b97016 with identifier: 7007126auction111108 to the API
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007126/photo_000/780x0__r.jpg?hash=1774600311>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '964e88ed-f6c6-5658-8a7d-714f10b97016',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007126',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Niro',
'odometer': 111483,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Niro 1.6 GDi Hybrid DynamicPlusLine',
'transmission': 'automatic',
'trim': 'KIA 1.6 GDi Hybrid DynamicPlusLine',
'vin': None,
'year': 2020}
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007126auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:52:24 [ecarstrade.nl] INFO: Saving data for 7007126auction111108: {'created_time': 1774623144.551558, 'last_price_update_time': 1774623144.551567, 'auction_closing_time': 1774952700.0}
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007126auction111108') HTTP/1.1" 204 0
2026-03-27 14:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with identifier: 7009611auction111131
2026-03-27 14:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with identifier: 7009611auction111131
2026-03-27 14:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834 with identifier: 7009611auction111131 to the API
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009611/photo_004/780x0__r.jpg?hash=1774620268>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'cc7e4b1e-453c-5533-b9d8-f6fdbf6ba834',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009611',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 97585,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-22',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Enyaq iV 80',
'transmission': 'automatic',
'trim': 'SKODA iV 80',
'vin': None,
'year': 2020}
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009611auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:24 [ecarstrade.nl] INFO: Saving data for 7009611auction111131: {'created_time': 1774623144.911353, 'last_price_update_time': 1774623144.911364, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009611auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_000/780x0__r.jpg?hash=1774600370> (referer: https://ecarstrade.com/cars/7007139)
2026-03-27 14:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_001/780x0__r.jpg?hash=1774600370> (referer: https://ecarstrade.com/cars/7007139)
2026-03-27 14:52:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87853430-c75a-53ee-a36d-ad3d68c13d5c with identifier: 7009301auction111131
2026-03-27 14:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87853430-c75a-53ee-a36d-ad3d68c13d5c with scrape type 1
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 87853430-c75a-53ee-a36d-ad3d68c13d5c
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009301%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619624%27 HTTP/1.1" 200 None
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_000/780x0__r.jpg?hash=1774619624 not downloaded yet
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8c3acea8-5647-582a-8c42-3a7c7552bc42
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8c3acea8-5647-582a-8c42-3a7c7552bc42
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8c3acea8-5647-582a-8c42-3a7c7552bc42
2026-03-27 14:52:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c3acea8-5647-582a-8c42-3a7c7552bc42, skipping ID generation
2026-03-27 14:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c3acea8-5647-582a-8c42-3a7c7552bc42 with scrape type 1
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c3acea8-5647-582a-8c42-3a7c7552bc42 sending to next pipeline
2026-03-27 14:52:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8c3acea8-5647-582a-8c42-3a7c7552bc42, identifier: 7009346auction111131
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 392eb446-b37d-5fa9-b683-7846ba58a7cd
2026-03-27 14:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8c3acea8-5647-582a-8c42-3a7c7552bc42 with identifier: 7009346auction111131
2026-03-27 14:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8c3acea8-5647-582a-8c42-3a7c7552bc42 with identifier: 7009346auction111131
2026-03-27 14:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8c3acea8-5647-582a-8c42-3a7c7552bc42 with identifier: 7009346auction111131 to the API
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009346/photo_000/780x0__r.jpg?hash=1774619842>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8c3acea8-5647-582a-8c42-3a7c7552bc42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009346',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Kuga',
'odometer': 77523,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA 2.5 PHEV Titanium AUT.',
'transmission': 'automatic',
'trim': 'FORD KUGA 2.5 PHEV Titanium AUT.',
'vin': None,
'year': 2023}
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009346auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:25 [ecarstrade.nl] INFO: Saving data for 7009346auction111131: {'created_time': 1774623145.512341, 'last_price_update_time': 1774623145.512351, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009346auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009301%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619624%27 HTTP/1.1" 200 None
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_001/780x0__r.jpg?hash=1774619624 not downloaded yet
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009301%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619624%27 HTTP/1.1" 200 None
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_002/780x0__r.jpg?hash=1774619624 not downloaded yet
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 392eb446-b37d-5fa9-b683-7846ba58a7cd
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 392eb446-b37d-5fa9-b683-7846ba58a7cd
2026-03-27 14:52:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 392eb446-b37d-5fa9-b683-7846ba58a7cd, skipping ID generation
2026-03-27 14:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 392eb446-b37d-5fa9-b683-7846ba58a7cd with scrape type 1
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 392eb446-b37d-5fa9-b683-7846ba58a7cd sending to next pipeline
2026-03-27 14:52:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 392eb446-b37d-5fa9-b683-7846ba58a7cd, identifier: 7007139auction111108
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009301%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619624%27 HTTP/1.1" 200 None
2026-03-27 14:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_003/780x0__r.jpg?hash=1774619624 not downloaded yet
2026-03-27 14:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 392eb446-b37d-5fa9-b683-7846ba58a7cd with identifier: 7007139auction111108
2026-03-27 14:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 392eb446-b37d-5fa9-b683-7846ba58a7cd with identifier: 7007139auction111108
2026-03-27 14:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 392eb446-b37d-5fa9-b683-7846ba58a7cd with identifier: 7007139auction111108 to the API
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_001/780x0__r.jpg?hash=1774600370>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:25:00Z',
'fuel_type': 'Petrol',
'id': '392eb446-b37d-5fa9-b683-7846ba58a7cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007139',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 204994,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e757a8d-f8cc-5a2c-9cf1-041640d7922d/6e757a8d-f8cc-5a2c-9cf1-041640d7922d_image_4.gif',
'Extension': 'gif',
'FileSizeInBytes': 43,
'Height': 1,
'OriginUrl': 'https://ecarstrade.com/images/pixel.gif',
'Width': 1},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_392eb446-b37d-5fa9-b683-7846ba58a7cd/392eb446-b37d-5fa9-b683-7846ba58a7cd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85898,
'Height': 585,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007139/photo_004/780x0__r.jpg?hash=1774600371',
'Width': 780}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.0 TSI Style',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Style',
'vin': None,
'year': 2020}
2026-03-27 14:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277007139auction111108%27 HTTP/1.1" 200 None
2026-03-27 14:52:26 [ecarstrade.nl] INFO: Saving data for 7007139auction111108: {'created_time': 1774623146.007848, 'last_price_update_time': 1774623146.007858, 'auction_closing_time': 1774952700.0}
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7007139auction111108') HTTP/1.1" 204 0
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009301%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619624%27 HTTP/1.1" 200 None
2026-03-27 14:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_004/780x0__r.jpg?hash=1774619624 not downloaded yet
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009301%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619624%27 HTTP/1.1" 200 None
2026-03-27 14:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_005/780x0__r.jpg?hash=1774619624 not downloaded yet
2026-03-27 14:52:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009650> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:28 [ecarstrade.nl] INFO: Extracting details for car 7009650auction111131
2026-03-27 14:52:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a51b750-6d70-57b5-ab0f-1873126ea74a with identifier: 7009650auction111131
2026-03-27 14:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a51b750-6d70-57b5-ab0f-1873126ea74a with scrape type 1
2026-03-27 14:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5a51b750-6d70-57b5-ab0f-1873126ea74a
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009650%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620799%27 HTTP/1.1" 200 None
2026-03-27 14:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_000/780x0__r.jpg?hash=1774620799 not downloaded yet
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009650%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620799%27 HTTP/1.1" 200 None
2026-03-27 14:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_001/780x0__r.jpg?hash=1774620799 not downloaded yet
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009650%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620799%27 HTTP/1.1" 200 None
2026-03-27 14:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_002/780x0__r.jpg?hash=1774620799 not downloaded yet
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009650%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620799%27 HTTP/1.1" 200 None
2026-03-27 14:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_003/780x0__r.jpg?hash=1774620799 not downloaded yet
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009650%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620799%27 HTTP/1.1" 200 None
2026-03-27 14:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_004/780x0__r.jpg?hash=1774620799 not downloaded yet
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009650%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620799%27 HTTP/1.1" 200 None
2026-03-27 14:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_005/780x0__r.jpg?hash=1774620799 not downloaded yet
2026-03-27 14:52:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009279auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009279auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009279auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009355auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009355auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009355auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009277auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009277auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009277auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009338auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009338auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009338auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009351auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009351auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009351auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009634auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009634auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009634auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009767auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009767auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009767auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009370auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009370auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009370auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009457auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009457auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009457auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009632auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009632auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009632auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009323auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009323auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009323auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009273auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009273auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009273auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009304auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009304auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009304auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009640auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009640auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009640auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009803auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009803auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009803auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009276auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009276auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009276auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009287auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009287auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009287auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009374auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009374auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009374auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009340auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009340auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009340auction111131: 1
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Found listing with ID: 7009364auction111131
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009364auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:29 [ecarstrade.nl] INFO: Scrape type for 7009364auction111131: 1
2026-03-27 14:52:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009540> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:36 [ecarstrade.nl] INFO: Extracting details for car 7009540auction111131
2026-03-27 14:52:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da700b02-fa5b-52e9-a9ef-f3106434c490 with identifier: 7009540auction111131
2026-03-27 14:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da700b02-fa5b-52e9-a9ef-f3106434c490 with scrape type 1
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item da700b02-fa5b-52e9-a9ef-f3106434c490
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009540%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620177%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_000/780x0__r.jpg?hash=1774620177 not downloaded yet
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009540%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620177%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_001/780x0__r.jpg?hash=1774620177 not downloaded yet
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009540%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620178%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_002/780x0__r.jpg?hash=1774620178 not downloaded yet
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009540%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620178%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_003/780x0__r.jpg?hash=1774620178 not downloaded yet
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009540%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620178%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_004/780x0__r.jpg?hash=1774620178 not downloaded yet
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009540%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620178%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_005/780x0__r.jpg?hash=1774620178 not downloaded yet
2026-03-27 14:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009648> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_000/780x0__r.jpg?hash=1774619624> (referer: https://ecarstrade.com/cars/7009301)
2026-03-27 14:52:36 [ecarstrade.nl] INFO: Extracting details for car 7009648auction111131
2026-03-27 14:52:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with identifier: 7009648auction111131
2026-03-27 14:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with scrape type 1
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009648%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620789%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_000/780x0__r.jpg?hash=1774620789 not downloaded yet
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009648%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620789%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_001/780x0__r.jpg?hash=1774620789 not downloaded yet
2026-03-27 14:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_001/780x0__r.jpg?hash=1774619624> (referer: https://ecarstrade.com/cars/7009301)
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009648%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620789%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_002/780x0__r.jpg?hash=1774620789 not downloaded yet
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009648%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620789%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_003/780x0__r.jpg?hash=1774620789 not downloaded yet
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 87853430-c75a-53ee-a36d-ad3d68c13d5c
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009648%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620790%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_004/780x0__r.jpg?hash=1774620790 not downloaded yet
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009648%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620790%27 HTTP/1.1" 200 None
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_005/780x0__r.jpg?hash=1774620790 not downloaded yet
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 87853430-c75a-53ee-a36d-ad3d68c13d5c
2026-03-27 14:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_002/780x0__r.jpg?hash=1774619624> (referer: https://ecarstrade.com/cars/7009301)
2026-03-27 14:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_003/780x0__r.jpg?hash=1774619624> (referer: https://ecarstrade.com/cars/7009301)
2026-03-27 14:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_004/780x0__r.jpg?hash=1774619624> (referer: https://ecarstrade.com/cars/7009301)
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 87853430-c75a-53ee-a36d-ad3d68c13d5c
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 87853430-c75a-53ee-a36d-ad3d68c13d5c
2026-03-27 14:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_005/780x0__r.jpg?hash=1774619624> (referer: https://ecarstrade.com/cars/7009301)
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 87853430-c75a-53ee-a36d-ad3d68c13d5c
2026-03-27 14:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_005/780x0__r.jpg?hash=1774620799> (referer: https://ecarstrade.com/cars/7009650)
2026-03-27 14:52:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 87853430-c75a-53ee-a36d-ad3d68c13d5c
2026-03-27 14:52:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 87853430-c75a-53ee-a36d-ad3d68c13d5c, skipping ID generation
2026-03-27 14:52:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87853430-c75a-53ee-a36d-ad3d68c13d5c with scrape type 1
2026-03-27 14:52:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 87853430-c75a-53ee-a36d-ad3d68c13d5c sending to next pipeline
2026-03-27 14:52:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 87853430-c75a-53ee-a36d-ad3d68c13d5c, identifier: 7009301auction111131
2026-03-27 14:52:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 87853430-c75a-53ee-a36d-ad3d68c13d5c with identifier: 7009301auction111131
2026-03-27 14:52:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 87853430-c75a-53ee-a36d-ad3d68c13d5c with identifier: 7009301auction111131
2026-03-27 14:52:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 87853430-c75a-53ee-a36d-ad3d68c13d5c with identifier: 7009301auction111131 to the API
2026-03-27 14:52:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52: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-27 14:52:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009301/photo_005/780x0__r.jpg?hash=1774619624>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '87853430-c75a-53ee-a36d-ad3d68c13d5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009301',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 83528,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-22',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR 1.8 Hybrid Business Plus AUT.',
'transmission': 'automatic',
'trim': 'TOYOTA 1.8 Hybrid Business Plus AUT.',
'vin': None,
'year': 2022}
2026-03-27 14:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009301auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:37 [ecarstrade.nl] INFO: Saving data for 7009301auction111131: {'created_time': 1774623157.333351, 'last_price_update_time': 1774623157.333361, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009301auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5a51b750-6d70-57b5-ab0f-1873126ea74a
2026-03-27 14:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009343> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_005/780x0__r.jpg?hash=1774620178> (referer: https://ecarstrade.com/cars/7009540)
2026-03-27 14:52:38 [ecarstrade.nl] INFO: Extracting details for car 7009343auction111131
2026-03-27 14:52:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61151022-0444-5a8e-b6b8-b36043cede77 with identifier: 7009343auction111131
2026-03-27 14:52:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61151022-0444-5a8e-b6b8-b36043cede77 with scrape type 1
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 61151022-0444-5a8e-b6b8-b36043cede77
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009343%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619824%27 HTTP/1.1" 200 None
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_000/780x0__r.jpg?hash=1774619824 not downloaded yet
2026-03-27 14:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_004/780x0__r.jpg?hash=1774620178> (referer: https://ecarstrade.com/cars/7009540)
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009343%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619824%27 HTTP/1.1" 200 None
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_001/780x0__r.jpg?hash=1774619824 not downloaded yet
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009343%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619824%27 HTTP/1.1" 200 None
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_002/780x0__r.jpg?hash=1774619824 not downloaded yet
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009343%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619824%27 HTTP/1.1" 200 None
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_003/780x0__r.jpg?hash=1774619824 not downloaded yet
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item da700b02-fa5b-52e9-a9ef-f3106434c490
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009343%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619824%27 HTTP/1.1" 200 None
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_004/780x0__r.jpg?hash=1774619824 not downloaded yet
2026-03-27 14:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_001/780x0__r.jpg?hash=1774620789> (referer: https://ecarstrade.com/cars/7009648)
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009343%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619824%27 HTTP/1.1" 200 None
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_005/780x0__r.jpg?hash=1774619824 not downloaded yet
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item da700b02-fa5b-52e9-a9ef-f3106434c490
2026-03-27 14:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_005/780x0__r.jpg?hash=1774620790> (referer: https://ecarstrade.com/cars/7009648)
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca
2026-03-27 14:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_004/780x0__r.jpg?hash=1774620790> (referer: https://ecarstrade.com/cars/7009648)
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca
2026-03-27 14:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_003/780x0__r.jpg?hash=1774620789> (referer: https://ecarstrade.com/cars/7009648)
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca
2026-03-27 14:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_002/780x0__r.jpg?hash=1774620789> (referer: https://ecarstrade.com/cars/7009648)
2026-03-27 14:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_000/780x0__r.jpg?hash=1774620789> (referer: https://ecarstrade.com/cars/7009648)
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca
2026-03-27 14:52:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_003/780x0__r.jpg?hash=1774620178> (referer: https://ecarstrade.com/cars/7009540)
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca
2026-03-27 14:52:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca, skipping ID generation
2026-03-27 14:52:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with scrape type 1
2026-03-27 14:52:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca sending to next pipeline
2026-03-27 14:52:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca, identifier: 7009648auction111131
2026-03-27 14:52:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with identifier: 7009648auction111131
2026-03-27 14:52:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with identifier: 7009648auction111131
2026-03-27 14:52:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9f4bf055-9e60-5be3-bdcd-6c4b625b8cca with identifier: 7009648auction111131 to the API
2026-03-27 14:52:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009648/photo_000/780x0__r.jpg?hash=1774620789>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '9f4bf055-9e60-5be3-bdcd-6c4b625b8cca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009648',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 232566,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-20',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q4 e-tron 40 L ed S Com 77 kWh',
'transmission': 'automatic',
'trim': 'AUDI 40 L ed S Com 77 kWh',
'vin': None,
'year': 2021}
2026-03-27 14:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009648auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:39 [ecarstrade.nl] INFO: Saving data for 7009648auction111131: {'created_time': 1774623159.384533, 'last_price_update_time': 1774623159.384543, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009648auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_002/780x0__r.jpg?hash=1774620178> (referer: https://ecarstrade.com/cars/7009540)
2026-03-27 14:52:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item da700b02-fa5b-52e9-a9ef-f3106434c490
2026-03-27 14:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_000/780x0__r.jpg?hash=1774619824> (referer: https://ecarstrade.com/cars/7009343)
2026-03-27 14:52:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item da700b02-fa5b-52e9-a9ef-f3106434c490
2026-03-27 14:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_004/780x0__r.jpg?hash=1774619824> (referer: https://ecarstrade.com/cars/7009343)
2026-03-27 14:52:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 61151022-0444-5a8e-b6b8-b36043cede77
2026-03-27 14:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_005/780x0__r.jpg?hash=1774619824> (referer: https://ecarstrade.com/cars/7009343)
2026-03-27 14:52:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 61151022-0444-5a8e-b6b8-b36043cede77
2026-03-27 14:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_003/780x0__r.jpg?hash=1774619824> (referer: https://ecarstrade.com/cars/7009343)
2026-03-27 14:52:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 61151022-0444-5a8e-b6b8-b36043cede77
2026-03-27 14:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_002/780x0__r.jpg?hash=1774619824> (referer: https://ecarstrade.com/cars/7009343)
2026-03-27 14:52:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 61151022-0444-5a8e-b6b8-b36043cede77
2026-03-27 14:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_001/780x0__r.jpg?hash=1774619824> (referer: https://ecarstrade.com/cars/7009343)
2026-03-27 14:52:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 61151022-0444-5a8e-b6b8-b36043cede77
2026-03-27 14:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_001/780x0__r.jpg?hash=1774620177> (referer: https://ecarstrade.com/cars/7009540)
2026-03-27 14:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_000/780x0__r.jpg?hash=1774620177> (referer: https://ecarstrade.com/cars/7009540)
2026-03-27 14:52:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 61151022-0444-5a8e-b6b8-b36043cede77
2026-03-27 14:52:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 61151022-0444-5a8e-b6b8-b36043cede77, skipping ID generation
2026-03-27 14:52:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61151022-0444-5a8e-b6b8-b36043cede77 with scrape type 1
2026-03-27 14:52:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 61151022-0444-5a8e-b6b8-b36043cede77 sending to next pipeline
2026-03-27 14:52:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 61151022-0444-5a8e-b6b8-b36043cede77, identifier: 7009343auction111131
2026-03-27 14:52:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 61151022-0444-5a8e-b6b8-b36043cede77 with identifier: 7009343auction111131
2026-03-27 14:52:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 61151022-0444-5a8e-b6b8-b36043cede77 with identifier: 7009343auction111131
2026-03-27 14:52:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 61151022-0444-5a8e-b6b8-b36043cede77 with identifier: 7009343auction111131 to the API
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009343/photo_001/780x0__r.jpg?hash=1774619824>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '61151022-0444-5a8e-b6b8-b36043cede77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009343',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 109951,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-05',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia Combi 1.5 TSI Bns Ed. Plus DSG',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.5 TSI Bns Ed. Plus DSG',
'vin': None,
'year': 2024}
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009343auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:40 [ecarstrade.nl] INFO: Saving data for 7009343auction111131: {'created_time': 1774623160.385072, 'last_price_update_time': 1774623160.385083, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009343auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item da700b02-fa5b-52e9-a9ef-f3106434c490
2026-03-27 14:52:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item da700b02-fa5b-52e9-a9ef-f3106434c490
2026-03-27 14:52:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: da700b02-fa5b-52e9-a9ef-f3106434c490, skipping ID generation
2026-03-27 14:52:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da700b02-fa5b-52e9-a9ef-f3106434c490 with scrape type 1
2026-03-27 14:52:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item da700b02-fa5b-52e9-a9ef-f3106434c490 sending to next pipeline
2026-03-27 14:52:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: da700b02-fa5b-52e9-a9ef-f3106434c490, identifier: 7009540auction111131
2026-03-27 14:52:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: da700b02-fa5b-52e9-a9ef-f3106434c490 with identifier: 7009540auction111131
2026-03-27 14:52:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: da700b02-fa5b-52e9-a9ef-f3106434c490 with identifier: 7009540auction111131
2026-03-27 14:52:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: da700b02-fa5b-52e9-a9ef-f3106434c490 with identifier: 7009540auction111131 to the API
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009540/photo_000/780x0__r.jpg?hash=1774620177>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'da700b02-fa5b-52e9-a9ef-f3106434c490',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009540',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Cupra',
'model': 'Born',
'odometer': 60002,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA Born 58 kWh Adrenaline',
'transmission': 'automatic',
'trim': 'CUPRA 58 kWh Adrenaline',
'vin': None,
'year': 2022}
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009540auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:52:40 [ecarstrade.nl] INFO: Saving data for 7009540auction111131: {'created_time': 1774623160.798508, 'last_price_update_time': 1774623160.798518, 'auction_closing_time': 1774953600.0}
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009540auction111131') HTTP/1.1" 204 0
2026-03-27 14:52:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009635> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:41 [ecarstrade.nl] INFO: Extracting details for car 7009635auction111131
2026-03-27 14:52:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b721e7a1-c990-5382-92e7-2e15ea44ba5c with identifier: 7009635auction111131
2026-03-27 14:52:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b721e7a1-c990-5382-92e7-2e15ea44ba5c with scrape type 1
2026-03-27 14:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b721e7a1-c990-5382-92e7-2e15ea44ba5c
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009635%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620733%27 HTTP/1.1" 200 None
2026-03-27 14:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_000/780x0__r.jpg?hash=1774620733 not downloaded yet
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009635%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620734%27 HTTP/1.1" 200 None
2026-03-27 14:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_001/780x0__r.jpg?hash=1774620734 not downloaded yet
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009635%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620734%27 HTTP/1.1" 200 None
2026-03-27 14:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_002/780x0__r.jpg?hash=1774620734 not downloaded yet
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009635%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620734%27 HTTP/1.1" 200 None
2026-03-27 14:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_003/780x0__r.jpg?hash=1774620734 not downloaded yet
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009635%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620734%27 HTTP/1.1" 200 None
2026-03-27 14:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_004/780x0__r.jpg?hash=1774620734 not downloaded yet
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009635%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620734%27 HTTP/1.1" 200 None
2026-03-27 14:52:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_005/780x0__r.jpg?hash=1774620734 not downloaded yet
2026-03-27 14:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009652> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009297> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:46 [ecarstrade.nl] INFO: Extracting details for car 7009652auction111131
2026-03-27 14:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adf6d337-e543-5d3b-8b42-555ce90bddc1 with identifier: 7009652auction111131
2026-03-27 14:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adf6d337-e543-5d3b-8b42-555ce90bddc1 with scrape type 1
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item adf6d337-e543-5d3b-8b42-555ce90bddc1
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009652%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620809%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_000/780x0__r.jpg?hash=1774620809 not downloaded yet
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009652%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620809%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_001/780x0__r.jpg?hash=1774620809 not downloaded yet
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009652%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620810%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_002/780x0__r.jpg?hash=1774620810 not downloaded yet
2026-03-27 14:52:46 [ecarstrade.nl] INFO: Extracting details for car 7009297auction111131
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009652%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620810%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_003/780x0__r.jpg?hash=1774620810 not downloaded yet
2026-03-27 14:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebec3b42-c182-5887-81cb-927bbec43844 with identifier: 7009297auction111131
2026-03-27 14:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebec3b42-c182-5887-81cb-927bbec43844 with scrape type 1
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ebec3b42-c182-5887-81cb-927bbec43844
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009297%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619597%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_000/780x0__r.jpg?hash=1774619597 not downloaded yet
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009652%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620810%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_004/780x0__r.jpg?hash=1774620810 not downloaded yet
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009297%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619597%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_001/780x0__r.jpg?hash=1774619597 not downloaded yet
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009652%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620810%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_005/780x0__r.jpg?hash=1774620810 not downloaded yet
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009297%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619597%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_002/780x0__r.jpg?hash=1774619597 not downloaded yet
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009297%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619597%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_003/780x0__r.jpg?hash=1774619597 not downloaded yet
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009297%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619597%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_004/780x0__r.jpg?hash=1774619597 not downloaded yet
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009297%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619597%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_005/780x0__r.jpg?hash=1774619597 not downloaded yet
2026-03-27 14:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009349> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:59 [ecarstrade.nl] INFO: Extracting details for car 7009349auction111131
2026-03-27 14:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with identifier: 7009349auction111131
2026-03-27 14:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with scrape type 1
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009349%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619856%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_000/780x0__r.jpg?hash=1774619856 not downloaded yet
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009349%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619856%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_001/780x0__r.jpg?hash=1774619856 not downloaded yet
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009349%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619856%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_002/780x0__r.jpg?hash=1774619856 not downloaded yet
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009349%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619856%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_003/780x0__r.jpg?hash=1774619856 not downloaded yet
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009349%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619857%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_004/780x0__r.jpg?hash=1774619857 not downloaded yet
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009349%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619857%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_005/780x0__r.jpg?hash=1774619857 not downloaded yet
2026-03-27 14:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009267> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:52:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:59 [ecarstrade.nl] INFO: Extracting details for car 7009267auction111131
2026-03-27 14:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02302553-7f97-5e2f-9297-0c16b1ceed8f with identifier: 7009267auction111131
2026-03-27 14:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02302553-7f97-5e2f-9297-0c16b1ceed8f with scrape type 1
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 02302553-7f97-5e2f-9297-0c16b1ceed8f
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009267%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619441%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_000/780x0__r.jpg?hash=1774619441 not downloaded yet
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009267%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619441%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_001/780x0__r.jpg?hash=1774619441 not downloaded yet
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009267%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619441%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_002/780x0__r.jpg?hash=1774619441 not downloaded yet
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009267%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619441%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_003/780x0__r.jpg?hash=1774619441 not downloaded yet
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009267%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619441%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_004/780x0__r.jpg?hash=1774619441 not downloaded yet
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009267%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619442%27 HTTP/1.1" 200 None
2026-03-27 14:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_005/780x0__r.jpg?hash=1774619442 not downloaded yet
2026-03-27 14:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009475> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:00 [ecarstrade.nl] INFO: Extracting details for car 7009475auction111131
2026-03-27 14:53:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with identifier: 7009475auction111131
2026-03-27 14:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with scrape type 1
2026-03-27 14:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009475%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_000/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009475%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_001/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009475%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_002/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009475%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_003/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009475%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_004/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009475%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_005/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 14:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009340> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:01 [ecarstrade.nl] INFO: Extracting details for car 7009340auction111131
2026-03-27 14:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with identifier: 7009340auction111131
2026-03-27 14:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with scrape type 1
2026-03-27 14:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009340%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619811%27 HTTP/1.1" 200 None
2026-03-27 14:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_000/780x0__r.jpg?hash=1774619811 not downloaded yet
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009340%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619811%27 HTTP/1.1" 200 None
2026-03-27 14:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_001/780x0__r.jpg?hash=1774619811 not downloaded yet
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009340%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619812%27 HTTP/1.1" 200 None
2026-03-27 14:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_002/780x0__r.jpg?hash=1774619812 not downloaded yet
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009340%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619812%27 HTTP/1.1" 200 None
2026-03-27 14:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_003/780x0__r.jpg?hash=1774619812 not downloaded yet
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009340%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619812%27 HTTP/1.1" 200 None
2026-03-27 14:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_004/780x0__r.jpg?hash=1774619812 not downloaded yet
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009340%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619812%27 HTTP/1.1" 200 None
2026-03-27 14:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_005/780x0__r.jpg?hash=1774619812 not downloaded yet
2026-03-27 14:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009287> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:04 [ecarstrade.nl] INFO: Extracting details for car 7009287auction111131
2026-03-27 14:53:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b484305-bec7-57af-ab31-f073f803ae6c with identifier: 7009287auction111131
2026-03-27 14:53:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b484305-bec7-57af-ab31-f073f803ae6c with scrape type 1
2026-03-27 14:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0b484305-bec7-57af-ab31-f073f803ae6c
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009287%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619545%27 HTTP/1.1" 200 None
2026-03-27 14:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_000/780x0__r.jpg?hash=1774619545 not downloaded yet
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009287%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619545%27 HTTP/1.1" 200 None
2026-03-27 14:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_001/780x0__r.jpg?hash=1774619545 not downloaded yet
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009287%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619545%27 HTTP/1.1" 200 None
2026-03-27 14:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_002/780x0__r.jpg?hash=1774619545 not downloaded yet
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009287%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619545%27 HTTP/1.1" 200 None
2026-03-27 14:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_003/780x0__r.jpg?hash=1774619545 not downloaded yet
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009287%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619545%27 HTTP/1.1" 200 None
2026-03-27 14:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_004/780x0__r.jpg?hash=1774619545 not downloaded yet
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009287%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619545%27 HTTP/1.1" 200 None
2026-03-27 14:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_005/780x0__r.jpg?hash=1774619545 not downloaded yet
2026-03-27 14:53:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009364> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:05 [ecarstrade.nl] INFO: Extracting details for car 7009364auction111131
2026-03-27 14:53:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5dd7729-edd2-510c-920a-602a8b5f160e with identifier: 7009364auction111131
2026-03-27 14:53:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5dd7729-edd2-510c-920a-602a8b5f160e with scrape type 1
2026-03-27 14:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a5dd7729-edd2-510c-920a-602a8b5f160e
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009364%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620025%27 HTTP/1.1" 200 None
2026-03-27 14:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_000/780x0__r.jpg?hash=1774620025 not downloaded yet
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009364%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620025%27 HTTP/1.1" 200 None
2026-03-27 14:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_001/780x0__r.jpg?hash=1774620025 not downloaded yet
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009364%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620025%27 HTTP/1.1" 200 None
2026-03-27 14:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_002/780x0__r.jpg?hash=1774620025 not downloaded yet
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009364%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620025%27 HTTP/1.1" 200 None
2026-03-27 14:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_003/780x0__r.jpg?hash=1774620025 not downloaded yet
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009364%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620025%27 HTTP/1.1" 200 None
2026-03-27 14:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_004/780x0__r.jpg?hash=1774620025 not downloaded yet
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009364%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620025%27 HTTP/1.1" 200 None
2026-03-27 14:53:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_005/780x0__r.jpg?hash=1774620025 not downloaded yet
2026-03-27 14:53:06 [scrapy.extensions.logstats] INFO: Crawled 107 pages (at 20 pages/min), scraped 77 items (at 24 items/min)
2026-03-27 14:53:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 276MiB
2026-03-27 14:53:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009304> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_005/780x0__r.jpg?hash=1774620734> (referer: https://ecarstrade.com/cars/7009635)
2026-03-27 14:53:09 [ecarstrade.nl] INFO: Extracting details for car 7009304auction111131
2026-03-27 14:53:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with identifier: 7009304auction111131
2026-03-27 14:53:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with scrape type 1
2026-03-27 14:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009304%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619638%27 HTTP/1.1" 200 None
2026-03-27 14:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_000/780x0__r.jpg?hash=1774619638 not downloaded yet
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009304%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619638%27 HTTP/1.1" 200 None
2026-03-27 14:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_001/780x0__r.jpg?hash=1774619638 not downloaded yet
2026-03-27 14:53:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_004/780x0__r.jpg?hash=1774620734> (referer: https://ecarstrade.com/cars/7009635)
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009304%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619638%27 HTTP/1.1" 200 None
2026-03-27 14:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_002/780x0__r.jpg?hash=1774619638 not downloaded yet
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009304%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619638%27 HTTP/1.1" 200 None
2026-03-27 14:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_003/780x0__r.jpg?hash=1774619638 not downloaded yet
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009304%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619638%27 HTTP/1.1" 200 None
2026-03-27 14:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_004/780x0__r.jpg?hash=1774619638 not downloaded yet
2026-03-27 14:53:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b721e7a1-c990-5382-92e7-2e15ea44ba5c
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009304%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619639%27 HTTP/1.1" 200 None
2026-03-27 14:53:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_005/780x0__r.jpg?hash=1774619639 not downloaded yet
2026-03-27 14:53:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_005/780x0__r.jpg?hash=1774619597> (referer: https://ecarstrade.com/cars/7009297)
2026-03-27 14:53:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b721e7a1-c990-5382-92e7-2e15ea44ba5c
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_005/780x0__r.jpg?hash=1774619857> (referer: https://ecarstrade.com/cars/7009349)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ebec3b42-c182-5887-81cb-927bbec43844
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_005/780x0__r.jpg?hash=1774619442> (referer: https://ecarstrade.com/cars/7009267)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_005/780x0__r.jpg?hash=1774620138> (referer: https://ecarstrade.com/cars/7009475)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 02302553-7f97-5e2f-9297-0c16b1ceed8f
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_005/780x0__r.jpg?hash=1774619812> (referer: https://ecarstrade.com/cars/7009340)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_005/780x0__r.jpg?hash=1774619545> (referer: https://ecarstrade.com/cars/7009287)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_005/780x0__r.jpg?hash=1774620025> (referer: https://ecarstrade.com/cars/7009364)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0b484305-bec7-57af-ab31-f073f803ae6c
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_004/780x0__r.jpg?hash=1774620025> (referer: https://ecarstrade.com/cars/7009364)
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_001/780x0__r.jpg?hash=1774619638> (referer: https://ecarstrade.com/cars/7009304)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a5dd7729-edd2-510c-920a-602a8b5f160e
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a5dd7729-edd2-510c-920a-602a8b5f160e
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_005/780x0__r.jpg?hash=1774619639> (referer: https://ecarstrade.com/cars/7009304)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_004/780x0__r.jpg?hash=1774619638> (referer: https://ecarstrade.com/cars/7009304)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_003/780x0__r.jpg?hash=1774619638> (referer: https://ecarstrade.com/cars/7009304)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_002/780x0__r.jpg?hash=1774619638> (referer: https://ecarstrade.com/cars/7009304)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_000/780x0__r.jpg?hash=1774619638> (referer: https://ecarstrade.com/cars/7009304)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_003/780x0__r.jpg?hash=1774620025> (referer: https://ecarstrade.com/cars/7009364)
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a
2026-03-27 14:53:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a, skipping ID generation
2026-03-27 14:53:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with scrape type 1
2026-03-27 14:53:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a sending to next pipeline
2026-03-27 14:53:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a, identifier: 7009304auction111131
2026-03-27 14:53:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with identifier: 7009304auction111131
2026-03-27 14:53:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with identifier: 7009304auction111131
2026-03-27 14:53:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a with identifier: 7009304auction111131 to the API
2026-03-27 14:53:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009304/photo_000/780x0__r.jpg?hash=1774619638>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'ba9e9e7d-cb5a-5dbe-bf73-b6867c9f2e2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009304',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 54513,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-11',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 TSI Life',
'vin': None,
'year': 2023}
2026-03-27 14:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009304auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:11 [ecarstrade.nl] INFO: Saving data for 7009304auction111131: {'created_time': 1774623191.535826, 'last_price_update_time': 1774623191.535836, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009304auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_002/780x0__r.jpg?hash=1774620025> (referer: https://ecarstrade.com/cars/7009364)
2026-03-27 14:53:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a5dd7729-edd2-510c-920a-602a8b5f160e
2026-03-27 14:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_001/780x0__r.jpg?hash=1774620025> (referer: https://ecarstrade.com/cars/7009364)
2026-03-27 14:53:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a5dd7729-edd2-510c-920a-602a8b5f160e
2026-03-27 14:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_000/780x0__r.jpg?hash=1774620025> (referer: https://ecarstrade.com/cars/7009364)
2026-03-27 14:53:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a5dd7729-edd2-510c-920a-602a8b5f160e
2026-03-27 14:53:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_004/780x0__r.jpg?hash=1774619545> (referer: https://ecarstrade.com/cars/7009287)
2026-03-27 14:53:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a5dd7729-edd2-510c-920a-602a8b5f160e
2026-03-27 14:53:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a5dd7729-edd2-510c-920a-602a8b5f160e, skipping ID generation
2026-03-27 14:53:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5dd7729-edd2-510c-920a-602a8b5f160e with scrape type 1
2026-03-27 14:53:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a5dd7729-edd2-510c-920a-602a8b5f160e sending to next pipeline
2026-03-27 14:53:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a5dd7729-edd2-510c-920a-602a8b5f160e, identifier: 7009364auction111131
2026-03-27 14:53:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a5dd7729-edd2-510c-920a-602a8b5f160e with identifier: 7009364auction111131
2026-03-27 14:53:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a5dd7729-edd2-510c-920a-602a8b5f160e with identifier: 7009364auction111131
2026-03-27 14:53:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a5dd7729-edd2-510c-920a-602a8b5f160e with identifier: 7009364auction111131 to the API
2026-03-27 14:53:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009364/photo_000/780x0__r.jpg?hash=1774620025>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a5dd7729-edd2-510c-920a-602a8b5f160e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009364',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 73520,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-17',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EcoBoost Hybrid Titanium',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EcoBoost Hybrid Titanium',
'vin': None,
'year': 2023}
2026-03-27 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009364auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:12 [ecarstrade.nl] INFO: Saving data for 7009364auction111131: {'created_time': 1774623192.167013, 'last_price_update_time': 1774623192.167024, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009364auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_003/780x0__r.jpg?hash=1774619545> (referer: https://ecarstrade.com/cars/7009287)
2026-03-27 14:53:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0b484305-bec7-57af-ab31-f073f803ae6c
2026-03-27 14:53:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_002/780x0__r.jpg?hash=1774619545> (referer: https://ecarstrade.com/cars/7009287)
2026-03-27 14:53:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0b484305-bec7-57af-ab31-f073f803ae6c
2026-03-27 14:53:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_001/780x0__r.jpg?hash=1774619545> (referer: https://ecarstrade.com/cars/7009287)
2026-03-27 14:53:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0b484305-bec7-57af-ab31-f073f803ae6c
2026-03-27 14:53:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_000/780x0__r.jpg?hash=1774619545> (referer: https://ecarstrade.com/cars/7009287)
2026-03-27 14:53:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0b484305-bec7-57af-ab31-f073f803ae6c
2026-03-27 14:53:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_004/780x0__r.jpg?hash=1774619812> (referer: https://ecarstrade.com/cars/7009340)
2026-03-27 14:53:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0b484305-bec7-57af-ab31-f073f803ae6c
2026-03-27 14:53:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b484305-bec7-57af-ab31-f073f803ae6c, skipping ID generation
2026-03-27 14:53:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b484305-bec7-57af-ab31-f073f803ae6c with scrape type 1
2026-03-27 14:53:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b484305-bec7-57af-ab31-f073f803ae6c sending to next pipeline
2026-03-27 14:53:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0b484305-bec7-57af-ab31-f073f803ae6c, identifier: 7009287auction111131
2026-03-27 14:53:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0b484305-bec7-57af-ab31-f073f803ae6c with identifier: 7009287auction111131
2026-03-27 14:53:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0b484305-bec7-57af-ab31-f073f803ae6c with identifier: 7009287auction111131
2026-03-27 14:53:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0b484305-bec7-57af-ab31-f073f803ae6c with identifier: 7009287auction111131 to the API
2026-03-27 14:53:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009287/photo_000/780x0__r.jpg?hash=1774619545>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '0b484305-bec7-57af-ab31-f073f803ae6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009287',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 284040,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Performance AWD 75 kWh',
'transmission': 'automatic',
'trim': 'Performance AWD 75 kWh',
'vin': None,
'year': 2019}
2026-03-27 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009287auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:12 [ecarstrade.nl] INFO: Saving data for 7009287auction111131: {'created_time': 1774623192.874639, 'last_price_update_time': 1774623192.874649, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009287auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_003/780x0__r.jpg?hash=1774619812> (referer: https://ecarstrade.com/cars/7009340)
2026-03-27 14:53:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d
2026-03-27 14:53:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_002/780x0__r.jpg?hash=1774619812> (referer: https://ecarstrade.com/cars/7009340)
2026-03-27 14:53:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d
2026-03-27 14:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_001/780x0__r.jpg?hash=1774619811> (referer: https://ecarstrade.com/cars/7009340)
2026-03-27 14:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_000/780x0__r.jpg?hash=1774619811> (referer: https://ecarstrade.com/cars/7009340)
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d
2026-03-27 14:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_004/780x0__r.jpg?hash=1774620138> (referer: https://ecarstrade.com/cars/7009475)
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d
2026-03-27 14:53:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 19d86a58-8c7f-5a7a-b2b8-0e312881c63d, skipping ID generation
2026-03-27 14:53:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with scrape type 1
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 19d86a58-8c7f-5a7a-b2b8-0e312881c63d sending to next pipeline
2026-03-27 14:53:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 19d86a58-8c7f-5a7a-b2b8-0e312881c63d, identifier: 7009340auction111131
2026-03-27 14:53:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with identifier: 7009340auction111131
2026-03-27 14:53:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with identifier: 7009340auction111131
2026-03-27 14:53:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 19d86a58-8c7f-5a7a-b2b8-0e312881c63d with identifier: 7009340auction111131 to the API
2026-03-27 14:53:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009340/photo_000/780x0__r.jpg?hash=1774619811>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '19d86a58-8c7f-5a7a-b2b8-0e312881c63d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009340',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 150423,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.5 TSI Life Business DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TSI Life Business DSG',
'vin': None,
'year': 2023}
2026-03-27 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009340auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:13 [ecarstrade.nl] INFO: Saving data for 7009340auction111131: {'created_time': 1774623193.609361, 'last_price_update_time': 1774623193.609371, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009340auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_003/780x0__r.jpg?hash=1774620138> (referer: https://ecarstrade.com/cars/7009475)
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b
2026-03-27 14:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_002/780x0__r.jpg?hash=1774620138> (referer: https://ecarstrade.com/cars/7009475)
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b
2026-03-27 14:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_001/780x0__r.jpg?hash=1774620138> (referer: https://ecarstrade.com/cars/7009475)
2026-03-27 14:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009323> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_000/780x0__r.jpg?hash=1774620138> (referer: https://ecarstrade.com/cars/7009475)
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b
2026-03-27 14:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_003/780x0__r.jpg?hash=1774619441> (referer: https://ecarstrade.com/cars/7009267)
2026-03-27 14:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_004/780x0__r.jpg?hash=1774619441> (referer: https://ecarstrade.com/cars/7009267)
2026-03-27 14:53:13 [ecarstrade.nl] INFO: Extracting details for car 7009323auction111131
2026-03-27 14:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_001/780x0__r.jpg?hash=1774619441> (referer: https://ecarstrade.com/cars/7009267)
2026-03-27 14:53:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df7f5de-eae4-58d3-a91c-2ceee6290653 with identifier: 7009323auction111131
2026-03-27 14:53:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df7f5de-eae4-58d3-a91c-2ceee6290653 with scrape type 1
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9df7f5de-eae4-58d3-a91c-2ceee6290653
2026-03-27 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009323%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619709%27 HTTP/1.1" 200 None
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_000/780x0__r.jpg?hash=1774619709 not downloaded yet
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b
2026-03-27 14:53:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b, skipping ID generation
2026-03-27 14:53:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with scrape type 1
2026-03-27 14:53:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b sending to next pipeline
2026-03-27 14:53:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b, identifier: 7009475auction111131
2026-03-27 14:53:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with identifier: 7009475auction111131
2026-03-27 14:53:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with identifier: 7009475auction111131
2026-03-27 14:53:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b with identifier: 7009475auction111131 to the API
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009475/photo_000/780x0__r.jpg?hash=1774620138>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'e4a04c71-53dc-5e06-ab93-c2bcfadb3d3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009475',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Volkswagen Tiguan Allspace',
'odometer': 125237,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Allspace 1.5 TSI HL Bus. R.',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Tiguan Allspace 1.5 TSI HL Bus. R.',
'vin': None,
'year': 2019}
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009475auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:14 [ecarstrade.nl] INFO: Saving data for 7009475auction111131: {'created_time': 1774623194.446207, 'last_price_update_time': 1774623194.446217, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009475auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_002/780x0__r.jpg?hash=1774619441> (referer: https://ecarstrade.com/cars/7009267)
2026-03-27 14:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_000/780x0__r.jpg?hash=1774619441> (referer: https://ecarstrade.com/cars/7009267)
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009323%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619710%27 HTTP/1.1" 200 None
2026-03-27 14:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_001/780x0__r.jpg?hash=1774619710 not downloaded yet
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009323%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619710%27 HTTP/1.1" 200 None
2026-03-27 14:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_002/780x0__r.jpg?hash=1774619710 not downloaded yet
2026-03-27 14:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_003/780x0__r.jpg?hash=1774619856> (referer: https://ecarstrade.com/cars/7009349)
2026-03-27 14:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_004/780x0__r.jpg?hash=1774619857> (referer: https://ecarstrade.com/cars/7009349)
2026-03-27 14:53:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 02302553-7f97-5e2f-9297-0c16b1ceed8f
2026-03-27 14:53:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 02302553-7f97-5e2f-9297-0c16b1ceed8f
2026-03-27 14:53:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 02302553-7f97-5e2f-9297-0c16b1ceed8f
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009323%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619710%27 HTTP/1.1" 200 None
2026-03-27 14:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_003/780x0__r.jpg?hash=1774619710 not downloaded yet
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009323%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619710%27 HTTP/1.1" 200 None
2026-03-27 14:53:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_004/780x0__r.jpg?hash=1774619710 not downloaded yet
2026-03-27 14:53:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 02302553-7f97-5e2f-9297-0c16b1ceed8f
2026-03-27 14:53:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 02302553-7f97-5e2f-9297-0c16b1ceed8f
2026-03-27 14:53:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 02302553-7f97-5e2f-9297-0c16b1ceed8f, skipping ID generation
2026-03-27 14:53:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02302553-7f97-5e2f-9297-0c16b1ceed8f with scrape type 1
2026-03-27 14:53:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 02302553-7f97-5e2f-9297-0c16b1ceed8f sending to next pipeline
2026-03-27 14:53:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 02302553-7f97-5e2f-9297-0c16b1ceed8f, identifier: 7009267auction111131
2026-03-27 14:53:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 02302553-7f97-5e2f-9297-0c16b1ceed8f with identifier: 7009267auction111131
2026-03-27 14:53:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 02302553-7f97-5e2f-9297-0c16b1ceed8f with identifier: 7009267auction111131
2026-03-27 14:53:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 02302553-7f97-5e2f-9297-0c16b1ceed8f with identifier: 7009267auction111131 to the API
2026-03-27 14:53:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009267/photo_000/780x0__r.jpg?hash=1774619441>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '02302553-7f97-5e2f-9297-0c16b1ceed8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009267',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 187947,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan 1.5 TSI R-Line',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TSI R-Line',
'vin': None,
'year': 2023}
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009267auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:15 [ecarstrade.nl] INFO: Saving data for 7009267auction111131: {'created_time': 1774623195.088858, 'last_price_update_time': 1774623195.088869, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009267auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_002/780x0__r.jpg?hash=1774619856> (referer: https://ecarstrade.com/cars/7009349)
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_001/780x0__r.jpg?hash=1774619856> (referer: https://ecarstrade.com/cars/7009349)
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009323%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619710%27 HTTP/1.1" 200 None
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_005/780x0__r.jpg?hash=1774619710 not downloaded yet
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_000/780x0__r.jpg?hash=1774619856> (referer: https://ecarstrade.com/cars/7009349)
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_004/780x0__r.jpg?hash=1774619597> (referer: https://ecarstrade.com/cars/7009297)
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_003/780x0__r.jpg?hash=1774619597> (referer: https://ecarstrade.com/cars/7009297)
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_002/780x0__r.jpg?hash=1774619597> (referer: https://ecarstrade.com/cars/7009297)
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae
2026-03-27 14:53:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d9ddf43-38d0-560e-b65b-069bf7dfcbae, skipping ID generation
2026-03-27 14:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with scrape type 1
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6d9ddf43-38d0-560e-b65b-069bf7dfcbae sending to next pipeline
2026-03-27 14:53:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6d9ddf43-38d0-560e-b65b-069bf7dfcbae, identifier: 7009349auction111131
2026-03-27 14:53:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with identifier: 7009349auction111131
2026-03-27 14:53:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with identifier: 7009349auction111131
2026-03-27 14:53:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6d9ddf43-38d0-560e-b65b-069bf7dfcbae with identifier: 7009349auction111131 to the API
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009349/photo_000/780x0__r.jpg?hash=1774619856>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '6d9ddf43-38d0-560e-b65b-069bf7dfcbae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009349',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 109189,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Enyaq iV 60',
'transmission': 'automatic',
'trim': 'SKODA iV 60',
'vin': None,
'year': 2022}
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009349auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:15 [ecarstrade.nl] INFO: Saving data for 7009349auction111131: {'created_time': 1774623195.692198, 'last_price_update_time': 1774623195.69221, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009349auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_005/780x0__r.jpg?hash=1774620810> (referer: https://ecarstrade.com/cars/7009652)
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_000/780x0__r.jpg?hash=1774619709> (referer: https://ecarstrade.com/cars/7009323)
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ebec3b42-c182-5887-81cb-927bbec43844
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ebec3b42-c182-5887-81cb-927bbec43844
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ebec3b42-c182-5887-81cb-927bbec43844
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_001/780x0__r.jpg?hash=1774619597> (referer: https://ecarstrade.com/cars/7009297)
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_001/780x0__r.jpg?hash=1774619710> (referer: https://ecarstrade.com/cars/7009323)
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009374> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item adf6d337-e543-5d3b-8b42-555ce90bddc1
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9df7f5de-eae4-58d3-a91c-2ceee6290653
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_004/780x0__r.jpg?hash=1774619710> (referer: https://ecarstrade.com/cars/7009323)
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_003/780x0__r.jpg?hash=1774619710> (referer: https://ecarstrade.com/cars/7009323)
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_005/780x0__r.jpg?hash=1774619710> (referer: https://ecarstrade.com/cars/7009323)
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ebec3b42-c182-5887-81cb-927bbec43844
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9df7f5de-eae4-58d3-a91c-2ceee6290653
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_004/780x0__r.jpg?hash=1774620810> (referer: https://ecarstrade.com/cars/7009652)
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_002/780x0__r.jpg?hash=1774619710> (referer: https://ecarstrade.com/cars/7009323)
2026-03-27 14:53:15 [ecarstrade.nl] INFO: Extracting details for car 7009374auction111131
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_003/780x0__r.jpg?hash=1774620810> (referer: https://ecarstrade.com/cars/7009652)
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_000/780x0__r.jpg?hash=1774619597> (referer: https://ecarstrade.com/cars/7009297)
2026-03-27 14:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48536e8a-0546-5516-8998-dbbe9d08ec7f with identifier: 7009374auction111131
2026-03-27 14:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48536e8a-0546-5516-8998-dbbe9d08ec7f with scrape type 1
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 48536e8a-0546-5516-8998-dbbe9d08ec7f
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009374%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620051%27 HTTP/1.1" 200 None
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_000/780x0__r.jpg?hash=1774620051 not downloaded yet
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9df7f5de-eae4-58d3-a91c-2ceee6290653
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9df7f5de-eae4-58d3-a91c-2ceee6290653
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009374%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620051%27 HTTP/1.1" 200 None
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_001/780x0__r.jpg?hash=1774620051 not downloaded yet
2026-03-27 14:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_002/780x0__r.jpg?hash=1774620810> (referer: https://ecarstrade.com/cars/7009652)
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009374%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620051%27 HTTP/1.1" 200 None
2026-03-27 14:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_002/780x0__r.jpg?hash=1774620051 not downloaded yet
2026-03-27 14:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_001/780x0__r.jpg?hash=1774620809> (referer: https://ecarstrade.com/cars/7009652)
2026-03-27 14:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_000/780x0__r.jpg?hash=1774620809> (referer: https://ecarstrade.com/cars/7009652)
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009374%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620051%27 HTTP/1.1" 200 None
2026-03-27 14:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_003/780x0__r.jpg?hash=1774620051 not downloaded yet
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fimages%252Fpixel.gif%27 HTTP/1.1" 200 None
2026-03-27 14:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/images/pixel.gif already downloaded
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fimages%252Fpixel.gif%27 HTTP/1.1" 200 None
2026-03-27 14:53:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/images/pixel.gif already downloaded
2026-03-27 14:53:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9df7f5de-eae4-58d3-a91c-2ceee6290653
2026-03-27 14:53:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item adf6d337-e543-5d3b-8b42-555ce90bddc1
2026-03-27 14:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_003/780x0__r.jpg?hash=1774620734> (referer: https://ecarstrade.com/cars/7009635)
2026-03-27 14:53:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9df7f5de-eae4-58d3-a91c-2ceee6290653
2026-03-27 14:53:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9df7f5de-eae4-58d3-a91c-2ceee6290653, skipping ID generation
2026-03-27 14:53:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df7f5de-eae4-58d3-a91c-2ceee6290653 with scrape type 1
2026-03-27 14:53:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9df7f5de-eae4-58d3-a91c-2ceee6290653 sending to next pipeline
2026-03-27 14:53:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9df7f5de-eae4-58d3-a91c-2ceee6290653, identifier: 7009323auction111131
2026-03-27 14:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_002/780x0__r.jpg?hash=1774620734> (referer: https://ecarstrade.com/cars/7009635)
2026-03-27 14:53:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9df7f5de-eae4-58d3-a91c-2ceee6290653 with identifier: 7009323auction111131
2026-03-27 14:53:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9df7f5de-eae4-58d3-a91c-2ceee6290653 with identifier: 7009323auction111131
2026-03-27 14:53:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9df7f5de-eae4-58d3-a91c-2ceee6290653 with identifier: 7009323auction111131 to the API
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009323/photo_002/780x0__r.jpg?hash=1774619710>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '9df7f5de-eae4-58d3-a91c-2ceee6290653',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009323',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 88835,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-08',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.5 TSI Style Business',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.5 TSI Style Business',
'vin': None,
'year': 2021}
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009323auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:16 [ecarstrade.nl] INFO: Saving data for 7009323auction111131: {'created_time': 1774623196.508501, 'last_price_update_time': 1774623196.508512, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009323auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_001/780x0__r.jpg?hash=1774620734> (referer: https://ecarstrade.com/cars/7009635)
2026-03-27 14:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009803> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item adf6d337-e543-5d3b-8b42-555ce90bddc1
2026-03-27 14:53:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ebec3b42-c182-5887-81cb-927bbec43844
2026-03-27 14:53:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ebec3b42-c182-5887-81cb-927bbec43844, skipping ID generation
2026-03-27 14:53:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebec3b42-c182-5887-81cb-927bbec43844 with scrape type 1
2026-03-27 14:53:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ebec3b42-c182-5887-81cb-927bbec43844 sending to next pipeline
2026-03-27 14:53:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ebec3b42-c182-5887-81cb-927bbec43844, identifier: 7009297auction111131
2026-03-27 14:53:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_000/780x0__r.jpg?hash=1774620733> (referer: https://ecarstrade.com/cars/7009635)
2026-03-27 14:53:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ebec3b42-c182-5887-81cb-927bbec43844 with identifier: 7009297auction111131
2026-03-27 14:53:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ebec3b42-c182-5887-81cb-927bbec43844 with identifier: 7009297auction111131
2026-03-27 14:53:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ebec3b42-c182-5887-81cb-927bbec43844 with identifier: 7009297auction111131 to the API
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009297/photo_000/780x0__r.jpg?hash=1774619597>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'ebec3b42-c182-5887-81cb-927bbec43844',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009297',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 233235,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C-klasse Estate 300 Prem. Plus Pack',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-klasse Estate 300 Prem. Plus Pack',
'vin': None,
'year': 2021}
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009297auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:16 [ecarstrade.nl] INFO: Saving data for 7009297auction111131: {'created_time': 1774623196.991236, 'last_price_update_time': 1774623196.991246, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009297auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:17 [ecarstrade.nl] INFO: Extracting details for car 7009803auction111131
2026-03-27 14:53:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item adf6d337-e543-5d3b-8b42-555ce90bddc1
2026-03-27 14:53:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item adf6d337-e543-5d3b-8b42-555ce90bddc1
2026-03-27 14:53:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item adf6d337-e543-5d3b-8b42-555ce90bddc1
2026-03-27 14:53:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: adf6d337-e543-5d3b-8b42-555ce90bddc1, skipping ID generation
2026-03-27 14:53:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adf6d337-e543-5d3b-8b42-555ce90bddc1 with scrape type 1
2026-03-27 14:53:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item adf6d337-e543-5d3b-8b42-555ce90bddc1 sending to next pipeline
2026-03-27 14:53:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: adf6d337-e543-5d3b-8b42-555ce90bddc1, identifier: 7009652auction111131
2026-03-27 14:53:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b721e7a1-c990-5382-92e7-2e15ea44ba5c
2026-03-27 14:53:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b721e7a1-c990-5382-92e7-2e15ea44ba5c
2026-03-27 14:53:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: adf6d337-e543-5d3b-8b42-555ce90bddc1 with identifier: 7009652auction111131
2026-03-27 14:53:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: adf6d337-e543-5d3b-8b42-555ce90bddc1 with identifier: 7009652auction111131
2026-03-27 14:53:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: adf6d337-e543-5d3b-8b42-555ce90bddc1 with identifier: 7009652auction111131 to the API
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009652/photo_000/780x0__r.jpg?hash=1774620809>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'adf6d337-e543-5d3b-8b42-555ce90bddc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009652',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ 5',
'odometer': 153238,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-09',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ 5 Connect 73kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI Connect 73kWh',
'vin': None,
'year': 2022}
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009652auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:17 [ecarstrade.nl] INFO: Saving data for 7009652auction111131: {'created_time': 1774623197.462849, 'last_price_update_time': 1774623197.462858, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009652auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009640> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b721e7a1-c990-5382-92e7-2e15ea44ba5c
2026-03-27 14:53:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e080f758-2533-5d00-bc82-7f95632480ca with identifier: 7009803auction111131
2026-03-27 14:53:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e080f758-2533-5d00-bc82-7f95632480ca with scrape type 1
2026-03-27 14:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e080f758-2533-5d00-bc82-7f95632480ca
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009803%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621829%27 HTTP/1.1" 200 None
2026-03-27 14:53:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_000/780x0__r.jpg?hash=1774621829 not downloaded yet
2026-03-27 14:53:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b721e7a1-c990-5382-92e7-2e15ea44ba5c
2026-03-27 14:53:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b721e7a1-c990-5382-92e7-2e15ea44ba5c, skipping ID generation
2026-03-27 14:53:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b721e7a1-c990-5382-92e7-2e15ea44ba5c with scrape type 1
2026-03-27 14:53:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b721e7a1-c990-5382-92e7-2e15ea44ba5c sending to next pipeline
2026-03-27 14:53:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b721e7a1-c990-5382-92e7-2e15ea44ba5c, identifier: 7009635auction111131
2026-03-27 14:53:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b721e7a1-c990-5382-92e7-2e15ea44ba5c with identifier: 7009635auction111131
2026-03-27 14:53:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:53:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b721e7a1-c990-5382-92e7-2e15ea44ba5c with identifier: 7009635auction111131
2026-03-27 14:53:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b721e7a1-c990-5382-92e7-2e15ea44ba5c with identifier: 7009635auction111131 to the API
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009635/photo_000/780x0__r.jpg?hash=1774620733>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'b721e7a1-c990-5382-92e7-2e15ea44ba5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009635',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ 5',
'odometer': 136584,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ 5 Style 73kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI Style 73kWh',
'vin': None,
'year': 2022}
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009635auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:17 [ecarstrade.nl] INFO: Saving data for 7009635auction111131: {'created_time': 1774623197.95967, 'last_price_update_time': 1774623197.959682, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009635auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:17 [ecarstrade.nl] INFO: Extracting details for car 7009640auction111131
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009803%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621829%27 HTTP/1.1" 200 None
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_001/780x0__r.jpg?hash=1774621829 not downloaded yet
2026-03-27 14:53:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_001/780x0__r.jpg?hash=1774620051> (referer: https://ecarstrade.com/cars/7009374)
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009803%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621829%27 HTTP/1.1" 200 None
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_002/780x0__r.jpg?hash=1774621829 not downloaded yet
2026-03-27 14:53:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with identifier: 7009640auction111131
2026-03-27 14:53:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with scrape type 1
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009640%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620756%27 HTTP/1.1" 200 None
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_000/780x0__r.jpg?hash=1774620756 not downloaded yet
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009803%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621829%27 HTTP/1.1" 200 None
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_003/780x0__r.jpg?hash=1774621829 not downloaded yet
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009640%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620756%27 HTTP/1.1" 200 None
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_001/780x0__r.jpg?hash=1774620756 not downloaded yet
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009803%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621829%27 HTTP/1.1" 200 None
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_004/780x0__r.jpg?hash=1774621829 not downloaded yet
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009640%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620756%27 HTTP/1.1" 200 None
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_002/780x0__r.jpg?hash=1774620756 not downloaded yet
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009803%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621829%27 HTTP/1.1" 200 None
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_005/780x0__r.jpg?hash=1774621829 not downloaded yet
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009640%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620757%27 HTTP/1.1" 200 None
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_003/780x0__r.jpg?hash=1774620757 not downloaded yet
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009640%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620757%27 HTTP/1.1" 200 None
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_004/780x0__r.jpg?hash=1774620757 not downloaded yet
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 48536e8a-0546-5516-8998-dbbe9d08ec7f
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009640%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620757%27 HTTP/1.1" 200 None
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_005/780x0__r.jpg?hash=1774620757 not downloaded yet
2026-03-27 14:53:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_002/780x0__r.jpg?hash=1774620051> (referer: https://ecarstrade.com/cars/7009374)
2026-03-27 14:53:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_000/780x0__r.jpg?hash=1774620051> (referer: https://ecarstrade.com/cars/7009374)
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-27 14:53:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-27 14:53:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fa5bc489dd0>
2026-03-27 14:53:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-27 14:53:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48536e8a-0546-5516-8998-dbbe9d08ec7f/48536e8a-0546-5516-8998-dbbe9d08ec7f_image_2.jpg HTTP/1.1" 201 0
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.nl',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009374%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620051') HTTP/1.1" 204 0
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_002/780x0__r.jpg?hash=1774620051 saved to cache
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 48536e8a-0546-5516-8998-dbbe9d08ec7f
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 48536e8a-0546-5516-8998-dbbe9d08ec7f
2026-03-27 14:53:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_003/780x0__r.jpg?hash=1774620051> (referer: https://ecarstrade.com/cars/7009374)
2026-03-27 14:53:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:53:18 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-27 14:53:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-27 14:53:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fa5bc6f0510>
2026-03-27 14:53:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-27 14:53:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_48536e8a-0546-5516-8998-dbbe9d08ec7f/48536e8a-0546-5516-8998-dbbe9d08ec7f_image_3.jpg HTTP/1.1" 201 0
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.nl',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009374%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620051') HTTP/1.1" 204 0
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_003/780x0__r.jpg?hash=1774620051 saved to cache
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 48536e8a-0546-5516-8998-dbbe9d08ec7f
2026-03-27 14:53:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 48536e8a-0546-5516-8998-dbbe9d08ec7f, skipping ID generation
2026-03-27 14:53:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48536e8a-0546-5516-8998-dbbe9d08ec7f with scrape type 1
2026-03-27 14:53:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 48536e8a-0546-5516-8998-dbbe9d08ec7f sending to next pipeline
2026-03-27 14:53:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 48536e8a-0546-5516-8998-dbbe9d08ec7f, identifier: 7009374auction111131
2026-03-27 14:53:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 48536e8a-0546-5516-8998-dbbe9d08ec7f with identifier: 7009374auction111131
2026-03-27 14:53:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 48536e8a-0546-5516-8998-dbbe9d08ec7f with identifier: 7009374auction111131
2026-03-27 14:53:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 48536e8a-0546-5516-8998-dbbe9d08ec7f with identifier: 7009374auction111131 to the API
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_003/780x0__r.jpg?hash=1774620051>
{'auction_title': '',
'c_o_2_emission_value': 68,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '48536e8a-0546-5516-8998-dbbe9d08ec7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009374',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 83675,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48536e8a-0546-5516-8998-dbbe9d08ec7f/48536e8a-0546-5516-8998-dbbe9d08ec7f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78325,
'Height': 585,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_002/780x0__r.jpg?hash=1774620051',
'Width': 780},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_48536e8a-0546-5516-8998-dbbe9d08ec7f/48536e8a-0546-5516-8998-dbbe9d08ec7f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66903,
'Height': 585,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009374/photo_003/780x0__r.jpg?hash=1774620051',
'Width': 780},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e757a8d-f8cc-5a2c-9cf1-041640d7922d/6e757a8d-f8cc-5a2c-9cf1-041640d7922d_image_4.gif',
'Extension': 'gif',
'FileSizeInBytes': 43,
'Height': 1,
'OriginUrl': 'https://ecarstrade.com/images/pixel.gif',
'Width': 1},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6e757a8d-f8cc-5a2c-9cf1-041640d7922d/6e757a8d-f8cc-5a2c-9cf1-041640d7922d_image_4.gif',
'Extension': 'gif',
'FileSizeInBytes': 43,
'Height': 1,
'OriginUrl': 'https://ecarstrade.com/images/pixel.gif',
'Width': 1}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Yaris 1.5 Hyb. Dynamic',
'transmission': 'automatic',
'trim': 'TOYOTA 1.5 Hyb. Dynamic',
'vin': None,
'year': 2021}
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009374auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:19 [ecarstrade.nl] INFO: Saving data for 7009374auction111131: {'created_time': 1774623199.099769, 'last_price_update_time': 1774623199.09978, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009374auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009632> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:19 [ecarstrade.nl] INFO: Extracting details for car 7009632auction111131
2026-03-27 14:53:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfa3680b-0de0-5ea0-8a82-d513cdf9538f with identifier: 7009632auction111131
2026-03-27 14:53:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfa3680b-0de0-5ea0-8a82-d513cdf9538f with scrape type 1
2026-03-27 14:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bfa3680b-0de0-5ea0-8a82-d513cdf9538f
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009632%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620714%27 HTTP/1.1" 200 None
2026-03-27 14:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_000/780x0__r.jpg?hash=1774620714 not downloaded yet
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009632%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620714%27 HTTP/1.1" 200 None
2026-03-27 14:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_001/780x0__r.jpg?hash=1774620714 not downloaded yet
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009632%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620714%27 HTTP/1.1" 200 None
2026-03-27 14:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_002/780x0__r.jpg?hash=1774620714 not downloaded yet
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009632%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620714%27 HTTP/1.1" 200 None
2026-03-27 14:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_003/780x0__r.jpg?hash=1774620714 not downloaded yet
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009632%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620719%27 HTTP/1.1" 200 None
2026-03-27 14:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_004/780x0__r.jpg?hash=1774620719 not downloaded yet
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009632%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620719%27 HTTP/1.1" 200 None
2026-03-27 14:53:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_005/780x0__r.jpg?hash=1774620719 not downloaded yet
2026-03-27 14:53:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009276> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:20 [ecarstrade.nl] INFO: Extracting details for car 7009276auction111131
2026-03-27 14:53:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68a2df58-b347-5ca4-99ad-95e1da325659 with identifier: 7009276auction111131
2026-03-27 14:53:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68a2df58-b347-5ca4-99ad-95e1da325659 with scrape type 1
2026-03-27 14:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 68a2df58-b347-5ca4-99ad-95e1da325659
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009276%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619491%27 HTTP/1.1" 200 None
2026-03-27 14:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_000/780x0__r.jpg?hash=1774619491 not downloaded yet
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009276%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619491%27 HTTP/1.1" 200 None
2026-03-27 14:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_001/780x0__r.jpg?hash=1774619491 not downloaded yet
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009276%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619491%27 HTTP/1.1" 200 None
2026-03-27 14:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_002/780x0__r.jpg?hash=1774619491 not downloaded yet
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009276%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619491%27 HTTP/1.1" 200 None
2026-03-27 14:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_003/780x0__r.jpg?hash=1774619491 not downloaded yet
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009276%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619491%27 HTTP/1.1" 200 None
2026-03-27 14:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_004/780x0__r.jpg?hash=1774619491 not downloaded yet
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009276%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619491%27 HTTP/1.1" 200 None
2026-03-27 14:53:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_005/780x0__r.jpg?hash=1774619491 not downloaded yet
2026-03-27 14:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009273> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:23 [ecarstrade.nl] INFO: Extracting details for car 7009273auction111131
2026-03-27 14:53:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e065cba-211f-50bb-a86d-850bf5812f26 with identifier: 7009273auction111131
2026-03-27 14:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e065cba-211f-50bb-a86d-850bf5812f26 with scrape type 1
2026-03-27 14:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5e065cba-211f-50bb-a86d-850bf5812f26
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009273%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619467%27 HTTP/1.1" 200 None
2026-03-27 14:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_000/780x0__r.jpg?hash=1774619467 not downloaded yet
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009273%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619473%27 HTTP/1.1" 200 None
2026-03-27 14:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_001/780x0__r.jpg?hash=1774619473 not downloaded yet
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009273%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619473%27 HTTP/1.1" 200 None
2026-03-27 14:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_002/780x0__r.jpg?hash=1774619473 not downloaded yet
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009273%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619473%27 HTTP/1.1" 200 None
2026-03-27 14:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_003/780x0__r.jpg?hash=1774619473 not downloaded yet
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009273%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619473%27 HTTP/1.1" 200 None
2026-03-27 14:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_004/780x0__r.jpg?hash=1774619473 not downloaded yet
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009273%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619473%27 HTTP/1.1" 200 None
2026-03-27 14:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_005/780x0__r.jpg?hash=1774619473 not downloaded yet
2026-03-27 14:53:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009767> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:34 [ecarstrade.nl] INFO: Extracting details for car 7009767auction111131
2026-03-27 14:53:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3f742e1-df15-5092-9e52-33cd3508103c with identifier: 7009767auction111131
2026-03-27 14:53:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3f742e1-df15-5092-9e52-33cd3508103c with scrape type 1
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f3f742e1-df15-5092-9e52-33cd3508103c
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009767%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621811%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_000/780x0__r.jpg?hash=1774621811 not downloaded yet
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009767%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621811%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_001/780x0__r.jpg?hash=1774621811 not downloaded yet
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009767%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621811%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_002/780x0__r.jpg?hash=1774621811 not downloaded yet
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009767%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621811%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_003/780x0__r.jpg?hash=1774621811 not downloaded yet
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009767%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621811%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_004/780x0__r.jpg?hash=1774621811 not downloaded yet
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009767%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621812%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_005/780x0__r.jpg?hash=1774621812 not downloaded yet
2026-03-27 14:53:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009277> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_001/780x0__r.jpg?hash=1774621829> (referer: https://ecarstrade.com/cars/7009803)
2026-03-27 14:53:34 [ecarstrade.nl] INFO: Extracting details for car 7009277auction111131
2026-03-27 14:53:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9037d382-9cac-5d90-9fb7-6df88f821be2 with identifier: 7009277auction111131
2026-03-27 14:53:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9037d382-9cac-5d90-9fb7-6df88f821be2 with scrape type 1
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9037d382-9cac-5d90-9fb7-6df88f821be2
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009277%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619496%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_000/780x0__r.jpg?hash=1774619496 not downloaded yet
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009277%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619496%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_001/780x0__r.jpg?hash=1774619496 not downloaded yet
2026-03-27 14:53:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_005/780x0__r.jpg?hash=1774620757> (referer: https://ecarstrade.com/cars/7009640)
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009277%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619496%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_002/780x0__r.jpg?hash=1774619496 not downloaded yet
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009277%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619496%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_003/780x0__r.jpg?hash=1774619496 not downloaded yet
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e080f758-2533-5d00-bc82-7f95632480ca
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009277%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619496%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_004/780x0__r.jpg?hash=1774619496 not downloaded yet
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009277%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619496%27 HTTP/1.1" 200 None
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_005/780x0__r.jpg?hash=1774619496 not downloaded yet
2026-03-27 14:53:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_004/780x0__r.jpg?hash=1774620757> (referer: https://ecarstrade.com/cars/7009640)
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691
2026-03-27 14:53:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_003/780x0__r.jpg?hash=1774620757> (referer: https://ecarstrade.com/cars/7009640)
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691
2026-03-27 14:53:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_005/780x0__r.jpg?hash=1774621829> (referer: https://ecarstrade.com/cars/7009803)
2026-03-27 14:53:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_005/780x0__r.jpg?hash=1774620719> (referer: https://ecarstrade.com/cars/7009632)
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e080f758-2533-5d00-bc82-7f95632480ca
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bfa3680b-0de0-5ea0-8a82-d513cdf9538f
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_005/780x0__r.jpg?hash=1774619491> (referer: https://ecarstrade.com/cars/7009276)
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009338> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_005/780x0__r.jpg?hash=1774619473> (referer: https://ecarstrade.com/cars/7009273)
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_005/780x0__r.jpg?hash=1774621812> (referer: https://ecarstrade.com/cars/7009767)
2026-03-27 14:53:35 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:53:35 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:53:35 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:53:35 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-27 14:53:35 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:53:35 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-27 14:53:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-27 14:53:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fa5b73607d0>
2026-03-27 14:53:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-27 14:53:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68a2df58-b347-5ca4-99ad-95e1da325659/68a2df58-b347-5ca4-99ad-95e1da325659_image_5.jpg HTTP/1.1" 201 0
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.nl',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009276%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619491') HTTP/1.1" 204 0
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_005/780x0__r.jpg?hash=1774619491 saved to cache
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 68a2df58-b347-5ca4-99ad-95e1da325659
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_004/780x0__r.jpg?hash=1774621811> (referer: https://ecarstrade.com/cars/7009767)
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_001/780x0__r.jpg?hash=1774619496> (referer: https://ecarstrade.com/cars/7009277)
2026-03-27 14:53:35 [ecarstrade.nl] INFO: Extracting details for car 7009338auction111131
2026-03-27 14:53:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with identifier: 7009338auction111131
2026-03-27 14:53:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with scrape type 1
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009338%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619797%27 HTTP/1.1" 200 None
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_000/780x0__r.jpg?hash=1774619797 not downloaded yet
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5e065cba-211f-50bb-a86d-850bf5812f26
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009338%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619797%27 HTTP/1.1" 200 None
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_001/780x0__r.jpg?hash=1774619797 not downloaded yet
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_004/780x0__r.jpg?hash=1774619496> (referer: https://ecarstrade.com/cars/7009277)
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009338%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619797%27 HTTP/1.1" 200 None
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_002/780x0__r.jpg?hash=1774619797 not downloaded yet
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f3f742e1-df15-5092-9e52-33cd3508103c
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_005/780x0__r.jpg?hash=1774619496> (referer: https://ecarstrade.com/cars/7009277)
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009338%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619797%27 HTTP/1.1" 200 None
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_003/780x0__r.jpg?hash=1774619797 not downloaded yet
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009338%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619797%27 HTTP/1.1" 200 None
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_004/780x0__r.jpg?hash=1774619797 not downloaded yet
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_003/780x0__r.jpg?hash=1774619496> (referer: https://ecarstrade.com/cars/7009277)
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_002/780x0__r.jpg?hash=1774619496> (referer: https://ecarstrade.com/cars/7009277)
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009338%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619798%27 HTTP/1.1" 200 None
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_005/780x0__r.jpg?hash=1774619798 not downloaded yet
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f3f742e1-df15-5092-9e52-33cd3508103c
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9037d382-9cac-5d90-9fb7-6df88f821be2
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9037d382-9cac-5d90-9fb7-6df88f821be2
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9037d382-9cac-5d90-9fb7-6df88f821be2
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_003/780x0__r.jpg?hash=1774621811> (referer: https://ecarstrade.com/cars/7009767)
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9037d382-9cac-5d90-9fb7-6df88f821be2
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9037d382-9cac-5d90-9fb7-6df88f821be2
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_000/780x0__r.jpg?hash=1774619496> (referer: https://ecarstrade.com/cars/7009277)
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_002/780x0__r.jpg?hash=1774621811> (referer: https://ecarstrade.com/cars/7009767)
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_001/780x0__r.jpg?hash=1774621811> (referer: https://ecarstrade.com/cars/7009767)
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f3f742e1-df15-5092-9e52-33cd3508103c
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_004/780x0__r.jpg?hash=1774619473> (referer: https://ecarstrade.com/cars/7009273)
2026-03-27 14:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_000/780x0__r.jpg?hash=1774621811> (referer: https://ecarstrade.com/cars/7009767)
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9037d382-9cac-5d90-9fb7-6df88f821be2
2026-03-27 14:53:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9037d382-9cac-5d90-9fb7-6df88f821be2, skipping ID generation
2026-03-27 14:53:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9037d382-9cac-5d90-9fb7-6df88f821be2 with scrape type 1
2026-03-27 14:53:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9037d382-9cac-5d90-9fb7-6df88f821be2 sending to next pipeline
2026-03-27 14:53:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9037d382-9cac-5d90-9fb7-6df88f821be2, identifier: 7009277auction111131
2026-03-27 14:53:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9037d382-9cac-5d90-9fb7-6df88f821be2 with identifier: 7009277auction111131
2026-03-27 14:53:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9037d382-9cac-5d90-9fb7-6df88f821be2 with identifier: 7009277auction111131
2026-03-27 14:53:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9037d382-9cac-5d90-9fb7-6df88f821be2 with identifier: 7009277auction111131 to the API
2026-03-27 14:53:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009277/photo_000/780x0__r.jpg?hash=1774619496>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '9037d382-9cac-5d90-9fb7-6df88f821be2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009277',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 97395,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-03',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EcoBoost Hybrid Titanium X',
'transmission': 'automatic',
'trim': 'FORD Wagon 1.0 EcoBoost Hybrid Titanium X',
'vin': None,
'year': 2023}
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009277auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:36 [ecarstrade.nl] INFO: Saving data for 7009277auction111131: {'created_time': 1774623216.287047, 'last_price_update_time': 1774623216.287058, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009277auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_001/780x0__r.jpg?hash=1774619797> (referer: https://ecarstrade.com/cars/7009338)
2026-03-27 14:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_002/780x0__r.jpg?hash=1774619797> (referer: https://ecarstrade.com/cars/7009338)
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f3f742e1-df15-5092-9e52-33cd3508103c
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f3f742e1-df15-5092-9e52-33cd3508103c
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5e065cba-211f-50bb-a86d-850bf5812f26
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f3f742e1-df15-5092-9e52-33cd3508103c
2026-03-27 14:53:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f3f742e1-df15-5092-9e52-33cd3508103c, skipping ID generation
2026-03-27 14:53:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3f742e1-df15-5092-9e52-33cd3508103c with scrape type 1
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f3f742e1-df15-5092-9e52-33cd3508103c sending to next pipeline
2026-03-27 14:53:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f3f742e1-df15-5092-9e52-33cd3508103c, identifier: 7009767auction111131
2026-03-27 14:53:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f3f742e1-df15-5092-9e52-33cd3508103c with identifier: 7009767auction111131
2026-03-27 14:53:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f3f742e1-df15-5092-9e52-33cd3508103c with identifier: 7009767auction111131
2026-03-27 14:53:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f3f742e1-df15-5092-9e52-33cd3508103c with identifier: 7009767auction111131 to the API
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009767/photo_000/780x0__r.jpg?hash=1774621811>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'f3f742e1-df15-5092-9e52-33cd3508103c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009767',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 79322,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-26',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L2H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L2H1',
'vin': None,
'year': 2021}
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009767auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:36 [ecarstrade.nl] INFO: Saving data for 7009767auction111131: {'created_time': 1774623216.76486, 'last_price_update_time': 1774623216.764872, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009767auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_003/780x0__r.jpg?hash=1774619797> (referer: https://ecarstrade.com/cars/7009338)
2026-03-27 14:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_004/780x0__r.jpg?hash=1774619797> (referer: https://ecarstrade.com/cars/7009338)
2026-03-27 14:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009634> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a
2026-03-27 14:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_005/780x0__r.jpg?hash=1774619798> (referer: https://ecarstrade.com/cars/7009338)
2026-03-27 14:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_003/780x0__r.jpg?hash=1774619473> (referer: https://ecarstrade.com/cars/7009273)
2026-03-27 14:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_000/780x0__r.jpg?hash=1774619797> (referer: https://ecarstrade.com/cars/7009338)
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a
2026-03-27 14:53:36 [ecarstrade.nl] INFO: Extracting details for car 7009634auction111131
2026-03-27 14:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_002/780x0__r.jpg?hash=1774619473> (referer: https://ecarstrade.com/cars/7009273)
2026-03-27 14:53:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e087bf16-ac0d-584c-bebb-eef14f703960 with identifier: 7009634auction111131
2026-03-27 14:53:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e087bf16-ac0d-584c-bebb-eef14f703960 with scrape type 1
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e087bf16-ac0d-584c-bebb-eef14f703960
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009634%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620728%27 HTTP/1.1" 200 None
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_000/780x0__r.jpg?hash=1774620728 not downloaded yet
2026-03-27 14:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_001/780x0__r.jpg?hash=1774619473> (referer: https://ecarstrade.com/cars/7009273)
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009634%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620728%27 HTTP/1.1" 200 None
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_001/780x0__r.jpg?hash=1774620728 not downloaded yet
2026-03-27 14:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_000/780x0__r.jpg?hash=1774619467> (referer: https://ecarstrade.com/cars/7009273)
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009634%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620729%27 HTTP/1.1" 200 None
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_002/780x0__r.jpg?hash=1774620729 not downloaded yet
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009634%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620729%27 HTTP/1.1" 200 None
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_003/780x0__r.jpg?hash=1774620729 not downloaded yet
2026-03-27 14:53:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009634%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620729%27 HTTP/1.1" 200 None
2026-03-27 14:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_004/780x0__r.jpg?hash=1774620729 not downloaded yet
2026-03-27 14:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5e065cba-211f-50bb-a86d-850bf5812f26
2026-03-27 14:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a
2026-03-27 14:53:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8ce3e6c3-4dfb-5310-874d-d585c4fb047a, skipping ID generation
2026-03-27 14:53:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with scrape type 1
2026-03-27 14:53:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8ce3e6c3-4dfb-5310-874d-d585c4fb047a sending to next pipeline
2026-03-27 14:53:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8ce3e6c3-4dfb-5310-874d-d585c4fb047a, identifier: 7009338auction111131
2026-03-27 14:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_002/780x0__r.jpg?hash=1774619491> (referer: https://ecarstrade.com/cars/7009276)
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009634%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620729%27 HTTP/1.1" 200 None
2026-03-27 14:53:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_005/780x0__r.jpg?hash=1774620729 not downloaded yet
2026-03-27 14:53:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with identifier: 7009338auction111131
2026-03-27 14:53:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with identifier: 7009338auction111131
2026-03-27 14:53:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8ce3e6c3-4dfb-5310-874d-d585c4fb047a with identifier: 7009338auction111131 to the API
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009338/photo_000/780x0__r.jpg?hash=1774619797>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '8ce3e6c3-4dfb-5310-874d-d585c4fb047a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009338',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 122941,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.4 Pure 52 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Pure 52 kWh',
'vin': None,
'year': 2021}
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009338auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:37 [ecarstrade.nl] INFO: Saving data for 7009338auction111131: {'created_time': 1774623217.482498, 'last_price_update_time': 1774623217.482508, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009338auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_003/780x0__r.jpg?hash=1774619491> (referer: https://ecarstrade.com/cars/7009276)
2026-03-27 14:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5e065cba-211f-50bb-a86d-850bf5812f26
2026-03-27 14:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5e065cba-211f-50bb-a86d-850bf5812f26
2026-03-27 14:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5e065cba-211f-50bb-a86d-850bf5812f26
2026-03-27 14:53:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5e065cba-211f-50bb-a86d-850bf5812f26, skipping ID generation
2026-03-27 14:53:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e065cba-211f-50bb-a86d-850bf5812f26 with scrape type 1
2026-03-27 14:53:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5e065cba-211f-50bb-a86d-850bf5812f26 sending to next pipeline
2026-03-27 14:53:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5e065cba-211f-50bb-a86d-850bf5812f26, identifier: 7009273auction111131
2026-03-27 14:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_004/780x0__r.jpg?hash=1774619491> (referer: https://ecarstrade.com/cars/7009276)
2026-03-27 14:53:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5e065cba-211f-50bb-a86d-850bf5812f26 with identifier: 7009273auction111131
2026-03-27 14:53:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5e065cba-211f-50bb-a86d-850bf5812f26 with identifier: 7009273auction111131
2026-03-27 14:53:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5e065cba-211f-50bb-a86d-850bf5812f26 with identifier: 7009273auction111131 to the API
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009273/photo_000/780x0__r.jpg?hash=1774619467>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5e065cba-211f-50bb-a86d-850bf5812f26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009273',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 37910,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 1.2 Edition',
'vin': None,
'year': 2023}
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009273auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:37 [ecarstrade.nl] INFO: Saving data for 7009273auction111131: {'created_time': 1774623217.971267, 'last_price_update_time': 1774623217.971279, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009273auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_001/780x0__r.jpg?hash=1774619491> (referer: https://ecarstrade.com/cars/7009276)
2026-03-27 14:53:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 68a2df58-b347-5ca4-99ad-95e1da325659
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_000/780x0__r.jpg?hash=1774619491> (referer: https://ecarstrade.com/cars/7009276)
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 68a2df58-b347-5ca4-99ad-95e1da325659
2026-03-27 14:53:38 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:53:38 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:53:38 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:53:38 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-27 14:53:38 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:53:38 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-27 14:53:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-27 14:53:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fa5bdcfd650>
2026-03-27 14:53:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-27 14:53:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-27 14:53:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-27 14:53:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_68a2df58-b347-5ca4-99ad-95e1da325659/68a2df58-b347-5ca4-99ad-95e1da325659_image_4.jpg HTTP/1.1" 201 0
2026-03-27 14:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.nl',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009276%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619491') HTTP/1.1" 204 0
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_004/780x0__r.jpg?hash=1774619491 saved to cache
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 68a2df58-b347-5ca4-99ad-95e1da325659
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_004/780x0__r.jpg?hash=1774620719> (referer: https://ecarstrade.com/cars/7009632)
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_003/780x0__r.jpg?hash=1774620714> (referer: https://ecarstrade.com/cars/7009632)
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_002/780x0__r.jpg?hash=1774620714> (referer: https://ecarstrade.com/cars/7009632)
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 68a2df58-b347-5ca4-99ad-95e1da325659
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 68a2df58-b347-5ca4-99ad-95e1da325659
2026-03-27 14:53:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 68a2df58-b347-5ca4-99ad-95e1da325659, skipping ID generation
2026-03-27 14:53:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68a2df58-b347-5ca4-99ad-95e1da325659 with scrape type 1
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 68a2df58-b347-5ca4-99ad-95e1da325659 sending to next pipeline
2026-03-27 14:53:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 68a2df58-b347-5ca4-99ad-95e1da325659, identifier: 7009276auction111131
2026-03-27 14:53:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 68a2df58-b347-5ca4-99ad-95e1da325659 with identifier: 7009276auction111131
2026-03-27 14:53:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 68a2df58-b347-5ca4-99ad-95e1da325659 with identifier: 7009276auction111131
2026-03-27 14:53:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 68a2df58-b347-5ca4-99ad-95e1da325659 with identifier: 7009276auction111131 to the API
2026-03-27 14:53:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_000/780x0__r.jpg?hash=1774619491>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '68a2df58-b347-5ca4-99ad-95e1da325659',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009276',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 31739,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68a2df58-b347-5ca4-99ad-95e1da325659/68a2df58-b347-5ca4-99ad-95e1da325659_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87012,
'Height': 585,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_004/780x0__r.jpg?hash=1774619491',
'Width': 780},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68a2df58-b347-5ca4-99ad-95e1da325659/68a2df58-b347-5ca4-99ad-95e1da325659_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93823,
'Height': 585,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009276/photo_005/780x0__r.jpg?hash=1774619491',
'Width': 780}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'MG Mg zs ev EV Std. R Luxury',
'transmission': 'automatic',
'trim': 'Mg zs ev EV Std. R Luxury',
'vin': None,
'year': 2022}
2026-03-27 14:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009276auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:38 [ecarstrade.nl] INFO: Saving data for 7009276auction111131: {'created_time': 1774623218.528382, 'last_price_update_time': 1774623218.528394, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009276auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_001/780x0__r.jpg?hash=1774620714> (referer: https://ecarstrade.com/cars/7009632)
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_001/780x0__r.jpg?hash=1774620728> (referer: https://ecarstrade.com/cars/7009634)
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_000/780x0__r.jpg?hash=1774620728> (referer: https://ecarstrade.com/cars/7009634)
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bfa3680b-0de0-5ea0-8a82-d513cdf9538f
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bfa3680b-0de0-5ea0-8a82-d513cdf9538f
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bfa3680b-0de0-5ea0-8a82-d513cdf9538f
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_003/780x0__r.jpg?hash=1774620729> (referer: https://ecarstrade.com/cars/7009634)
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_004/780x0__r.jpg?hash=1774620729> (referer: https://ecarstrade.com/cars/7009634)
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_005/780x0__r.jpg?hash=1774620729> (referer: https://ecarstrade.com/cars/7009634)
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_002/780x0__r.jpg?hash=1774620729> (referer: https://ecarstrade.com/cars/7009634)
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bfa3680b-0de0-5ea0-8a82-d513cdf9538f
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e087bf16-ac0d-584c-bebb-eef14f703960
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e087bf16-ac0d-584c-bebb-eef14f703960
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_002/780x0__r.jpg?hash=1774620756> (referer: https://ecarstrade.com/cars/7009640)
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_004/780x0__r.jpg?hash=1774621829> (referer: https://ecarstrade.com/cars/7009803)
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_000/780x0__r.jpg?hash=1774620714> (referer: https://ecarstrade.com/cars/7009632)
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e087bf16-ac0d-584c-bebb-eef14f703960
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_001/780x0__r.jpg?hash=1774620756> (referer: https://ecarstrade.com/cars/7009640)
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e087bf16-ac0d-584c-bebb-eef14f703960
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e087bf16-ac0d-584c-bebb-eef14f703960
2026-03-27 14:53:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_000/780x0__r.jpg?hash=1774620756> (referer: https://ecarstrade.com/cars/7009640)
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e087bf16-ac0d-584c-bebb-eef14f703960
2026-03-27 14:53:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e087bf16-ac0d-584c-bebb-eef14f703960, skipping ID generation
2026-03-27 14:53:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e087bf16-ac0d-584c-bebb-eef14f703960 with scrape type 1
2026-03-27 14:53:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e087bf16-ac0d-584c-bebb-eef14f703960 sending to next pipeline
2026-03-27 14:53:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e087bf16-ac0d-584c-bebb-eef14f703960, identifier: 7009634auction111131
2026-03-27 14:53:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e087bf16-ac0d-584c-bebb-eef14f703960 with identifier: 7009634auction111131
2026-03-27 14:53:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e087bf16-ac0d-584c-bebb-eef14f703960 with identifier: 7009634auction111131
2026-03-27 14:53:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e087bf16-ac0d-584c-bebb-eef14f703960 with identifier: 7009634auction111131 to the API
2026-03-27 14:53:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009634/photo_002/780x0__r.jpg?hash=1774620729>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'e087bf16-ac0d-584c-bebb-eef14f703960',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009634',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 41088,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV Active Pack 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV Active Pack 50 kWh',
'vin': None,
'year': 2023}
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009634auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.nl] INFO: Saving data for 7009634auction111131: {'created_time': 1774623219.343728, 'last_price_update_time': 1774623219.343741, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009634auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_003/780x0__r.jpg?hash=1774621829> (referer: https://ecarstrade.com/cars/7009803)
2026-03-27 14:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_002/780x0__r.jpg?hash=1774621829> (referer: https://ecarstrade.com/cars/7009803)
2026-03-27 14:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_000/780x0__r.jpg?hash=1774621829> (referer: https://ecarstrade.com/cars/7009803)
2026-03-27 14:53:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691
2026-03-27 14:53:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e080f758-2533-5d00-bc82-7f95632480ca
2026-03-27 14:53:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bfa3680b-0de0-5ea0-8a82-d513cdf9538f
2026-03-27 14:53:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bfa3680b-0de0-5ea0-8a82-d513cdf9538f, skipping ID generation
2026-03-27 14:53:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfa3680b-0de0-5ea0-8a82-d513cdf9538f with scrape type 1
2026-03-27 14:53:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bfa3680b-0de0-5ea0-8a82-d513cdf9538f sending to next pipeline
2026-03-27 14:53:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bfa3680b-0de0-5ea0-8a82-d513cdf9538f, identifier: 7009632auction111131
2026-03-27 14:53:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691
2026-03-27 14:53:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691
2026-03-27 14:53:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38e9bc08-5a84-5a4b-9e65-e9b70f92b691, skipping ID generation
2026-03-27 14:53:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with scrape type 1
2026-03-27 14:53:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 sending to next pipeline
2026-03-27 14:53:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 38e9bc08-5a84-5a4b-9e65-e9b70f92b691, identifier: 7009640auction111131
2026-03-27 14:53:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bfa3680b-0de0-5ea0-8a82-d513cdf9538f with identifier: 7009632auction111131
2026-03-27 14:53:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bfa3680b-0de0-5ea0-8a82-d513cdf9538f with identifier: 7009632auction111131
2026-03-27 14:53:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bfa3680b-0de0-5ea0-8a82-d513cdf9538f with identifier: 7009632auction111131 to the API
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009632/photo_000/780x0__r.jpg?hash=1774620714>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'bfa3680b-0de0-5ea0-8a82-d513cdf9538f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009632',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': '118',
'odometer': 131234,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1-serie 118i M-Sport',
'transmission': 'automatic',
'trim': '1-serie i M-Sport',
'vin': None,
'year': 2023}
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009632auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.nl] INFO: Saving data for 7009632auction111131: {'created_time': 1774623219.864349, 'last_price_update_time': 1774623219.864359, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009632auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with identifier: 7009640auction111131
2026-03-27 14:53:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with identifier: 7009640auction111131
2026-03-27 14:53:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 38e9bc08-5a84-5a4b-9e65-e9b70f92b691 with identifier: 7009640auction111131 to the API
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009640/photo_000/780x0__r.jpg?hash=1774620756>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '38e9bc08-5a84-5a4b-9e65-e9b70f92b691',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009640',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 128789,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.5 TSI Sport BnsR',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TSI Sport BnsR',
'vin': None,
'year': 2020}
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009640auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:40 [ecarstrade.nl] INFO: Saving data for 7009640auction111131: {'created_time': 1774623220.252739, 'last_price_update_time': 1774623220.252749, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009640auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_003/780x0__r.jpg?hash=1774620799> (referer: https://ecarstrade.com/cars/7009650)
2026-03-27 14:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_004/780x0__r.jpg?hash=1774620799> (referer: https://ecarstrade.com/cars/7009650)
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e080f758-2533-5d00-bc82-7f95632480ca
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e080f758-2533-5d00-bc82-7f95632480ca
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e080f758-2533-5d00-bc82-7f95632480ca
2026-03-27 14:53:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e080f758-2533-5d00-bc82-7f95632480ca, skipping ID generation
2026-03-27 14:53:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e080f758-2533-5d00-bc82-7f95632480ca with scrape type 1
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e080f758-2533-5d00-bc82-7f95632480ca sending to next pipeline
2026-03-27 14:53:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e080f758-2533-5d00-bc82-7f95632480ca, identifier: 7009803auction111131
2026-03-27 14:53:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e080f758-2533-5d00-bc82-7f95632480ca with identifier: 7009803auction111131
2026-03-27 14:53:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e080f758-2533-5d00-bc82-7f95632480ca with identifier: 7009803auction111131
2026-03-27 14:53:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e080f758-2533-5d00-bc82-7f95632480ca with identifier: 7009803auction111131 to the API
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009803/photo_000/780x0__r.jpg?hash=1774621829>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'e080f758-2533-5d00-bc82-7f95632480ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009803',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 177240,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-16',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'vin': None,
'year': 2022}
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009803auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:40 [ecarstrade.nl] INFO: Saving data for 7009803auction111131: {'created_time': 1774623220.698613, 'last_price_update_time': 1774623220.698623, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009803auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_002/780x0__r.jpg?hash=1774620799> (referer: https://ecarstrade.com/cars/7009650)
2026-03-27 14:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_001/780x0__r.jpg?hash=1774620799> (referer: https://ecarstrade.com/cars/7009650)
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5a51b750-6d70-57b5-ab0f-1873126ea74a
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5a51b750-6d70-57b5-ab0f-1873126ea74a
2026-03-27 14:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009355> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_000/780x0__r.jpg?hash=1774620799> (referer: https://ecarstrade.com/cars/7009650)
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5a51b750-6d70-57b5-ab0f-1873126ea74a
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5a51b750-6d70-57b5-ab0f-1873126ea74a
2026-03-27 14:53:40 [ecarstrade.nl] INFO: Extracting details for car 7009355auction111131
2026-03-27 14:53:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a59aa3c-13df-58c4-9fad-01348d5d4322 with identifier: 7009355auction111131
2026-03-27 14:53:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a59aa3c-13df-58c4-9fad-01348d5d4322 with scrape type 1
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6a59aa3c-13df-58c4-9fad-01348d5d4322
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009355%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619891%27 HTTP/1.1" 200 None
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_000/780x0__r.jpg?hash=1774619891 not downloaded yet
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009355%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619891%27 HTTP/1.1" 200 None
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_001/780x0__r.jpg?hash=1774619891 not downloaded yet
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009355%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619891%27 HTTP/1.1" 200 None
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_002/780x0__r.jpg?hash=1774619891 not downloaded yet
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5a51b750-6d70-57b5-ab0f-1873126ea74a
2026-03-27 14:53:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a51b750-6d70-57b5-ab0f-1873126ea74a, skipping ID generation
2026-03-27 14:53:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a51b750-6d70-57b5-ab0f-1873126ea74a with scrape type 1
2026-03-27 14:53:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a51b750-6d70-57b5-ab0f-1873126ea74a sending to next pipeline
2026-03-27 14:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5a51b750-6d70-57b5-ab0f-1873126ea74a, identifier: 7009650auction111131
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009355%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619891%27 HTTP/1.1" 200 None
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_003/780x0__r.jpg?hash=1774619891 not downloaded yet
2026-03-27 14:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5a51b750-6d70-57b5-ab0f-1873126ea74a with identifier: 7009650auction111131
2026-03-27 14:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5a51b750-6d70-57b5-ab0f-1873126ea74a with identifier: 7009650auction111131
2026-03-27 14:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5a51b750-6d70-57b5-ab0f-1873126ea74a with identifier: 7009650auction111131 to the API
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009650/photo_000/780x0__r.jpg?hash=1774620799>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5a51b750-6d70-57b5-ab0f-1873126ea74a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009650',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Sportage',
'odometer': 185708,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'KIA SPORTAGE 1.6 T-GDi Hyb. GT-L.',
'transmission': 'automatic',
'trim': 'KIA SPORTAGE 1.6 T-GDi Hyb. GT-L.',
'vin': None,
'year': 2023}
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009650auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:41 [ecarstrade.nl] INFO: Saving data for 7009650auction111131: {'created_time': 1774623221.397996, 'last_price_update_time': 1774623221.398007, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009650auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_000/780x0__r.jpg?hash=1774619891> (referer: https://ecarstrade.com/cars/7009355)
2026-03-27 14:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_001/780x0__r.jpg?hash=1774619891> (referer: https://ecarstrade.com/cars/7009355)
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009355%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619891%27 HTTP/1.1" 200 None
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_004/780x0__r.jpg?hash=1774619891 not downloaded yet
2026-03-27 14:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009457> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009355%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619892%27 HTTP/1.1" 200 None
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_005/780x0__r.jpg?hash=1774619892 not downloaded yet
2026-03-27 14:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_002/780x0__r.jpg?hash=1774619891> (referer: https://ecarstrade.com/cars/7009355)
2026-03-27 14:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_003/780x0__r.jpg?hash=1774619891> (referer: https://ecarstrade.com/cars/7009355)
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6a59aa3c-13df-58c4-9fad-01348d5d4322
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6a59aa3c-13df-58c4-9fad-01348d5d4322
2026-03-27 14:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_004/780x0__r.jpg?hash=1774619891> (referer: https://ecarstrade.com/cars/7009355)
2026-03-27 14:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_005/780x0__r.jpg?hash=1774619892> (referer: https://ecarstrade.com/cars/7009355)
2026-03-27 14:53:41 [ecarstrade.nl] INFO: Extracting details for car 7009457auction111131
2026-03-27 14:53:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with identifier: 7009457auction111131
2026-03-27 14:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with scrape type 1
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009457%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620129%27 HTTP/1.1" 200 None
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_000/780x0__r.jpg?hash=1774620129 not downloaded yet
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009457%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620129%27 HTTP/1.1" 200 None
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_001/780x0__r.jpg?hash=1774620129 not downloaded yet
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009457%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620129%27 HTTP/1.1" 200 None
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_002/780x0__r.jpg?hash=1774620129 not downloaded yet
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6a59aa3c-13df-58c4-9fad-01348d5d4322
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009457%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620129%27 HTTP/1.1" 200 None
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_003/780x0__r.jpg?hash=1774620129 not downloaded yet
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6a59aa3c-13df-58c4-9fad-01348d5d4322
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009457%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620129%27 HTTP/1.1" 200 None
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_004/780x0__r.jpg?hash=1774620129 not downloaded yet
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6a59aa3c-13df-58c4-9fad-01348d5d4322
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6a59aa3c-13df-58c4-9fad-01348d5d4322
2026-03-27 14:53:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6a59aa3c-13df-58c4-9fad-01348d5d4322, skipping ID generation
2026-03-27 14:53:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a59aa3c-13df-58c4-9fad-01348d5d4322 with scrape type 1
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6a59aa3c-13df-58c4-9fad-01348d5d4322 sending to next pipeline
2026-03-27 14:53:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6a59aa3c-13df-58c4-9fad-01348d5d4322, identifier: 7009355auction111131
2026-03-27 14:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_001/780x0__r.jpg?hash=1774620129> (referer: https://ecarstrade.com/cars/7009457)
2026-03-27 14:53:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_000/780x0__r.jpg?hash=1774620129> (referer: https://ecarstrade.com/cars/7009457)
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009457%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620129%27 HTTP/1.1" 200 None
2026-03-27 14:53:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_005/780x0__r.jpg?hash=1774620129 not downloaded yet
2026-03-27 14:53:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6a59aa3c-13df-58c4-9fad-01348d5d4322 with identifier: 7009355auction111131
2026-03-27 14:53:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6a59aa3c-13df-58c4-9fad-01348d5d4322 with identifier: 7009355auction111131
2026-03-27 14:53:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6a59aa3c-13df-58c4-9fad-01348d5d4322 with identifier: 7009355auction111131 to the API
2026-03-27 14:53:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009355/photo_005/780x0__r.jpg?hash=1774619892>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '6a59aa3c-13df-58c4-9fad-01348d5d4322',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009355',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'MG4',
'odometer': 22437,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'MG MG4 Electric Electric standard 51 kWh',
'transmission': 'automatic',
'trim': '4 Electric Electric standard 51 kWh',
'vin': None,
'year': 2023}
2026-03-27 14:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009355auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:42 [ecarstrade.nl] INFO: Saving data for 7009355auction111131: {'created_time': 1774623222.852481, 'last_price_update_time': 1774623222.852494, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009355auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_002/780x0__r.jpg?hash=1774620129> (referer: https://ecarstrade.com/cars/7009457)
2026-03-27 14:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_003/780x0__r.jpg?hash=1774620129> (referer: https://ecarstrade.com/cars/7009457)
2026-03-27 14:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009370> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73
2026-03-27 14:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73
2026-03-27 14:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_004/780x0__r.jpg?hash=1774620129> (referer: https://ecarstrade.com/cars/7009457)
2026-03-27 14:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_005/780x0__r.jpg?hash=1774620129> (referer: https://ecarstrade.com/cars/7009457)
2026-03-27 14:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73
2026-03-27 14:53:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73
2026-03-27 14:53:42 [ecarstrade.nl] INFO: Extracting details for car 7009370auction111131
2026-03-27 14:53:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ba89217-45b8-55e0-aff7-c9734f3266e8 with identifier: 7009370auction111131
2026-03-27 14:53:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ba89217-45b8-55e0-aff7-c9734f3266e8 with scrape type 1
2026-03-27 14:53:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4ba89217-45b8-55e0-aff7-c9734f3266e8
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009370%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620043%27 HTTP/1.1" 200 None
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_000/780x0__r.jpg?hash=1774620043 not downloaded yet
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009370%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620043%27 HTTP/1.1" 200 None
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_001/780x0__r.jpg?hash=1774620043 not downloaded yet
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009370%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620043%27 HTTP/1.1" 200 None
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_002/780x0__r.jpg?hash=1774620043 not downloaded yet
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009370%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620043%27 HTTP/1.1" 200 None
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_003/780x0__r.jpg?hash=1774620043 not downloaded yet
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73
2026-03-27 14:53:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73, skipping ID generation
2026-03-27 14:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with scrape type 1
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 sending to next pipeline
2026-03-27 14:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73, identifier: 7009457auction111131
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009370%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620043%27 HTTP/1.1" 200 None
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_004/780x0__r.jpg?hash=1774620043 not downloaded yet
2026-03-27 14:53:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with identifier: 7009457auction111131
2026-03-27 14:53:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with identifier: 7009457auction111131
2026-03-27 14:53:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4ea7abe7-283a-5e8f-8e56-43c8aaca5d73 with identifier: 7009457auction111131 to the API
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009457/photo_005/780x0__r.jpg?hash=1774620129>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4ea7abe7-283a-5e8f-8e56-43c8aaca5d73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009457',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 76735,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc 1.0 TSI Life 75 Ed.',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Life 75 Ed.',
'vin': None,
'year': 2022}
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009457auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:43 [ecarstrade.nl] INFO: Saving data for 7009457auction111131: {'created_time': 1774623223.6913, 'last_price_update_time': 1774623223.691311, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009457auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_000/780x0__r.jpg?hash=1774620043> (referer: https://ecarstrade.com/cars/7009370)
2026-03-27 14:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_001/780x0__r.jpg?hash=1774620043> (referer: https://ecarstrade.com/cars/7009370)
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009370%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620043%27 HTTP/1.1" 200 None
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_005/780x0__r.jpg?hash=1774620043 not downloaded yet
2026-03-27 14:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_003/780x0__r.jpg?hash=1774620043> (referer: https://ecarstrade.com/cars/7009370)
2026-03-27 14:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_002/780x0__r.jpg?hash=1774620043> (referer: https://ecarstrade.com/cars/7009370)
2026-03-27 14:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_004/780x0__r.jpg?hash=1774620043> (referer: https://ecarstrade.com/cars/7009370)
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4ba89217-45b8-55e0-aff7-c9734f3266e8
2026-03-27 14:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_005/780x0__r.jpg?hash=1774620043> (referer: https://ecarstrade.com/cars/7009370)
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4ba89217-45b8-55e0-aff7-c9734f3266e8
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4ba89217-45b8-55e0-aff7-c9734f3266e8
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4ba89217-45b8-55e0-aff7-c9734f3266e8
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4ba89217-45b8-55e0-aff7-c9734f3266e8
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4ba89217-45b8-55e0-aff7-c9734f3266e8
2026-03-27 14:53:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4ba89217-45b8-55e0-aff7-c9734f3266e8, skipping ID generation
2026-03-27 14:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ba89217-45b8-55e0-aff7-c9734f3266e8 with scrape type 1
2026-03-27 14:53:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4ba89217-45b8-55e0-aff7-c9734f3266e8 sending to next pipeline
2026-03-27 14:53:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4ba89217-45b8-55e0-aff7-c9734f3266e8, identifier: 7009370auction111131
2026-03-27 14:53:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4ba89217-45b8-55e0-aff7-c9734f3266e8 with identifier: 7009370auction111131
2026-03-27 14:53:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4ba89217-45b8-55e0-aff7-c9734f3266e8 with identifier: 7009370auction111131
2026-03-27 14:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4ba89217-45b8-55e0-aff7-c9734f3266e8 with identifier: 7009370auction111131 to the API
2026-03-27 14:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:53:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009370/photo_005/780x0__r.jpg?hash=1774620043>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4ba89217-45b8-55e0-aff7-c9734f3266e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009370',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '308',
'odometer': 88836,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.2 PureTech GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PureTech GT',
'vin': None,
'year': 2023}
2026-03-27 14:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009370auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:44 [ecarstrade.nl] INFO: Saving data for 7009370auction111131: {'created_time': 1774623224.648202, 'last_price_update_time': 1774623224.648212, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009370auction111131') HTTP/1.1" 204 0
2026-03-27 14:53:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009351> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:53:54 [ecarstrade.nl] INFO: Extracting details for car 7009351auction111131
2026-03-27 14:53:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff6f6342-fb45-5c35-82a4-65d6a319feae with identifier: 7009351auction111131
2026-03-27 14:53:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff6f6342-fb45-5c35-82a4-65d6a319feae with scrape type 1
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ff6f6342-fb45-5c35-82a4-65d6a319feae
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009351%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619865%27 HTTP/1.1" 200 None
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_000/780x0__r.jpg?hash=1774619865 not downloaded yet
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009351%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619866%27 HTTP/1.1" 200 None
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_001/780x0__r.jpg?hash=1774619866 not downloaded yet
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009351%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619866%27 HTTP/1.1" 200 None
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_002/780x0__r.jpg?hash=1774619866 not downloaded yet
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009351%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619866%27 HTTP/1.1" 200 None
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_003/780x0__r.jpg?hash=1774619866 not downloaded yet
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009351%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619871%27 HTTP/1.1" 200 None
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_004/780x0__r.jpg?hash=1774619871 not downloaded yet
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009351%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619871%27 HTTP/1.1" 200 None
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_005/780x0__r.jpg?hash=1774619871 not downloaded yet
2026-03-27 14:53:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_001/780x0__r.jpg?hash=1774619866> (referer: https://ecarstrade.com/cars/7009351)
2026-03-27 14:53:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_000/780x0__r.jpg?hash=1774619865> (referer: https://ecarstrade.com/cars/7009351)
2026-03-27 14:53:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_003/780x0__r.jpg?hash=1774619866> (referer: https://ecarstrade.com/cars/7009351)
2026-03-27 14:53:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_005/780x0__r.jpg?hash=1774619871> (referer: https://ecarstrade.com/cars/7009351)
2026-03-27 14:53:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_002/780x0__r.jpg?hash=1774619866> (referer: https://ecarstrade.com/cars/7009351)
2026-03-27 14:53:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_004/780x0__r.jpg?hash=1774619871> (referer: https://ecarstrade.com/cars/7009351)
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ff6f6342-fb45-5c35-82a4-65d6a319feae
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ff6f6342-fb45-5c35-82a4-65d6a319feae
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ff6f6342-fb45-5c35-82a4-65d6a319feae
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ff6f6342-fb45-5c35-82a4-65d6a319feae
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ff6f6342-fb45-5c35-82a4-65d6a319feae
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ff6f6342-fb45-5c35-82a4-65d6a319feae
2026-03-27 14:53:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ff6f6342-fb45-5c35-82a4-65d6a319feae, skipping ID generation
2026-03-27 14:53:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff6f6342-fb45-5c35-82a4-65d6a319feae with scrape type 1
2026-03-27 14:53:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ff6f6342-fb45-5c35-82a4-65d6a319feae sending to next pipeline
2026-03-27 14:53:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ff6f6342-fb45-5c35-82a4-65d6a319feae, identifier: 7009351auction111131
2026-03-27 14:53:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ff6f6342-fb45-5c35-82a4-65d6a319feae with identifier: 7009351auction111131
2026-03-27 14:53:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ff6f6342-fb45-5c35-82a4-65d6a319feae with identifier: 7009351auction111131
2026-03-27 14:53:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ff6f6342-fb45-5c35-82a4-65d6a319feae with identifier: 7009351auction111131 to the API
2026-03-27 14:53:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:53: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-27 14:53:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009351/photo_004/780x0__r.jpg?hash=1774619871>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'ff6f6342-fb45-5c35-82a4-65d6a319feae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009351',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 42345,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-09',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV Active Pck 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV Active Pck 50 kWh',
'vin': None,
'year': 2023}
2026-03-27 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009351auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:53:55 [ecarstrade.nl] INFO: Saving data for 7009351auction111131: {'created_time': 1774623235.209987, 'last_price_update_time': 1774623235.209997, 'auction_closing_time': 1774953600.0}
2026-03-27 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009351auction111131') HTTP/1.1" 204 0
2026-03-27 14:54:06 [scrapy.extensions.logstats] INFO: Crawled 123 pages (at 16 pages/min), scraped 103 items (at 26 items/min)
2026-03-27 14:54:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 276MiB
2026-03-27 14:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009279> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:08 [ecarstrade.nl] INFO: Extracting details for car 7009279auction111131
2026-03-27 14:54:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81512174-9a89-57cf-be2d-436422a3c8b3 with identifier: 7009279auction111131
2026-03-27 14:54:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81512174-9a89-57cf-be2d-436422a3c8b3 with scrape type 1
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 81512174-9a89-57cf-be2d-436422a3c8b3
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009279%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619505%27 HTTP/1.1" 200 None
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_000/780x0__r.jpg?hash=1774619505 not downloaded yet
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009279%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619505%27 HTTP/1.1" 200 None
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_001/780x0__r.jpg?hash=1774619505 not downloaded yet
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009279%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619505%27 HTTP/1.1" 200 None
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_002/780x0__r.jpg?hash=1774619505 not downloaded yet
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009279%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619505%27 HTTP/1.1" 200 None
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_003/780x0__r.jpg?hash=1774619505 not downloaded yet
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009279%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619505%27 HTTP/1.1" 200 None
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_004/780x0__r.jpg?hash=1774619505 not downloaded yet
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009279%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619505%27 HTTP/1.1" 200 None
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_005/780x0__r.jpg?hash=1774619505 not downloaded yet
2026-03-27 14:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_001/780x0__r.jpg?hash=1774619505> (referer: https://ecarstrade.com/cars/7009279)
2026-03-27 14:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_000/780x0__r.jpg?hash=1774619505> (referer: https://ecarstrade.com/cars/7009279)
2026-03-27 14:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_005/780x0__r.jpg?hash=1774619505> (referer: https://ecarstrade.com/cars/7009279)
2026-03-27 14:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_002/780x0__r.jpg?hash=1774619505> (referer: https://ecarstrade.com/cars/7009279)
2026-03-27 14:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_003/780x0__r.jpg?hash=1774619505> (referer: https://ecarstrade.com/cars/7009279)
2026-03-27 14:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_004/780x0__r.jpg?hash=1774619505> (referer: https://ecarstrade.com/cars/7009279)
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 81512174-9a89-57cf-be2d-436422a3c8b3
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 81512174-9a89-57cf-be2d-436422a3c8b3
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 81512174-9a89-57cf-be2d-436422a3c8b3
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 81512174-9a89-57cf-be2d-436422a3c8b3
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 81512174-9a89-57cf-be2d-436422a3c8b3
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 81512174-9a89-57cf-be2d-436422a3c8b3
2026-03-27 14:54:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 81512174-9a89-57cf-be2d-436422a3c8b3, skipping ID generation
2026-03-27 14:54:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81512174-9a89-57cf-be2d-436422a3c8b3 with scrape type 1
2026-03-27 14:54:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 81512174-9a89-57cf-be2d-436422a3c8b3 sending to next pipeline
2026-03-27 14:54:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 81512174-9a89-57cf-be2d-436422a3c8b3, identifier: 7009279auction111131
2026-03-27 14:54:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 81512174-9a89-57cf-be2d-436422a3c8b3 with identifier: 7009279auction111131
2026-03-27 14:54:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 81512174-9a89-57cf-be2d-436422a3c8b3 with identifier: 7009279auction111131
2026-03-27 14:54:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 81512174-9a89-57cf-be2d-436422a3c8b3 with identifier: 7009279auction111131 to the API
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:54: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-27 14:54:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009279/photo_004/780x0__r.jpg?hash=1774619505>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '81512174-9a89-57cf-be2d-436422a3c8b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009279',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 153213,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-klasse 180 Business Solution Luxury',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-klasse 180 Business Solution Luxury',
'vin': None,
'year': 2021}
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009279auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:08 [ecarstrade.nl] INFO: Saving data for 7009279auction111131: {'created_time': 1774623248.960164, 'last_price_update_time': 1774623248.960175, 'auction_closing_time': 1774953600.0}
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009279auction111131') HTTP/1.1" 204 0
2026-03-27 14:54:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009569auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009569auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009569auction111131: 1
2026-03-27 14:54:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009334auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009334auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009334auction111131: 1
2026-03-27 14:54:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009672auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009672auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009672auction111131: 1
2026-03-27 14:54:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009361auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009361auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009361auction111131: 1
2026-03-27 14:54:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009365auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009365auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009365auction111131: 1
2026-03-27 14:54:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009594auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009594auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009594auction111131: 1
2026-03-27 14:54:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7010186auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010186auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7010186auction111131: 1
2026-03-27 14:54:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009341auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009341auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009341auction111131: 1
2026-03-27 14:54:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009423auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009423auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009423auction111131: 1
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009625auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009625auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009625auction111131: 1
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009627auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009627auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009627auction111131: 1
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009670auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009670auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009670auction111131: 1
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009296auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009296auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009296auction111131: 1
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009658auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009658auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7009658auction111131: 1
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7010169auction111131
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010169auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Scrape type for 7010169auction111131: 1
2026-03-27 14:54:18 [ecarstrade.nl] INFO: Found listing with ID: 7009559auction111131
2026-03-27 14:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009559auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:19 [ecarstrade.nl] INFO: Scrape type for 7009559auction111131: 1
2026-03-27 14:54:19 [ecarstrade.nl] INFO: Found listing with ID: 7009613auction111131
2026-03-27 14:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009613auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:19 [ecarstrade.nl] INFO: Scrape type for 7009613auction111131: 1
2026-03-27 14:54:19 [ecarstrade.nl] INFO: Found listing with ID: 7009376auction111131
2026-03-27 14:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009376auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:19 [ecarstrade.nl] INFO: Scrape type for 7009376auction111131: 1
2026-03-27 14:54:19 [ecarstrade.nl] INFO: Found listing with ID: 7009621auction111131
2026-03-27 14:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009621auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:19 [ecarstrade.nl] INFO: Scrape type for 7009621auction111131: 1
2026-03-27 14:54:19 [ecarstrade.nl] INFO: Found listing with ID: 7010177auction111131
2026-03-27 14:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010177auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:19 [ecarstrade.nl] INFO: Scrape type for 7010177auction111131: 1
2026-03-27 14:54:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009365> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:28 [ecarstrade.nl] INFO: Extracting details for car 7009365auction111131
2026-03-27 14:54:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with identifier: 7009365auction111131
2026-03-27 14:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with scrape type 1
2026-03-27 14:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009365%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620029%27 HTTP/1.1" 200 None
2026-03-27 14:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_000/780x0__r.jpg?hash=1774620029 not downloaded yet
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009365%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620029%27 HTTP/1.1" 200 None
2026-03-27 14:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_001/780x0__r.jpg?hash=1774620029 not downloaded yet
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009365%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620029%27 HTTP/1.1" 200 None
2026-03-27 14:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_002/780x0__r.jpg?hash=1774620029 not downloaded yet
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009365%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620029%27 HTTP/1.1" 200 None
2026-03-27 14:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_003/780x0__r.jpg?hash=1774620029 not downloaded yet
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009365%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620029%27 HTTP/1.1" 200 None
2026-03-27 14:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_004/780x0__r.jpg?hash=1774620029 not downloaded yet
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009365%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620030%27 HTTP/1.1" 200 None
2026-03-27 14:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_005/780x0__r.jpg?hash=1774620030 not downloaded yet
2026-03-27 14:54:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009361> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:32 [ecarstrade.nl] INFO: Extracting details for car 7009361auction111131
2026-03-27 14:54:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with identifier: 7009361auction111131
2026-03-27 14:54:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with scrape type 1
2026-03-27 14:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009361%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619921%27 HTTP/1.1" 200 None
2026-03-27 14:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_000/780x0__r.jpg?hash=1774619921 not downloaded yet
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009361%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619921%27 HTTP/1.1" 200 None
2026-03-27 14:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_001/780x0__r.jpg?hash=1774619921 not downloaded yet
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009361%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619921%27 HTTP/1.1" 200 None
2026-03-27 14:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_002/780x0__r.jpg?hash=1774619921 not downloaded yet
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009361%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619926%27 HTTP/1.1" 200 None
2026-03-27 14:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_003/780x0__r.jpg?hash=1774619926 not downloaded yet
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009361%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619926%27 HTTP/1.1" 200 None
2026-03-27 14:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_004/780x0__r.jpg?hash=1774619926 not downloaded yet
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009361%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619926%27 HTTP/1.1" 200 None
2026-03-27 14:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_005/780x0__r.jpg?hash=1774619926 not downloaded yet
2026-03-27 14:54:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009334> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:32 [ecarstrade.nl] INFO: Extracting details for car 7009334auction111131
2026-03-27 14:54:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6754a67-8d61-5e79-a676-d26a0d47aede with identifier: 7009334auction111131
2026-03-27 14:54:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6754a67-8d61-5e79-a676-d26a0d47aede with scrape type 1
2026-03-27 14:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b6754a67-8d61-5e79-a676-d26a0d47aede
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009334%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619769%27 HTTP/1.1" 200 None
2026-03-27 14:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_000/780x0__r.jpg?hash=1774619769 not downloaded yet
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009334%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619769%27 HTTP/1.1" 200 None
2026-03-27 14:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_001/780x0__r.jpg?hash=1774619769 not downloaded yet
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009334%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619769%27 HTTP/1.1" 200 None
2026-03-27 14:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_002/780x0__r.jpg?hash=1774619769 not downloaded yet
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009334%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619770%27 HTTP/1.1" 200 None
2026-03-27 14:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_003/780x0__r.jpg?hash=1774619770 not downloaded yet
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009334%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619770%27 HTTP/1.1" 200 None
2026-03-27 14:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_004/780x0__r.jpg?hash=1774619770 not downloaded yet
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009334%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619770%27 HTTP/1.1" 200 None
2026-03-27 14:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_005/780x0__r.jpg?hash=1774619770 not downloaded yet
2026-03-27 14:54:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009594> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:33 [ecarstrade.nl] INFO: Extracting details for car 7009594auction111131
2026-03-27 14:54:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f48637e-9145-52a7-9cb9-a90a605b1703 with identifier: 7009594auction111131
2026-03-27 14:54:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f48637e-9145-52a7-9cb9-a90a605b1703 with scrape type 1
2026-03-27 14:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8f48637e-9145-52a7-9cb9-a90a605b1703
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009594%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620204%27 HTTP/1.1" 200 None
2026-03-27 14:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_000/780x0__r.jpg?hash=1774620204 not downloaded yet
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009594%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620204%27 HTTP/1.1" 200 None
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_001/780x0__r.jpg?hash=1774620204 not downloaded yet
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009594%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620204%27 HTTP/1.1" 200 None
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_002/780x0__r.jpg?hash=1774620204 not downloaded yet
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009594%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620209%27 HTTP/1.1" 200 None
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_003/780x0__r.jpg?hash=1774620209 not downloaded yet
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009594%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620209%27 HTTP/1.1" 200 None
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_004/780x0__r.jpg?hash=1774620209 not downloaded yet
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009594%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620209%27 HTTP/1.1" 200 None
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_005/780x0__r.jpg?hash=1774620209 not downloaded yet
2026-03-27 14:54:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010186> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:34 [ecarstrade.nl] INFO: Extracting details for car 7010186auction111131
2026-03-27 14:54:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with identifier: 7010186auction111131
2026-03-27 14:54:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with scrape type 1
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010186%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622482%27 HTTP/1.1" 200 None
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_000/780x0__r.jpg?hash=1774622482 not downloaded yet
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010186%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622482%27 HTTP/1.1" 200 None
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_001/780x0__r.jpg?hash=1774622482 not downloaded yet
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010186%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622482%27 HTTP/1.1" 200 None
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_002/780x0__r.jpg?hash=1774622482 not downloaded yet
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010186%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622482%27 HTTP/1.1" 200 None
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_003/780x0__r.jpg?hash=1774622482 not downloaded yet
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010186%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622482%27 HTTP/1.1" 200 None
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_004/780x0__r.jpg?hash=1774622482 not downloaded yet
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010186%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622482%27 HTTP/1.1" 200 None
2026-03-27 14:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_005/780x0__r.jpg?hash=1774622482 not downloaded yet
2026-03-27 14:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009569> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:39 [ecarstrade.nl] INFO: Extracting details for car 7009569auction111131
2026-03-27 14:54:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49ae9247-97ec-587b-b7ee-ca0848a23aec with identifier: 7009569auction111131
2026-03-27 14:54:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49ae9247-97ec-587b-b7ee-ca0848a23aec with scrape type 1
2026-03-27 14:54:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 49ae9247-97ec-587b-b7ee-ca0848a23aec
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009569%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620191%27 HTTP/1.1" 200 None
2026-03-27 14:54:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_000/780x0__r.jpg?hash=1774620191 not downloaded yet
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009569%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620191%27 HTTP/1.1" 200 None
2026-03-27 14:54:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_001/780x0__r.jpg?hash=1774620191 not downloaded yet
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009569%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620191%27 HTTP/1.1" 200 None
2026-03-27 14:54:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_002/780x0__r.jpg?hash=1774620191 not downloaded yet
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009569%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620191%27 HTTP/1.1" 200 None
2026-03-27 14:54:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_003/780x0__r.jpg?hash=1774620191 not downloaded yet
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009569%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620191%27 HTTP/1.1" 200 None
2026-03-27 14:54:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_004/780x0__r.jpg?hash=1774620191 not downloaded yet
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009569%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620191%27 HTTP/1.1" 200 None
2026-03-27 14:54:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_005/780x0__r.jpg?hash=1774620191 not downloaded yet
2026-03-27 14:54:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009341> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:42 [ecarstrade.nl] INFO: Extracting details for car 7009341auction111131
2026-03-27 14:54:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3283426d-ecb1-511f-b955-aa7724b6faf7 with identifier: 7009341auction111131
2026-03-27 14:54:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3283426d-ecb1-511f-b955-aa7724b6faf7 with scrape type 1
2026-03-27 14:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3283426d-ecb1-511f-b955-aa7724b6faf7
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009341%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619815%27 HTTP/1.1" 200 None
2026-03-27 14:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_000/780x0__r.jpg?hash=1774619815 not downloaded yet
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009341%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619816%27 HTTP/1.1" 200 None
2026-03-27 14:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_001/780x0__r.jpg?hash=1774619816 not downloaded yet
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009341%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619816%27 HTTP/1.1" 200 None
2026-03-27 14:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_002/780x0__r.jpg?hash=1774619816 not downloaded yet
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009341%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619816%27 HTTP/1.1" 200 None
2026-03-27 14:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_003/780x0__r.jpg?hash=1774619816 not downloaded yet
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009341%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619816%27 HTTP/1.1" 200 None
2026-03-27 14:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_004/780x0__r.jpg?hash=1774619816 not downloaded yet
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009341%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619816%27 HTTP/1.1" 200 None
2026-03-27 14:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_005/780x0__r.jpg?hash=1774619816 not downloaded yet
2026-03-27 14:54:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009625> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:47 [ecarstrade.nl] INFO: Extracting details for car 7009625auction111131
2026-03-27 14:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f641e4ae-5780-5530-91fe-0d7e584e4dc5 with identifier: 7009625auction111131
2026-03-27 14:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f641e4ae-5780-5530-91fe-0d7e584e4dc5 with scrape type 1
2026-03-27 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f641e4ae-5780-5530-91fe-0d7e584e4dc5
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009625%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620657%27 HTTP/1.1" 200 None
2026-03-27 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_000/780x0__r.jpg?hash=1774620657 not downloaded yet
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009625%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620657%27 HTTP/1.1" 200 None
2026-03-27 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_001/780x0__r.jpg?hash=1774620657 not downloaded yet
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009625%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620657%27 HTTP/1.1" 200 None
2026-03-27 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_002/780x0__r.jpg?hash=1774620657 not downloaded yet
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009625%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620657%27 HTTP/1.1" 200 None
2026-03-27 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_003/780x0__r.jpg?hash=1774620657 not downloaded yet
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009625%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620657%27 HTTP/1.1" 200 None
2026-03-27 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_004/780x0__r.jpg?hash=1774620657 not downloaded yet
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009625%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620657%27 HTTP/1.1" 200 None
2026-03-27 14:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_005/780x0__r.jpg?hash=1774620657 not downloaded yet
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009672> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Extracting details for car 7009672auction111131
2026-03-27 14:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d84e9706-ce2b-5c0f-849a-a646e7334318 with identifier: 7009672auction111131
2026-03-27 14:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d84e9706-ce2b-5c0f-849a-a646e7334318 with scrape type 1
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d84e9706-ce2b-5c0f-849a-a646e7334318
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009672%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621241%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_000/780x0__r.jpg?hash=1774621241 not downloaded yet
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009672%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621241%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_001/780x0__r.jpg?hash=1774621241 not downloaded yet
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009672%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621241%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_002/780x0__r.jpg?hash=1774621241 not downloaded yet
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009670> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009672%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621241%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_003/780x0__r.jpg?hash=1774621241 not downloaded yet
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009672%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621241%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_004/780x0__r.jpg?hash=1774621241 not downloaded yet
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009672%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621241%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_005/780x0__r.jpg?hash=1774621241 not downloaded yet
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_005/780x0__r.jpg?hash=1774620030> (referer: https://ecarstrade.com/cars/7009365)
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Extracting details for car 7009670auction111131
2026-03-27 14:54:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 187b58b3-5276-5809-98d7-395ea503412c with identifier: 7009670auction111131
2026-03-27 14:54:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 187b58b3-5276-5809-98d7-395ea503412c with scrape type 1
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 187b58b3-5276-5809-98d7-395ea503412c
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009670%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621235%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_000/780x0__r.jpg?hash=1774621235 not downloaded yet
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_005/780x0__r.jpg?hash=1774619926> (referer: https://ecarstrade.com/cars/7009361)
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009670%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621236%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_001/780x0__r.jpg?hash=1774621236 not downloaded yet
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_005/780x0__r.jpg?hash=1774619770> (referer: https://ecarstrade.com/cars/7009334)
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009670%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621236%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_002/780x0__r.jpg?hash=1774621236 not downloaded yet
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009670%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621236%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_003/780x0__r.jpg?hash=1774621236 not downloaded yet
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009319auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009319auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009319auction111131: 1
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009670%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621236%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_004/780x0__r.jpg?hash=1774621236 not downloaded yet
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_005/780x0__r.jpg?hash=1774620209> (referer: https://ecarstrade.com/cars/7009594)
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009674auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009674auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009674auction111131: 1
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009670%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621236%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_005/780x0__r.jpg?hash=1774621236 not downloaded yet
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009367auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009367auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009367auction111131: 1
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_005/780x0__r.jpg?hash=1774622482> (referer: https://ecarstrade.com/cars/7010186)
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b6754a67-8d61-5e79-a676-d26a0d47aede
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009649auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009649auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009649auction111131: 1
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7010198auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010198auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7010198auction111131: 1
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_005/780x0__r.jpg?hash=1774620191> (referer: https://ecarstrade.com/cars/7009569)
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_005/780x0__r.jpg?hash=1774619816> (referer: https://ecarstrade.com/cars/7009341)
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7010181auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010181auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7010181auction111131: 1
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009333auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009333auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009333auction111131: 1
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8f48637e-9145-52a7-9cb9-a90a605b1703
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7010180auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010180auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7010180auction111131: 1
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009363auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009363auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009363auction111131: 1
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_005/780x0__r.jpg?hash=1774620657> (referer: https://ecarstrade.com/cars/7009625)
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009607auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009607auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009607auction111131: 1
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_002/780x0__r.jpg?hash=1774621241> (referer: https://ecarstrade.com/cars/7009672)
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009641auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009641auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009641auction111131: 1
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7010192auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010192auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7010192auction111131: 1
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009286auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009286auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009286auction111131: 1
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 49ae9247-97ec-587b-b7ee-ca0848a23aec
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3283426d-ecb1-511f-b955-aa7724b6faf7
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7010182auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010182auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7010182auction111131: 1
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7010174auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010174auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7010174auction111131: 1
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_003/780x0__r.jpg?hash=1774621241> (referer: https://ecarstrade.com/cars/7009672)
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009358auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009358auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009358auction111131: 1
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f641e4ae-5780-5530-91fe-0d7e584e4dc5
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009597auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009597auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009597auction111131: 1
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d84e9706-ce2b-5c0f-849a-a646e7334318
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009622auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009622auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009622auction111131: 1
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_000/780x0__r.jpg?hash=1774621235> (referer: https://ecarstrade.com/cars/7009670)
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009626auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009626auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009626auction111131: 1
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_005/780x0__r.jpg?hash=1774621241> (referer: https://ecarstrade.com/cars/7009672)
2026-03-27 14:54:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Found listing with ID: 7009636auction111131
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009636auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:54:53 [ecarstrade.nl] INFO: Scrape type for 7009636auction111131: 1
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d84e9706-ce2b-5c0f-849a-a646e7334318
2026-03-27 14:54:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_001/780x0__r.jpg?hash=1774621236> (referer: https://ecarstrade.com/cars/7009670)
2026-03-27 14:54:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 187b58b3-5276-5809-98d7-395ea503412c
2026-03-27 14:54:53 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:54:53 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:54:53 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:54:53 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-27 14:54:53 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:54:53 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-27 14:54:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-27 14:54:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fa5bdcfd710>
2026-03-27 14:54:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-27 14:54:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-27 14:54:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-27 14:54:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d84e9706-ce2b-5c0f-849a-a646e7334318/d84e9706-ce2b-5c0f-849a-a646e7334318_image_5.jpg HTTP/1.1" 201 0
2026-03-27 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.nl',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009672%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621241') HTTP/1.1" 204 0
2026-03-27 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_005/780x0__r.jpg?hash=1774621241 saved to cache
2026-03-27 14:54:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d84e9706-ce2b-5c0f-849a-a646e7334318
2026-03-27 14:54:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_005/780x0__r.jpg?hash=1774621236> (referer: https://ecarstrade.com/cars/7009670)
2026-03-27 14:54:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 187b58b3-5276-5809-98d7-395ea503412c
2026-03-27 14:54:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 187b58b3-5276-5809-98d7-395ea503412c
2026-03-27 14:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010169> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:55 [ecarstrade.nl] INFO: Extracting details for car 7010169auction111131
2026-03-27 14:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fb3c63c-fa7d-5f39-bda2-223d520042eb with identifier: 7010169auction111131
2026-03-27 14:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fb3c63c-fa7d-5f39-bda2-223d520042eb with scrape type 1
2026-03-27 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1fb3c63c-fa7d-5f39-bda2-223d520042eb
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010169%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622414%27 HTTP/1.1" 200 None
2026-03-27 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_000/780x0__r.jpg?hash=1774622414 not downloaded yet
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010169%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622414%27 HTTP/1.1" 200 None
2026-03-27 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_001/780x0__r.jpg?hash=1774622414 not downloaded yet
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010169%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622414%27 HTTP/1.1" 200 None
2026-03-27 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_002/780x0__r.jpg?hash=1774622414 not downloaded yet
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010169%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622415%27 HTTP/1.1" 200 None
2026-03-27 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_003/780x0__r.jpg?hash=1774622415 not downloaded yet
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010169%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622415%27 HTTP/1.1" 200 None
2026-03-27 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_004/780x0__r.jpg?hash=1774622415 not downloaded yet
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010169%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622415%27 HTTP/1.1" 200 None
2026-03-27 14:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_005/780x0__r.jpg?hash=1774622415 not downloaded yet
2026-03-27 14:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009319> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:03 [ecarstrade.nl] INFO: Extracting details for car 7009319auction111131
2026-03-27 14:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4527908-15cc-5878-94ab-580ca8526d98 with identifier: 7009319auction111131
2026-03-27 14:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4527908-15cc-5878-94ab-580ca8526d98 with scrape type 1
2026-03-27 14:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b4527908-15cc-5878-94ab-580ca8526d98
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009319%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619678%27 HTTP/1.1" 200 None
2026-03-27 14:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_000/780x0__r.jpg?hash=1774619678 not downloaded yet
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009319%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619678%27 HTTP/1.1" 200 None
2026-03-27 14:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_001/780x0__r.jpg?hash=1774619678 not downloaded yet
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009319%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619678%27 HTTP/1.1" 200 None
2026-03-27 14:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_002/780x0__r.jpg?hash=1774619678 not downloaded yet
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009319%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619678%27 HTTP/1.1" 200 None
2026-03-27 14:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_003/780x0__r.jpg?hash=1774619678 not downloaded yet
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009319%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619678%27 HTTP/1.1" 200 None
2026-03-27 14:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_004/780x0__r.jpg?hash=1774619678 not downloaded yet
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009319%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619678%27 HTTP/1.1" 200 None
2026-03-27 14:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_005/780x0__r.jpg?hash=1774619678 not downloaded yet
2026-03-27 14:55:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009649> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:04 [ecarstrade.nl] INFO: Extracting details for car 7009649auction111131
2026-03-27 14:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8c40183-1bfe-578c-89d5-8988f2932db2 with identifier: 7009649auction111131
2026-03-27 14:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8c40183-1bfe-578c-89d5-8988f2932db2 with scrape type 1
2026-03-27 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a8c40183-1bfe-578c-89d5-8988f2932db2
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009649%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620794%27 HTTP/1.1" 200 None
2026-03-27 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_000/780x0__r.jpg?hash=1774620794 not downloaded yet
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009649%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620794%27 HTTP/1.1" 200 None
2026-03-27 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_001/780x0__r.jpg?hash=1774620794 not downloaded yet
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009649%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620794%27 HTTP/1.1" 200 None
2026-03-27 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_002/780x0__r.jpg?hash=1774620794 not downloaded yet
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009649%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620794%27 HTTP/1.1" 200 None
2026-03-27 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_003/780x0__r.jpg?hash=1774620794 not downloaded yet
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009649%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620794%27 HTTP/1.1" 200 None
2026-03-27 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_004/780x0__r.jpg?hash=1774620794 not downloaded yet
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009649%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620794%27 HTTP/1.1" 200 None
2026-03-27 14:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_005/780x0__r.jpg?hash=1774620794 not downloaded yet
2026-03-27 14:55:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010198> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:06 [ecarstrade.nl] INFO: Extracting details for car 7010198auction111131
2026-03-27 14:55:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce7e6678-2897-5100-9591-ff1fb64269c8 with identifier: 7010198auction111131
2026-03-27 14:55:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce7e6678-2897-5100-9591-ff1fb64269c8 with scrape type 1
2026-03-27 14:55:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ce7e6678-2897-5100-9591-ff1fb64269c8
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010198%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622528%27 HTTP/1.1" 200 None
2026-03-27 14:55:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_000/780x0__r.jpg?hash=1774622528 not downloaded yet
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010198%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622528%27 HTTP/1.1" 200 None
2026-03-27 14:55:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_001/780x0__r.jpg?hash=1774622528 not downloaded yet
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010198%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622528%27 HTTP/1.1" 200 None
2026-03-27 14:55:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_002/780x0__r.jpg?hash=1774622528 not downloaded yet
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010198%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622528%27 HTTP/1.1" 200 None
2026-03-27 14:55:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_003/780x0__r.jpg?hash=1774622528 not downloaded yet
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010198%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622528%27 HTTP/1.1" 200 None
2026-03-27 14:55:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_004/780x0__r.jpg?hash=1774622528 not downloaded yet
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010198%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622528%27 HTTP/1.1" 200 None
2026-03-27 14:55:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_005/780x0__r.jpg?hash=1774622528 not downloaded yet
2026-03-27 14:55:06 [scrapy.extensions.logstats] INFO: Crawled 140 pages (at 17 pages/min), scraped 104 items (at 1 items/min)
2026-03-27 14:55:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 276MiB
2026-03-27 14:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009423> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:09 [ecarstrade.nl] INFO: Extracting details for car 7009423auction111131
2026-03-27 14:55:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with identifier: 7009423auction111131
2026-03-27 14:55:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with scrape type 1
2026-03-27 14:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009423%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620111%27 HTTP/1.1" 200 None
2026-03-27 14:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_000/780x0__r.jpg?hash=1774620111 not downloaded yet
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009423%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620111%27 HTTP/1.1" 200 None
2026-03-27 14:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_001/780x0__r.jpg?hash=1774620111 not downloaded yet
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009423%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620111%27 HTTP/1.1" 200 None
2026-03-27 14:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_002/780x0__r.jpg?hash=1774620111 not downloaded yet
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009423%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620111%27 HTTP/1.1" 200 None
2026-03-27 14:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_003/780x0__r.jpg?hash=1774620111 not downloaded yet
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009423%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620111%27 HTTP/1.1" 200 None
2026-03-27 14:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_004/780x0__r.jpg?hash=1774620111 not downloaded yet
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009423%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620111%27 HTTP/1.1" 200 None
2026-03-27 14:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_005/780x0__r.jpg?hash=1774620111 not downloaded yet
2026-03-27 14:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009363> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:12 [ecarstrade.nl] INFO: Extracting details for car 7009363auction111131
2026-03-27 14:55:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c6945eb-0565-5d8c-85c5-3b0019edde1a with identifier: 7009363auction111131
2026-03-27 14:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c6945eb-0565-5d8c-85c5-3b0019edde1a with scrape type 1
2026-03-27 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4c6945eb-0565-5d8c-85c5-3b0019edde1a
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009363%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620016%27 HTTP/1.1" 200 None
2026-03-27 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_000/780x0__r.jpg?hash=1774620016 not downloaded yet
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009363%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620016%27 HTTP/1.1" 200 None
2026-03-27 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_001/780x0__r.jpg?hash=1774620016 not downloaded yet
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009363%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620016%27 HTTP/1.1" 200 None
2026-03-27 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_002/780x0__r.jpg?hash=1774620016 not downloaded yet
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009363%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620016%27 HTTP/1.1" 200 None
2026-03-27 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_003/780x0__r.jpg?hash=1774620016 not downloaded yet
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009363%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620016%27 HTTP/1.1" 200 None
2026-03-27 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_004/780x0__r.jpg?hash=1774620016 not downloaded yet
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009363%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620016%27 HTTP/1.1" 200 None
2026-03-27 14:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_005/780x0__r.jpg?hash=1774620016 not downloaded yet
2026-03-27 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009658> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:13 [ecarstrade.nl] INFO: Extracting details for car 7009658auction111131
2026-03-27 14:55:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with identifier: 7009658auction111131
2026-03-27 14:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with scrape type 1
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 54a4c9bd-cba4-5738-ad86-a9ca5b797979
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009658%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620840%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_000/780x0__r.jpg?hash=1774620840 not downloaded yet
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009658%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620841%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_001/780x0__r.jpg?hash=1774620841 not downloaded yet
2026-03-27 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009296> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009658%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620841%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_002/780x0__r.jpg?hash=1774620841 not downloaded yet
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009658%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620841%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_003/780x0__r.jpg?hash=1774620841 not downloaded yet
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009658%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620841%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_004/780x0__r.jpg?hash=1774620841 not downloaded yet
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009658%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620841%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_005/780x0__r.jpg?hash=1774620841 not downloaded yet
2026-03-27 14:55:13 [ecarstrade.nl] INFO: Extracting details for car 7009296auction111131
2026-03-27 14:55:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 768e440a-1806-5630-806b-50be10ceac9d with identifier: 7009296auction111131
2026-03-27 14:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 768e440a-1806-5630-806b-50be10ceac9d with scrape type 1
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 768e440a-1806-5630-806b-50be10ceac9d
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009296%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619592%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_000/780x0__r.jpg?hash=1774619592 not downloaded yet
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009296%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619592%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_001/780x0__r.jpg?hash=1774619592 not downloaded yet
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009296%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619592%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_002/780x0__r.jpg?hash=1774619592 not downloaded yet
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009296%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619592%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_003/780x0__r.jpg?hash=1774619592 not downloaded yet
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009296%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619592%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_004/780x0__r.jpg?hash=1774619592 not downloaded yet
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009296%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619592%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_005/780x0__r.jpg?hash=1774619592 not downloaded yet
2026-03-27 14:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009622> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:20 [ecarstrade.nl] INFO: Extracting details for car 7009622auction111131
2026-03-27 14:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d35c3c7c-cc34-5c54-8f8d-669f649c042d with identifier: 7009622auction111131
2026-03-27 14:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d35c3c7c-cc34-5c54-8f8d-669f649c042d with scrape type 1
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d35c3c7c-cc34-5c54-8f8d-669f649c042d
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009622%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620638%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_000/780x0__r.jpg?hash=1774620638 not downloaded yet
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009622%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620638%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_001/780x0__r.jpg?hash=1774620638 not downloaded yet
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009622%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620638%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_002/780x0__r.jpg?hash=1774620638 not downloaded yet
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009622%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620638%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_003/780x0__r.jpg?hash=1774620638 not downloaded yet
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009622%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620638%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_004/780x0__r.jpg?hash=1774620638 not downloaded yet
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009622%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620638%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_005/780x0__r.jpg?hash=1774620638 not downloaded yet
2026-03-27 14:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009597> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_005/780x0__r.jpg?hash=1774622415> (referer: https://ecarstrade.com/cars/7010169)
2026-03-27 14:55:20 [ecarstrade.nl] INFO: Extracting details for car 7009597auction111131
2026-03-27 14:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with identifier: 7009597auction111131
2026-03-27 14:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with scrape type 1
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009597%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620217%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_000/780x0__r.jpg?hash=1774620217 not downloaded yet
2026-03-27 14:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_005/780x0__r.jpg?hash=1774619678> (referer: https://ecarstrade.com/cars/7009319)
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009597%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620217%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_001/780x0__r.jpg?hash=1774620217 not downloaded yet
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009597%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620218%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_002/780x0__r.jpg?hash=1774620218 not downloaded yet
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009597%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620218%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_003/780x0__r.jpg?hash=1774620218 not downloaded yet
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009597%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620218%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_004/780x0__r.jpg?hash=1774620218 not downloaded yet
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1fb3c63c-fa7d-5f39-bda2-223d520042eb
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009597%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620218%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_005/780x0__r.jpg?hash=1774620218 not downloaded yet
2026-03-27 14:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_005/780x0__r.jpg?hash=1774620794> (referer: https://ecarstrade.com/cars/7009649)
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b4527908-15cc-5878-94ab-580ca8526d98
2026-03-27 14:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_005/780x0__r.jpg?hash=1774622528> (referer: https://ecarstrade.com/cars/7010198)
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a8c40183-1bfe-578c-89d5-8988f2932db2
2026-03-27 14:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_005/780x0__r.jpg?hash=1774620111> (referer: https://ecarstrade.com/cars/7009423)
2026-03-27 14:55:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ce7e6678-2897-5100-9591-ff1fb64269c8
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_005/780x0__r.jpg?hash=1774620016> (referer: https://ecarstrade.com/cars/7009363)
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009627> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_000/780x0__r.jpg?hash=1774620840> (referer: https://ecarstrade.com/cars/7009658)
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_005/780x0__r.jpg?hash=1774619592> (referer: https://ecarstrade.com/cars/7009296)
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4c6945eb-0565-5d8c-85c5-3b0019edde1a
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_005/780x0__r.jpg?hash=1774620638> (referer: https://ecarstrade.com/cars/7009622)
2026-03-27 14:55:21 [ecarstrade.nl] INFO: Extracting details for car 7009627auction111131
2026-03-27 14:55:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with identifier: 7009627auction111131
2026-03-27 14:55:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with scrape type 1
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009627%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620670%27 HTTP/1.1" 200 None
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_000/780x0__r.jpg?hash=1774620670 not downloaded yet
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009627%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620671%27 HTTP/1.1" 200 None
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_001/780x0__r.jpg?hash=1774620671 not downloaded yet
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_004/780x0__r.jpg?hash=1774620638> (referer: https://ecarstrade.com/cars/7009622)
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009627%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620671%27 HTTP/1.1" 200 None
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_002/780x0__r.jpg?hash=1774620671 not downloaded yet
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 54a4c9bd-cba4-5738-ad86-a9ca5b797979
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009627%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620671%27 HTTP/1.1" 200 None
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_003/780x0__r.jpg?hash=1774620671 not downloaded yet
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 768e440a-1806-5630-806b-50be10ceac9d
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_000/780x0__r.jpg?hash=1774620217> (referer: https://ecarstrade.com/cars/7009597)
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009627%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620671%27 HTTP/1.1" 200 None
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_004/780x0__r.jpg?hash=1774620671 not downloaded yet
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_005/780x0__r.jpg?hash=1774620218> (referer: https://ecarstrade.com/cars/7009597)
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009627%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620671%27 HTTP/1.1" 200 None
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_005/780x0__r.jpg?hash=1774620671 not downloaded yet
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d35c3c7c-cc34-5c54-8f8d-669f649c042d
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d35c3c7c-cc34-5c54-8f8d-669f649c042d
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_003/780x0__r.jpg?hash=1774620218> (referer: https://ecarstrade.com/cars/7009597)
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_004/780x0__r.jpg?hash=1774620218> (referer: https://ecarstrade.com/cars/7009597)
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_001/780x0__r.jpg?hash=1774620217> (referer: https://ecarstrade.com/cars/7009597)
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_002/780x0__r.jpg?hash=1774620218> (referer: https://ecarstrade.com/cars/7009597)
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_002/780x0__r.jpg?hash=1774620638> (referer: https://ecarstrade.com/cars/7009622)
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_003/780x0__r.jpg?hash=1774620638> (referer: https://ecarstrade.com/cars/7009622)
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_001/780x0__r.jpg?hash=1774620638> (referer: https://ecarstrade.com/cars/7009622)
2026-03-27 14:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_001/780x0__r.jpg?hash=1774620671> (referer: https://ecarstrade.com/cars/7009627)
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca
2026-03-27 14:55:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca, skipping ID generation
2026-03-27 14:55:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with scrape type 1
2026-03-27 14:55:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca sending to next pipeline
2026-03-27 14:55:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca, identifier: 7009597auction111131
2026-03-27 14:55:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with identifier: 7009597auction111131
2026-03-27 14:55:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with identifier: 7009597auction111131
2026-03-27 14:55:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 43ffbd2d-cd24-5f8b-af4e-c32ae88316ca with identifier: 7009597auction111131 to the API
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55: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-27 14:55:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009597/photo_002/780x0__r.jpg?hash=1774620218>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '43ffbd2d-cd24-5f8b-af4e-c32ae88316ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009597',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 65458,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Elegance',
'transmission': 'manual',
'trim': 'OPEL 1.2 Elegance',
'vin': None,
'year': 2023}
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009597auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:22 [ecarstrade.nl] INFO: Saving data for 7009597auction111131: {'created_time': 1774623322.331698, 'last_price_update_time': 1774623322.33171, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009597auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_004/780x0__r.jpg?hash=1774620671> (referer: https://ecarstrade.com/cars/7009627)
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_003/780x0__r.jpg?hash=1774620671> (referer: https://ecarstrade.com/cars/7009627)
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010174> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d35c3c7c-cc34-5c54-8f8d-669f649c042d
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d35c3c7c-cc34-5c54-8f8d-669f649c042d
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d35c3c7c-cc34-5c54-8f8d-669f649c042d
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_005/780x0__r.jpg?hash=1774620671> (referer: https://ecarstrade.com/cars/7009627)
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_000/780x0__r.jpg?hash=1774620670> (referer: https://ecarstrade.com/cars/7009627)
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_002/780x0__r.jpg?hash=1774620671> (referer: https://ecarstrade.com/cars/7009627)
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_000/780x0__r.jpg?hash=1774620638> (referer: https://ecarstrade.com/cars/7009622)
2026-03-27 14:55:22 [ecarstrade.nl] INFO: Extracting details for car 7010174auction111131
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_003/780x0__r.jpg?hash=1774619592> (referer: https://ecarstrade.com/cars/7009296)
2026-03-27 14:55:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff1b5e78-6481-5d84-95b7-df60fdc13b45 with identifier: 7010174auction111131
2026-03-27 14:55:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff1b5e78-6481-5d84-95b7-df60fdc13b45 with scrape type 1
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ff1b5e78-6481-5d84-95b7-df60fdc13b45
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010174%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622438%27 HTTP/1.1" 200 None
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_000/780x0__r.jpg?hash=1774622438 not downloaded yet
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010174%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622438%27 HTTP/1.1" 200 None
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_001/780x0__r.jpg?hash=1774622438 not downloaded yet
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_002/780x0__r.jpg?hash=1774619592> (referer: https://ecarstrade.com/cars/7009296)
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010174%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622438%27 HTTP/1.1" 200 None
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_002/780x0__r.jpg?hash=1774622438 not downloaded yet
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_004/780x0__r.jpg?hash=1774619592> (referer: https://ecarstrade.com/cars/7009296)
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010174%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622438%27 HTTP/1.1" 200 None
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_003/780x0__r.jpg?hash=1774622438 not downloaded yet
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_001/780x0__r.jpg?hash=1774619592> (referer: https://ecarstrade.com/cars/7009296)
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010174%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622439%27 HTTP/1.1" 200 None
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_004/780x0__r.jpg?hash=1774622439 not downloaded yet
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_005/780x0__r.jpg?hash=1774620841> (referer: https://ecarstrade.com/cars/7009658)
2026-03-27 14:55:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_000/780x0__r.jpg?hash=1774619592> (referer: https://ecarstrade.com/cars/7009296)
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010174%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622439%27 HTTP/1.1" 200 None
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_005/780x0__r.jpg?hash=1774622439 not downloaded yet
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f
2026-03-27 14:55:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 41b0d315-b5b3-5ede-a25a-d82cf927eb0f, skipping ID generation
2026-03-27 14:55:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with scrape type 1
2026-03-27 14:55:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 41b0d315-b5b3-5ede-a25a-d82cf927eb0f sending to next pipeline
2026-03-27 14:55:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 41b0d315-b5b3-5ede-a25a-d82cf927eb0f, identifier: 7009627auction111131
2026-03-27 14:55:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with identifier: 7009627auction111131
2026-03-27 14:55:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with identifier: 7009627auction111131
2026-03-27 14:55:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 41b0d315-b5b3-5ede-a25a-d82cf927eb0f with identifier: 7009627auction111131 to the API
2026-03-27 14:55:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009627/photo_002/780x0__r.jpg?hash=1774620671>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '41b0d315-b5b3-5ede-a25a-d82cf927eb0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009627',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mitsubishi',
'model': 'Outlander',
'odometer': 177082,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'MITSUBISHI Outlander 2.0 PHEV instyle+',
'transmission': 'automatic',
'trim': 'MITSUBISHI 2.0 PHEV instyle+',
'vin': None,
'year': 2015}
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009627auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:23 [ecarstrade.nl] INFO: Saving data for 7009627auction111131: {'created_time': 1774623323.104047, 'last_price_update_time': 1774623323.104059, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009627auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_004/780x0__r.jpg?hash=1774620841> (referer: https://ecarstrade.com/cars/7009658)
2026-03-27 14:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d35c3c7c-cc34-5c54-8f8d-669f649c042d
2026-03-27 14:55:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d35c3c7c-cc34-5c54-8f8d-669f649c042d, skipping ID generation
2026-03-27 14:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d35c3c7c-cc34-5c54-8f8d-669f649c042d with scrape type 1
2026-03-27 14:55:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d35c3c7c-cc34-5c54-8f8d-669f649c042d sending to next pipeline
2026-03-27 14:55:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d35c3c7c-cc34-5c54-8f8d-669f649c042d, identifier: 7009622auction111131
2026-03-27 14:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_002/780x0__r.jpg?hash=1774620841> (referer: https://ecarstrade.com/cars/7009658)
2026-03-27 14:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_003/780x0__r.jpg?hash=1774620841> (referer: https://ecarstrade.com/cars/7009658)
2026-03-27 14:55:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d35c3c7c-cc34-5c54-8f8d-669f649c042d with identifier: 7009622auction111131
2026-03-27 14:55:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d35c3c7c-cc34-5c54-8f8d-669f649c042d with identifier: 7009622auction111131
2026-03-27 14:55:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d35c3c7c-cc34-5c54-8f8d-669f649c042d with identifier: 7009622auction111131 to the API
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009622/photo_000/780x0__r.jpg?hash=1774620638>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd35c3c7c-cc34-5c54-8f8d-669f649c042d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009622',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '3008',
'odometer': 130250,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PT BL Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT BL Active',
'vin': None,
'year': 2021}
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009622auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:23 [ecarstrade.nl] INFO: Saving data for 7009622auction111131: {'created_time': 1774623323.568416, 'last_price_update_time': 1774623323.56843, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009622auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_001/780x0__r.jpg?hash=1774620841> (referer: https://ecarstrade.com/cars/7009658)
2026-03-27 14:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 768e440a-1806-5630-806b-50be10ceac9d
2026-03-27 14:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 768e440a-1806-5630-806b-50be10ceac9d
2026-03-27 14:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 768e440a-1806-5630-806b-50be10ceac9d
2026-03-27 14:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 768e440a-1806-5630-806b-50be10ceac9d
2026-03-27 14:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 54a4c9bd-cba4-5738-ad86-a9ca5b797979
2026-03-27 14:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 768e440a-1806-5630-806b-50be10ceac9d
2026-03-27 14:55:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 768e440a-1806-5630-806b-50be10ceac9d, skipping ID generation
2026-03-27 14:55:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 768e440a-1806-5630-806b-50be10ceac9d with scrape type 1
2026-03-27 14:55:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 768e440a-1806-5630-806b-50be10ceac9d sending to next pipeline
2026-03-27 14:55:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 768e440a-1806-5630-806b-50be10ceac9d, identifier: 7009296auction111131
2026-03-27 14:55:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 54a4c9bd-cba4-5738-ad86-a9ca5b797979
2026-03-27 14:55:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 768e440a-1806-5630-806b-50be10ceac9d with identifier: 7009296auction111131
2026-03-27 14:55:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 768e440a-1806-5630-806b-50be10ceac9d with identifier: 7009296auction111131
2026-03-27 14:55:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 768e440a-1806-5630-806b-50be10ceac9d with identifier: 7009296auction111131 to the API
2026-03-27 14:55:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009296/photo_000/780x0__r.jpg?hash=1774619592>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '768e440a-1806-5630-806b-50be10ceac9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009296',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 157050,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports 1.8 Hybrid Bns Plus',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports 1.8 Hybrid Bns Plus',
'vin': None,
'year': 2021}
2026-03-27 14:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009296auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:24 [ecarstrade.nl] INFO: Saving data for 7009296auction111131: {'created_time': 1774623324.193278, 'last_price_update_time': 1774623324.193289, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009296auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_004/780x0__r.jpg?hash=1774620016> (referer: https://ecarstrade.com/cars/7009363)
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_003/780x0__r.jpg?hash=1774620016> (referer: https://ecarstrade.com/cars/7009363)
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 54a4c9bd-cba4-5738-ad86-a9ca5b797979
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 54a4c9bd-cba4-5738-ad86-a9ca5b797979
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_001/780x0__r.jpg?hash=1774622438> (referer: https://ecarstrade.com/cars/7010174)
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 54a4c9bd-cba4-5738-ad86-a9ca5b797979
2026-03-27 14:55:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 54a4c9bd-cba4-5738-ad86-a9ca5b797979, skipping ID generation
2026-03-27 14:55:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with scrape type 1
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 54a4c9bd-cba4-5738-ad86-a9ca5b797979 sending to next pipeline
2026-03-27 14:55:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 54a4c9bd-cba4-5738-ad86-a9ca5b797979, identifier: 7009658auction111131
2026-03-27 14:55:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with identifier: 7009658auction111131
2026-03-27 14:55:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with identifier: 7009658auction111131
2026-03-27 14:55:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 54a4c9bd-cba4-5738-ad86-a9ca5b797979 with identifier: 7009658auction111131 to the API
2026-03-27 14:55:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009658/photo_001/780x0__r.jpg?hash=1774620841>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '54a4c9bd-cba4-5738-ad86-a9ca5b797979',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009658',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Arona',
'odometer': 60211,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-21',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Arona 1.0 TSI St. B. Int.+',
'transmission': 'automatic',
'trim': 'SEAT 1.0 TSI St. B. Int.+',
'vin': None,
'year': 2021}
2026-03-27 14:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009658auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:24 [ecarstrade.nl] INFO: Saving data for 7009658auction111131: {'created_time': 1774623324.684555, 'last_price_update_time': 1774623324.684567, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009658auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_003/780x0__r.jpg?hash=1774622438> (referer: https://ecarstrade.com/cars/7010174)
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_000/780x0__r.jpg?hash=1774622438> (referer: https://ecarstrade.com/cars/7010174)
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_004/780x0__r.jpg?hash=1774622439> (referer: https://ecarstrade.com/cars/7010174)
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4c6945eb-0565-5d8c-85c5-3b0019edde1a
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4c6945eb-0565-5d8c-85c5-3b0019edde1a
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ff1b5e78-6481-5d84-95b7-df60fdc13b45
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_002/780x0__r.jpg?hash=1774620016> (referer: https://ecarstrade.com/cars/7009363)
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_002/780x0__r.jpg?hash=1774622438> (referer: https://ecarstrade.com/cars/7010174)
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ff1b5e78-6481-5d84-95b7-df60fdc13b45
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ff1b5e78-6481-5d84-95b7-df60fdc13b45
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ff1b5e78-6481-5d84-95b7-df60fdc13b45
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_000/780x0__r.jpg?hash=1774620016> (referer: https://ecarstrade.com/cars/7009363)
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_001/780x0__r.jpg?hash=1774620016> (referer: https://ecarstrade.com/cars/7009363)
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4c6945eb-0565-5d8c-85c5-3b0019edde1a
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_004/780x0__r.jpg?hash=1774620111> (referer: https://ecarstrade.com/cars/7009423)
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ff1b5e78-6481-5d84-95b7-df60fdc13b45
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_003/780x0__r.jpg?hash=1774620111> (referer: https://ecarstrade.com/cars/7009423)
2026-03-27 14:55:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_002/780x0__r.jpg?hash=1774620111> (referer: https://ecarstrade.com/cars/7009423)
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4c6945eb-0565-5d8c-85c5-3b0019edde1a
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4c6945eb-0565-5d8c-85c5-3b0019edde1a
2026-03-27 14:55:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4c6945eb-0565-5d8c-85c5-3b0019edde1a, skipping ID generation
2026-03-27 14:55:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c6945eb-0565-5d8c-85c5-3b0019edde1a with scrape type 1
2026-03-27 14:55:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4c6945eb-0565-5d8c-85c5-3b0019edde1a sending to next pipeline
2026-03-27 14:55:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4c6945eb-0565-5d8c-85c5-3b0019edde1a, identifier: 7009363auction111131
2026-03-27 14:55:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4c6945eb-0565-5d8c-85c5-3b0019edde1a with identifier: 7009363auction111131
2026-03-27 14:55:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4c6945eb-0565-5d8c-85c5-3b0019edde1a with identifier: 7009363auction111131
2026-03-27 14:55:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4c6945eb-0565-5d8c-85c5-3b0019edde1a with identifier: 7009363auction111131 to the API
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009363/photo_001/780x0__r.jpg?hash=1774620016>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4c6945eb-0565-5d8c-85c5-3b0019edde1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009363',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 108400,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EBH Titanium St.',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EBH Titanium St.',
'vin': None,
'year': 2023}
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009363auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:25 [ecarstrade.nl] INFO: Saving data for 7009363auction111131: {'created_time': 1774623325.375006, 'last_price_update_time': 1774623325.375017, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009363auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_001/780x0__r.jpg?hash=1774620111> (referer: https://ecarstrade.com/cars/7009423)
2026-03-27 14:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_000/780x0__r.jpg?hash=1774620111> (referer: https://ecarstrade.com/cars/7009423)
2026-03-27 14:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_005/780x0__r.jpg?hash=1774622439> (referer: https://ecarstrade.com/cars/7010174)
2026-03-27 14:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_003/780x0__r.jpg?hash=1774622528> (referer: https://ecarstrade.com/cars/7010198)
2026-03-27 14:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135
2026-03-27 14:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135
2026-03-27 14:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135
2026-03-27 14:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_002/780x0__r.jpg?hash=1774622528> (referer: https://ecarstrade.com/cars/7010198)
2026-03-27 14:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_004/780x0__r.jpg?hash=1774622528> (referer: https://ecarstrade.com/cars/7010198)
2026-03-27 14:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135
2026-03-27 14:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135
2026-03-27 14:55:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 565ecea1-5db0-5e0c-8cc0-1087b4dc6135, skipping ID generation
2026-03-27 14:55:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with scrape type 1
2026-03-27 14:55:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 sending to next pipeline
2026-03-27 14:55:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 565ecea1-5db0-5e0c-8cc0-1087b4dc6135, identifier: 7009423auction111131
2026-03-27 14:55:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with identifier: 7009423auction111131
2026-03-27 14:55:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with identifier: 7009423auction111131
2026-03-27 14:55:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 565ecea1-5db0-5e0c-8cc0-1087b4dc6135 with identifier: 7009423auction111131 to the API
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009423/photo_000/780x0__r.jpg?hash=1774620111>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '565ecea1-5db0-5e0c-8cc0-1087b4dc6135',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009423',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 30079,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 Icon 42 kWh',
'transmission': 'automatic',
'trim': 'FIAT Icon 42 kWh',
'vin': None,
'year': 2022}
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009423auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:25 [ecarstrade.nl] INFO: Saving data for 7009423auction111131: {'created_time': 1774623325.916192, 'last_price_update_time': 1774623325.916202, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009423auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_001/780x0__r.jpg?hash=1774622528> (referer: https://ecarstrade.com/cars/7010198)
2026-03-27 14:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_004/780x0__r.jpg?hash=1774620794> (referer: https://ecarstrade.com/cars/7009649)
2026-03-27 14:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_000/780x0__r.jpg?hash=1774622528> (referer: https://ecarstrade.com/cars/7010198)
2026-03-27 14:55:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ff1b5e78-6481-5d84-95b7-df60fdc13b45
2026-03-27 14:55:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ff1b5e78-6481-5d84-95b7-df60fdc13b45, skipping ID generation
2026-03-27 14:55:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff1b5e78-6481-5d84-95b7-df60fdc13b45 with scrape type 1
2026-03-27 14:55:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ff1b5e78-6481-5d84-95b7-df60fdc13b45 sending to next pipeline
2026-03-27 14:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ff1b5e78-6481-5d84-95b7-df60fdc13b45, identifier: 7010174auction111131
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ce7e6678-2897-5100-9591-ff1fb64269c8
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ce7e6678-2897-5100-9591-ff1fb64269c8
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ce7e6678-2897-5100-9591-ff1fb64269c8
2026-03-27 14:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ff1b5e78-6481-5d84-95b7-df60fdc13b45 with identifier: 7010174auction111131
2026-03-27 14:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ff1b5e78-6481-5d84-95b7-df60fdc13b45 with identifier: 7010174auction111131
2026-03-27 14:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ff1b5e78-6481-5d84-95b7-df60fdc13b45 with identifier: 7010174auction111131 to the API
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010174/photo_005/780x0__r.jpg?hash=1774622439>
{'auction_title': '',
'c_o_2_emission_value': 192,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'ff1b5e78-6481-5d84-95b7-df60fdc13b45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010174',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit',
'odometer': 249865,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-04',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit 2.0 TDCI Trend L2H2 AUT.',
'transmission': 'automatic',
'trim': 'FORD 2.0 TDCI Trend L2H2 AUT.',
'vin': None,
'year': 2019}
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010174auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:26 [ecarstrade.nl] INFO: Saving data for 7010174auction111131: {'created_time': 1774623326.427375, 'last_price_update_time': 1774623326.427386, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010174auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_001/780x0__r.jpg?hash=1774620794> (referer: https://ecarstrade.com/cars/7009649)
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_003/780x0__r.jpg?hash=1774620794> (referer: https://ecarstrade.com/cars/7009649)
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_002/780x0__r.jpg?hash=1774620794> (referer: https://ecarstrade.com/cars/7009649)
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010177> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ce7e6678-2897-5100-9591-ff1fb64269c8
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a8c40183-1bfe-578c-89d5-8988f2932db2
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ce7e6678-2897-5100-9591-ff1fb64269c8
2026-03-27 14:55:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce7e6678-2897-5100-9591-ff1fb64269c8, skipping ID generation
2026-03-27 14:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce7e6678-2897-5100-9591-ff1fb64269c8 with scrape type 1
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ce7e6678-2897-5100-9591-ff1fb64269c8 sending to next pipeline
2026-03-27 14:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ce7e6678-2897-5100-9591-ff1fb64269c8, identifier: 7010198auction111131
2026-03-27 14:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ce7e6678-2897-5100-9591-ff1fb64269c8 with identifier: 7010198auction111131
2026-03-27 14:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ce7e6678-2897-5100-9591-ff1fb64269c8 with identifier: 7010198auction111131
2026-03-27 14:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ce7e6678-2897-5100-9591-ff1fb64269c8 with identifier: 7010198auction111131 to the API
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010198/photo_000/780x0__r.jpg?hash=1774622528>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'ce7e6678-2897-5100-9591-ff1fb64269c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010198',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 122746,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL Vivaro 1.5 CDTI Edition L2H1',
'transmission': 'manual',
'trim': 'OPEL 1.5 CDTI Edition L2H1',
'vin': None,
'year': 2021}
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010198auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:26 [ecarstrade.nl] INFO: Saving data for 7010198auction111131: {'created_time': 1774623326.874178, 'last_price_update_time': 1774623326.874191, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010198auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_003/780x0__r.jpg?hash=1774619678> (referer: https://ecarstrade.com/cars/7009319)
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_000/780x0__r.jpg?hash=1774620794> (referer: https://ecarstrade.com/cars/7009649)
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_004/780x0__r.jpg?hash=1774619678> (referer: https://ecarstrade.com/cars/7009319)
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_002/780x0__r.jpg?hash=1774619678> (referer: https://ecarstrade.com/cars/7009319)
2026-03-27 14:55:26 [ecarstrade.nl] INFO: Extracting details for car 7010177auction111131
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a8c40183-1bfe-578c-89d5-8988f2932db2
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a8c40183-1bfe-578c-89d5-8988f2932db2
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a8c40183-1bfe-578c-89d5-8988f2932db2
2026-03-27 14:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d17b686-cff8-5f48-80a2-5ec52a3cedef with identifier: 7010177auction111131
2026-03-27 14:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d17b686-cff8-5f48-80a2-5ec52a3cedef with scrape type 1
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2d17b686-cff8-5f48-80a2-5ec52a3cedef
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010177%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622449%27 HTTP/1.1" 200 None
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_000/780x0__r.jpg?hash=1774622449 not downloaded yet
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010177%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622449%27 HTTP/1.1" 200 None
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_001/780x0__r.jpg?hash=1774622449 not downloaded yet
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010177%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622449%27 HTTP/1.1" 200 None
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_002/780x0__r.jpg?hash=1774622449 not downloaded yet
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_000/780x0__r.jpg?hash=1774619678> (referer: https://ecarstrade.com/cars/7009319)
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_004/780x0__r.jpg?hash=1774622415> (referer: https://ecarstrade.com/cars/7010169)
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010177%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622449%27 HTTP/1.1" 200 None
2026-03-27 14:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_003/780x0__r.jpg?hash=1774622449 not downloaded yet
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_001/780x0__r.jpg?hash=1774619678> (referer: https://ecarstrade.com/cars/7009319)
2026-03-27 14:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_003/780x0__r.jpg?hash=1774622415> (referer: https://ecarstrade.com/cars/7010169)
2026-03-27 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010177%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622449%27 HTTP/1.1" 200 None
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_004/780x0__r.jpg?hash=1774622449 not downloaded yet
2026-03-27 14:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b4527908-15cc-5878-94ab-580ca8526d98
2026-03-27 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010177%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622449%27 HTTP/1.1" 200 None
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_005/780x0__r.jpg?hash=1774622449 not downloaded yet
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a8c40183-1bfe-578c-89d5-8988f2932db2
2026-03-27 14:55:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a8c40183-1bfe-578c-89d5-8988f2932db2, skipping ID generation
2026-03-27 14:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8c40183-1bfe-578c-89d5-8988f2932db2 with scrape type 1
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a8c40183-1bfe-578c-89d5-8988f2932db2 sending to next pipeline
2026-03-27 14:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a8c40183-1bfe-578c-89d5-8988f2932db2, identifier: 7009649auction111131
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b4527908-15cc-5878-94ab-580ca8526d98
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b4527908-15cc-5878-94ab-580ca8526d98
2026-03-27 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_001/780x0__r.jpg?hash=1774622414> (referer: https://ecarstrade.com/cars/7010169)
2026-03-27 14:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a8c40183-1bfe-578c-89d5-8988f2932db2 with identifier: 7009649auction111131
2026-03-27 14:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a8c40183-1bfe-578c-89d5-8988f2932db2 with identifier: 7009649auction111131
2026-03-27 14:55:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a8c40183-1bfe-578c-89d5-8988f2932db2 with identifier: 7009649auction111131 to the API
2026-03-27 14:55:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009649/photo_000/780x0__r.jpg?hash=1774620794>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a8c40183-1bfe-578c-89d5-8988f2932db2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009649',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 60707,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PureTech GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PureTech GT',
'vin': None,
'year': 2021}
2026-03-27 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009649auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:27 [ecarstrade.nl] INFO: Saving data for 7009649auction111131: {'created_time': 1774623327.468969, 'last_price_update_time': 1774623327.468979, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009649auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_000/780x0__r.jpg?hash=1774622414> (referer: https://ecarstrade.com/cars/7010169)
2026-03-27 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_002/780x0__r.jpg?hash=1774622414> (referer: https://ecarstrade.com/cars/7010169)
2026-03-27 14:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b4527908-15cc-5878-94ab-580ca8526d98
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1fb3c63c-fa7d-5f39-bda2-223d520042eb
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b4527908-15cc-5878-94ab-580ca8526d98
2026-03-27 14:55:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b4527908-15cc-5878-94ab-580ca8526d98, skipping ID generation
2026-03-27 14:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4527908-15cc-5878-94ab-580ca8526d98 with scrape type 1
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b4527908-15cc-5878-94ab-580ca8526d98 sending to next pipeline
2026-03-27 14:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b4527908-15cc-5878-94ab-580ca8526d98, identifier: 7009319auction111131
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1fb3c63c-fa7d-5f39-bda2-223d520042eb
2026-03-27 14:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b4527908-15cc-5878-94ab-580ca8526d98 with identifier: 7009319auction111131
2026-03-27 14:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b4527908-15cc-5878-94ab-580ca8526d98 with identifier: 7009319auction111131
2026-03-27 14:55:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b4527908-15cc-5878-94ab-580ca8526d98 with identifier: 7009319auction111131 to the API
2026-03-27 14:55:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009319/photo_001/780x0__r.jpg?hash=1774619678>
{'auction_title': '',
'c_o_2_emission_value': 64,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b4527908-15cc-5878-94ab-580ca8526d98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009319',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 112388,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Yaris 1.5 Hyb. Active AUT.',
'transmission': 'automatic',
'trim': 'TOYOTA 1.5 Hyb. Active AUT.',
'vin': None,
'year': 2021}
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009319auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:28 [ecarstrade.nl] INFO: Saving data for 7009319auction111131: {'created_time': 1774623328.352633, 'last_price_update_time': 1774623328.352644, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009319auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1fb3c63c-fa7d-5f39-bda2-223d520042eb
2026-03-27 14:55:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1fb3c63c-fa7d-5f39-bda2-223d520042eb
2026-03-27 14:55:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1fb3c63c-fa7d-5f39-bda2-223d520042eb
2026-03-27 14:55:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1fb3c63c-fa7d-5f39-bda2-223d520042eb, skipping ID generation
2026-03-27 14:55:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fb3c63c-fa7d-5f39-bda2-223d520042eb with scrape type 1
2026-03-27 14:55:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1fb3c63c-fa7d-5f39-bda2-223d520042eb sending to next pipeline
2026-03-27 14:55:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1fb3c63c-fa7d-5f39-bda2-223d520042eb, identifier: 7010169auction111131
2026-03-27 14:55:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1fb3c63c-fa7d-5f39-bda2-223d520042eb with identifier: 7010169auction111131
2026-03-27 14:55:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1fb3c63c-fa7d-5f39-bda2-223d520042eb with identifier: 7010169auction111131
2026-03-27 14:55:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1fb3c63c-fa7d-5f39-bda2-223d520042eb with identifier: 7010169auction111131 to the API
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010169/photo_002/780x0__r.jpg?hash=1774622414>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1fb3c63c-fa7d-5f39-bda2-223d520042eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010169',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 72044,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-24',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer 1.2 Level 2',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 1.2 Level 2',
'vin': None,
'year': 2023}
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010169auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:28 [ecarstrade.nl] INFO: Saving data for 7010169auction111131: {'created_time': 1774623328.826021, 'last_price_update_time': 1774623328.826034, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010169auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009636> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:29 [ecarstrade.nl] INFO: Extracting details for car 7009636auction111131
2026-03-27 14:55:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b02e8e30-5926-524e-b00b-08e4a58566c0 with identifier: 7009636auction111131
2026-03-27 14:55:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02e8e30-5926-524e-b00b-08e4a58566c0 with scrape type 1
2026-03-27 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b02e8e30-5926-524e-b00b-08e4a58566c0
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009636%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620737%27 HTTP/1.1" 200 None
2026-03-27 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_000/780x0__r.jpg?hash=1774620737 not downloaded yet
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009636%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620738%27 HTTP/1.1" 200 None
2026-03-27 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_001/780x0__r.jpg?hash=1774620738 not downloaded yet
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009636%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620738%27 HTTP/1.1" 200 None
2026-03-27 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_002/780x0__r.jpg?hash=1774620738 not downloaded yet
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009636%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620738%27 HTTP/1.1" 200 None
2026-03-27 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_003/780x0__r.jpg?hash=1774620738 not downloaded yet
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009636%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620738%27 HTTP/1.1" 200 None
2026-03-27 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_004/780x0__r.jpg?hash=1774620738 not downloaded yet
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009636%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620738%27 HTTP/1.1" 200 None
2026-03-27 14:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_005/780x0__r.jpg?hash=1774620738 not downloaded yet
2026-03-27 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009358> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_002/780x0__r.jpg?hash=1774622449> (referer: https://ecarstrade.com/cars/7010177)
2026-03-27 14:55:30 [ecarstrade.nl] INFO: Extracting details for car 7009358auction111131
2026-03-27 14:55:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb819695-2b1d-59bc-820e-698d32ff18ea with identifier: 7009358auction111131
2026-03-27 14:55:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb819695-2b1d-59bc-820e-698d32ff18ea with scrape type 1
2026-03-27 14:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fb819695-2b1d-59bc-820e-698d32ff18ea
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009358%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619904%27 HTTP/1.1" 200 None
2026-03-27 14:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_000/780x0__r.jpg?hash=1774619904 not downloaded yet
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009358%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619904%27 HTTP/1.1" 200 None
2026-03-27 14:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_001/780x0__r.jpg?hash=1774619904 not downloaded yet
2026-03-27 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_001/780x0__r.jpg?hash=1774622449> (referer: https://ecarstrade.com/cars/7010177)
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009358%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619904%27 HTTP/1.1" 200 None
2026-03-27 14:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_002/780x0__r.jpg?hash=1774619904 not downloaded yet
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009358%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619904%27 HTTP/1.1" 200 None
2026-03-27 14:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_003/780x0__r.jpg?hash=1774619904 not downloaded yet
2026-03-27 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2d17b686-cff8-5f48-80a2-5ec52a3cedef
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009358%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619904%27 HTTP/1.1" 200 None
2026-03-27 14:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_004/780x0__r.jpg?hash=1774619904 not downloaded yet
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009358%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619909%27 HTTP/1.1" 200 None
2026-03-27 14:55:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_005/780x0__r.jpg?hash=1774619909 not downloaded yet
2026-03-27 14:55:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_003/780x0__r.jpg?hash=1774622449> (referer: https://ecarstrade.com/cars/7010177)
2026-03-27 14:55:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2d17b686-cff8-5f48-80a2-5ec52a3cedef
2026-03-27 14:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_000/780x0__r.jpg?hash=1774622449> (referer: https://ecarstrade.com/cars/7010177)
2026-03-27 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2d17b686-cff8-5f48-80a2-5ec52a3cedef
2026-03-27 14:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_005/780x0__r.jpg?hash=1774622449> (referer: https://ecarstrade.com/cars/7010177)
2026-03-27 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2d17b686-cff8-5f48-80a2-5ec52a3cedef
2026-03-27 14:55:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2d17b686-cff8-5f48-80a2-5ec52a3cedef
2026-03-27 14:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_004/780x0__r.jpg?hash=1774622449> (referer: https://ecarstrade.com/cars/7010177)
2026-03-27 14:55:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:31 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:55:31 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:55:31 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 14:55:31 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-27 14:55:31 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-27 14:55:31 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-27 14:55:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-27 14:55:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fa5bedc5650>
2026-03-27 14:55:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-27 14:55:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-27 14:55:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-27 14:55:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2d17b686-cff8-5f48-80a2-5ec52a3cedef/2d17b686-cff8-5f48-80a2-5ec52a3cedef_image_4.jpg HTTP/1.1" 201 0
2026-03-27 14:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.nl',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010177%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622449') HTTP/1.1" 204 0
2026-03-27 14:55:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_004/780x0__r.jpg?hash=1774622449 saved to cache
2026-03-27 14:55:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2d17b686-cff8-5f48-80a2-5ec52a3cedef
2026-03-27 14:55:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d17b686-cff8-5f48-80a2-5ec52a3cedef, skipping ID generation
2026-03-27 14:55:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d17b686-cff8-5f48-80a2-5ec52a3cedef with scrape type 1
2026-03-27 14:55:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d17b686-cff8-5f48-80a2-5ec52a3cedef sending to next pipeline
2026-03-27 14:55:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2d17b686-cff8-5f48-80a2-5ec52a3cedef, identifier: 7010177auction111131
2026-03-27 14:55:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2d17b686-cff8-5f48-80a2-5ec52a3cedef with identifier: 7010177auction111131
2026-03-27 14:55:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2d17b686-cff8-5f48-80a2-5ec52a3cedef with identifier: 7010177auction111131
2026-03-27 14:55:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2d17b686-cff8-5f48-80a2-5ec52a3cedef with identifier: 7010177auction111131 to the API
2026-03-27 14:55:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_004/780x0__r.jpg?hash=1774622449>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2d17b686-cff8-5f48-80a2-5ec52a3cedef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010177',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 50053,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d17b686-cff8-5f48-80a2-5ec52a3cedef/2d17b686-cff8-5f48-80a2-5ec52a3cedef_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75362,
'Height': 585,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010177/photo_004/780x0__r.jpg?hash=1774622449',
'Width': 780}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'vin': None,
'year': 2023}
2026-03-27 14:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010177auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:32 [ecarstrade.nl] INFO: Saving data for 7010177auction111131: {'created_time': 1774623332.034989, 'last_price_update_time': 1774623332.035001, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010177auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009626> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:34 [ecarstrade.nl] INFO: Extracting details for car 7009626auction111131
2026-03-27 14:55:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d722f64-3492-5f70-8c44-00a57d589eae with identifier: 7009626auction111131
2026-03-27 14:55:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d722f64-3492-5f70-8c44-00a57d589eae with scrape type 1
2026-03-27 14:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5d722f64-3492-5f70-8c44-00a57d589eae
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009626%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620663%27 HTTP/1.1" 200 None
2026-03-27 14:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_000/780x0__r.jpg?hash=1774620663 not downloaded yet
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009626%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620663%27 HTTP/1.1" 200 None
2026-03-27 14:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_001/780x0__r.jpg?hash=1774620663 not downloaded yet
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009626%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620663%27 HTTP/1.1" 200 None
2026-03-27 14:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_002/780x0__r.jpg?hash=1774620663 not downloaded yet
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009626%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620663%27 HTTP/1.1" 200 None
2026-03-27 14:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_003/780x0__r.jpg?hash=1774620663 not downloaded yet
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009626%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620663%27 HTTP/1.1" 200 None
2026-03-27 14:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_004/780x0__r.jpg?hash=1774620663 not downloaded yet
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009626%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620663%27 HTTP/1.1" 200 None
2026-03-27 14:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_005/780x0__r.jpg?hash=1774620663 not downloaded yet
2026-03-27 14:55:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009607> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_005/780x0__r.jpg?hash=1774620738> (referer: https://ecarstrade.com/cars/7009636)
2026-03-27 14:55:37 [ecarstrade.nl] INFO: Extracting details for car 7009607auction111131
2026-03-27 14:55:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70d4a58b-e682-5d88-868b-a90d78b955f9 with identifier: 7009607auction111131
2026-03-27 14:55:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70d4a58b-e682-5d88-868b-a90d78b955f9 with scrape type 1
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 70d4a58b-e682-5d88-868b-a90d78b955f9
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009607%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620241%27 HTTP/1.1" 200 None
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_000/780x0__r.jpg?hash=1774620241 not downloaded yet
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009607%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620242%27 HTTP/1.1" 200 None
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_001/780x0__r.jpg?hash=1774620242 not downloaded yet
2026-03-27 14:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_004/780x0__r.jpg?hash=1774620738> (referer: https://ecarstrade.com/cars/7009636)
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009607%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620242%27 HTTP/1.1" 200 None
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_002/780x0__r.jpg?hash=1774620242 not downloaded yet
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009607%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620242%27 HTTP/1.1" 200 None
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_003/780x0__r.jpg?hash=1774620242 not downloaded yet
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009607%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620242%27 HTTP/1.1" 200 None
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_004/780x0__r.jpg?hash=1774620242 not downloaded yet
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009607%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620242%27 HTTP/1.1" 200 None
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_005/780x0__r.jpg?hash=1774620242 not downloaded yet
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b02e8e30-5926-524e-b00b-08e4a58566c0
2026-03-27 14:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_001/780x0__r.jpg?hash=1774619904> (referer: https://ecarstrade.com/cars/7009358)
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b02e8e30-5926-524e-b00b-08e4a58566c0
2026-03-27 14:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_005/780x0__r.jpg?hash=1774619909> (referer: https://ecarstrade.com/cars/7009358)
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fb819695-2b1d-59bc-820e-698d32ff18ea
2026-03-27 14:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_004/780x0__r.jpg?hash=1774619904> (referer: https://ecarstrade.com/cars/7009358)
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fb819695-2b1d-59bc-820e-698d32ff18ea
2026-03-27 14:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_003/780x0__r.jpg?hash=1774619904> (referer: https://ecarstrade.com/cars/7009358)
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fb819695-2b1d-59bc-820e-698d32ff18ea
2026-03-27 14:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_002/780x0__r.jpg?hash=1774619904> (referer: https://ecarstrade.com/cars/7009358)
2026-03-27 14:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_000/780x0__r.jpg?hash=1774619904> (referer: https://ecarstrade.com/cars/7009358)
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fb819695-2b1d-59bc-820e-698d32ff18ea
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fb819695-2b1d-59bc-820e-698d32ff18ea
2026-03-27 14:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_005/780x0__r.jpg?hash=1774620663> (referer: https://ecarstrade.com/cars/7009626)
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fb819695-2b1d-59bc-820e-698d32ff18ea
2026-03-27 14:55:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fb819695-2b1d-59bc-820e-698d32ff18ea, skipping ID generation
2026-03-27 14:55:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb819695-2b1d-59bc-820e-698d32ff18ea with scrape type 1
2026-03-27 14:55:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fb819695-2b1d-59bc-820e-698d32ff18ea sending to next pipeline
2026-03-27 14:55:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fb819695-2b1d-59bc-820e-698d32ff18ea, identifier: 7009358auction111131
2026-03-27 14:55:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fb819695-2b1d-59bc-820e-698d32ff18ea with identifier: 7009358auction111131
2026-03-27 14:55:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fb819695-2b1d-59bc-820e-698d32ff18ea with identifier: 7009358auction111131
2026-03-27 14:55:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fb819695-2b1d-59bc-820e-698d32ff18ea with identifier: 7009358auction111131 to the API
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55: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-27 14:55:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009358/photo_000/780x0__r.jpg?hash=1774619904>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'fb819695-2b1d-59bc-820e-698d32ff18ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009358',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 49550,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA 1.2 Turbo Edition',
'transmission': 'manual',
'trim': 'OPEL ASTRA 1.2 Turbo Edition',
'vin': None,
'year': 2022}
2026-03-27 14:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009358auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:38 [ecarstrade.nl] INFO: Saving data for 7009358auction111131: {'created_time': 1774623338.002432, 'last_price_update_time': 1774623338.002442, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009358auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_004/780x0__r.jpg?hash=1774620663> (referer: https://ecarstrade.com/cars/7009626)
2026-03-27 14:55:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5d722f64-3492-5f70-8c44-00a57d589eae
2026-03-27 14:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_001/780x0__r.jpg?hash=1774620242> (referer: https://ecarstrade.com/cars/7009607)
2026-03-27 14:55:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5d722f64-3492-5f70-8c44-00a57d589eae
2026-03-27 14:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_005/780x0__r.jpg?hash=1774620242> (referer: https://ecarstrade.com/cars/7009607)
2026-03-27 14:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_004/780x0__r.jpg?hash=1774620242> (referer: https://ecarstrade.com/cars/7009607)
2026-03-27 14:55:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 70d4a58b-e682-5d88-868b-a90d78b955f9
2026-03-27 14:55:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 70d4a58b-e682-5d88-868b-a90d78b955f9
2026-03-27 14:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_003/780x0__r.jpg?hash=1774620242> (referer: https://ecarstrade.com/cars/7009607)
2026-03-27 14:55:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 70d4a58b-e682-5d88-868b-a90d78b955f9
2026-03-27 14:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_002/780x0__r.jpg?hash=1774620242> (referer: https://ecarstrade.com/cars/7009607)
2026-03-27 14:55:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 70d4a58b-e682-5d88-868b-a90d78b955f9
2026-03-27 14:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_000/780x0__r.jpg?hash=1774620241> (referer: https://ecarstrade.com/cars/7009607)
2026-03-27 14:55:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 70d4a58b-e682-5d88-868b-a90d78b955f9
2026-03-27 14:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_003/780x0__r.jpg?hash=1774620663> (referer: https://ecarstrade.com/cars/7009626)
2026-03-27 14:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_002/780x0__r.jpg?hash=1774620663> (referer: https://ecarstrade.com/cars/7009626)
2026-03-27 14:55:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 70d4a58b-e682-5d88-868b-a90d78b955f9
2026-03-27 14:55:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70d4a58b-e682-5d88-868b-a90d78b955f9, skipping ID generation
2026-03-27 14:55:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70d4a58b-e682-5d88-868b-a90d78b955f9 with scrape type 1
2026-03-27 14:55:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70d4a58b-e682-5d88-868b-a90d78b955f9 sending to next pipeline
2026-03-27 14:55:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 70d4a58b-e682-5d88-868b-a90d78b955f9, identifier: 7009607auction111131
2026-03-27 14:55:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 70d4a58b-e682-5d88-868b-a90d78b955f9 with identifier: 7009607auction111131
2026-03-27 14:55:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 70d4a58b-e682-5d88-868b-a90d78b955f9 with identifier: 7009607auction111131
2026-03-27 14:55:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 70d4a58b-e682-5d88-868b-a90d78b955f9 with identifier: 7009607auction111131 to the API
2026-03-27 14:55:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009607/photo_000/780x0__r.jpg?hash=1774620241>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '70d4a58b-e682-5d88-868b-a90d78b955f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009607',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 115782,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Cross 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Life',
'vin': None,
'year': 2022}
2026-03-27 14:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009607auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:38 [ecarstrade.nl] INFO: Saving data for 7009607auction111131: {'created_time': 1774623338.967173, 'last_price_update_time': 1774623338.967183, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009607auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_001/780x0__r.jpg?hash=1774620663> (referer: https://ecarstrade.com/cars/7009626)
2026-03-27 14:55:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5d722f64-3492-5f70-8c44-00a57d589eae
2026-03-27 14:55:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5d722f64-3492-5f70-8c44-00a57d589eae
2026-03-27 14:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_000/780x0__r.jpg?hash=1774620663> (referer: https://ecarstrade.com/cars/7009626)
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5d722f64-3492-5f70-8c44-00a57d589eae
2026-03-27 14:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_003/780x0__r.jpg?hash=1774620738> (referer: https://ecarstrade.com/cars/7009636)
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5d722f64-3492-5f70-8c44-00a57d589eae
2026-03-27 14:55:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5d722f64-3492-5f70-8c44-00a57d589eae, skipping ID generation
2026-03-27 14:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d722f64-3492-5f70-8c44-00a57d589eae with scrape type 1
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5d722f64-3492-5f70-8c44-00a57d589eae sending to next pipeline
2026-03-27 14:55:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5d722f64-3492-5f70-8c44-00a57d589eae, identifier: 7009626auction111131
2026-03-27 14:55:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5d722f64-3492-5f70-8c44-00a57d589eae with identifier: 7009626auction111131
2026-03-27 14:55:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5d722f64-3492-5f70-8c44-00a57d589eae with identifier: 7009626auction111131
2026-03-27 14:55:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5d722f64-3492-5f70-8c44-00a57d589eae with identifier: 7009626auction111131 to the API
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009626/photo_000/780x0__r.jpg?hash=1774620663>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5d722f64-3492-5f70-8c44-00a57d589eae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009626',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 192146,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Cross 1.0 TSI Style',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Style',
'vin': None,
'year': 2020}
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009626auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:39 [ecarstrade.nl] INFO: Saving data for 7009626auction111131: {'created_time': 1774623339.589142, 'last_price_update_time': 1774623339.589152, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009626auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_002/780x0__r.jpg?hash=1774620738> (referer: https://ecarstrade.com/cars/7009636)
2026-03-27 14:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010180> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b02e8e30-5926-524e-b00b-08e4a58566c0
2026-03-27 14:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_001/780x0__r.jpg?hash=1774620738> (referer: https://ecarstrade.com/cars/7009636)
2026-03-27 14:55:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_000/780x0__r.jpg?hash=1774620737> (referer: https://ecarstrade.com/cars/7009636)
2026-03-27 14:55:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b02e8e30-5926-524e-b00b-08e4a58566c0
2026-03-27 14:55:39 [ecarstrade.nl] INFO: Extracting details for car 7010180auction111131
2026-03-27 14:55:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e51f0c4-588a-573b-b435-8c69c6d1e370 with identifier: 7010180auction111131
2026-03-27 14:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e51f0c4-588a-573b-b435-8c69c6d1e370 with scrape type 1
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2e51f0c4-588a-573b-b435-8c69c6d1e370
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010180%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622460%27 HTTP/1.1" 200 None
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_000/780x0__r.jpg?hash=1774622460 not downloaded yet
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010180%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622460%27 HTTP/1.1" 200 None
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_001/780x0__r.jpg?hash=1774622460 not downloaded yet
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010180%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622460%27 HTTP/1.1" 200 None
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_002/780x0__r.jpg?hash=1774622460 not downloaded yet
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b02e8e30-5926-524e-b00b-08e4a58566c0
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010180%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622461%27 HTTP/1.1" 200 None
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_003/780x0__r.jpg?hash=1774622461 not downloaded yet
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010180%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622461%27 HTTP/1.1" 200 None
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_004/780x0__r.jpg?hash=1774622461 not downloaded yet
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010180%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622461%27 HTTP/1.1" 200 None
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_005/780x0__r.jpg?hash=1774622461 not downloaded yet
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b02e8e30-5926-524e-b00b-08e4a58566c0
2026-03-27 14:55:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b02e8e30-5926-524e-b00b-08e4a58566c0, skipping ID generation
2026-03-27 14:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b02e8e30-5926-524e-b00b-08e4a58566c0 with scrape type 1
2026-03-27 14:55:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b02e8e30-5926-524e-b00b-08e4a58566c0 sending to next pipeline
2026-03-27 14:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b02e8e30-5926-524e-b00b-08e4a58566c0, identifier: 7009636auction111131
2026-03-27 14:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b02e8e30-5926-524e-b00b-08e4a58566c0 with identifier: 7009636auction111131
2026-03-27 14:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b02e8e30-5926-524e-b00b-08e4a58566c0 with identifier: 7009636auction111131
2026-03-27 14:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b02e8e30-5926-524e-b00b-08e4a58566c0 with identifier: 7009636auction111131 to the API
2026-03-27 14:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009636/photo_000/780x0__r.jpg?hash=1774620737>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'b02e8e30-5926-524e-b00b-08e4a58566c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009636',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 113158,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-30',
'seats_number': 5,
'seller_name': None,
'title': 'MG Mg zs ev EV Long R Luxury',
'transmission': 'automatic',
'trim': 'Mg zs ev EV Long R Luxury',
'vin': None,
'year': 2021}
2026-03-27 14:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009636auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:40 [ecarstrade.nl] INFO: Saving data for 7009636auction111131: {'created_time': 1774623340.326899, 'last_price_update_time': 1774623340.326909, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009636auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009333> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_004/780x0__r.jpg?hash=1774621236> (referer: https://ecarstrade.com/cars/7009670)
2026-03-27 14:55:42 [ecarstrade.nl] INFO: Extracting details for car 7009333auction111131
2026-03-27 14:55:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4717bde-f7d8-5df7-aec3-261b60ae5550 with identifier: 7009333auction111131
2026-03-27 14:55:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4717bde-f7d8-5df7-aec3-261b60ae5550 with scrape type 1
2026-03-27 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e4717bde-f7d8-5df7-aec3-261b60ae5550
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009333%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619765%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_000/780x0__r.jpg?hash=1774619765 not downloaded yet
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009333%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619765%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_001/780x0__r.jpg?hash=1774619765 not downloaded yet
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009333%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619765%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_002/780x0__r.jpg?hash=1774619765 not downloaded yet
2026-03-27 14:55:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_003/780x0__r.jpg?hash=1774621236> (referer: https://ecarstrade.com/cars/7009670)
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009333%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619766%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_003/780x0__r.jpg?hash=1774619766 not downloaded yet
2026-03-27 14:55:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009333%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619766%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_004/780x0__r.jpg?hash=1774619766 not downloaded yet
2026-03-27 14:55:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 187b58b3-5276-5809-98d7-395ea503412c
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009333%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619766%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_005/780x0__r.jpg?hash=1774619766 not downloaded yet
2026-03-27 14:55:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 187b58b3-5276-5809-98d7-395ea503412c
2026-03-27 14:55:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009641> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_002/780x0__r.jpg?hash=1774621236> (referer: https://ecarstrade.com/cars/7009670)
2026-03-27 14:55:44 [ecarstrade.nl] INFO: Extracting details for car 7009641auction111131
2026-03-27 14:55:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_004/780x0__r.jpg?hash=1774621241> (referer: https://ecarstrade.com/cars/7009672)
2026-03-27 14:55:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with identifier: 7009641auction111131
2026-03-27 14:55:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with scrape type 1
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009641%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620761%27 HTTP/1.1" 200 None
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_000/780x0__r.jpg?hash=1774620761 not downloaded yet
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009641%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620761%27 HTTP/1.1" 200 None
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_001/780x0__r.jpg?hash=1774620761 not downloaded yet
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009641%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620761%27 HTTP/1.1" 200 None
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_002/780x0__r.jpg?hash=1774620761 not downloaded yet
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 187b58b3-5276-5809-98d7-395ea503412c
2026-03-27 14:55:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 187b58b3-5276-5809-98d7-395ea503412c, skipping ID generation
2026-03-27 14:55:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 187b58b3-5276-5809-98d7-395ea503412c with scrape type 1
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 187b58b3-5276-5809-98d7-395ea503412c sending to next pipeline
2026-03-27 14:55:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 187b58b3-5276-5809-98d7-395ea503412c, identifier: 7009670auction111131
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009641%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620761%27 HTTP/1.1" 200 None
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_003/780x0__r.jpg?hash=1774620761 not downloaded yet
2026-03-27 14:55:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 187b58b3-5276-5809-98d7-395ea503412c with identifier: 7009670auction111131
2026-03-27 14:55:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 187b58b3-5276-5809-98d7-395ea503412c with identifier: 7009670auction111131
2026-03-27 14:55:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 187b58b3-5276-5809-98d7-395ea503412c with identifier: 7009670auction111131 to the API
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009670/photo_002/780x0__r.jpg?hash=1774621236>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '187b58b3-5276-5809-98d7-395ea503412c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009670',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 286693,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Long Range AWD 75kWh',
'transmission': 'automatic',
'trim': 'Long Range AWD 75kWh',
'vin': None,
'year': 2021}
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009670auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:44 [ecarstrade.nl] INFO: Saving data for 7009670auction111131: {'created_time': 1774623344.746396, 'last_price_update_time': 1774623344.746408, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009670auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_001/780x0__r.jpg?hash=1774621241> (referer: https://ecarstrade.com/cars/7009672)
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009641%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620761%27 HTTP/1.1" 200 None
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_004/780x0__r.jpg?hash=1774620761 not downloaded yet
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d84e9706-ce2b-5c0f-849a-a646e7334318
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009641%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620761%27 HTTP/1.1" 200 None
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_005/780x0__r.jpg?hash=1774620761 not downloaded yet
2026-03-27 14:55:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_000/780x0__r.jpg?hash=1774621241> (referer: https://ecarstrade.com/cars/7009672)
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d84e9706-ce2b-5c0f-849a-a646e7334318
2026-03-27 14:55:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010181> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_004/780x0__r.jpg?hash=1774620657> (referer: https://ecarstrade.com/cars/7009625)
2026-03-27 14:55:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_005/780x0__r.jpg?hash=1774622461> (referer: https://ecarstrade.com/cars/7010180)
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d84e9706-ce2b-5c0f-849a-a646e7334318
2026-03-27 14:55:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d84e9706-ce2b-5c0f-849a-a646e7334318, skipping ID generation
2026-03-27 14:55:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d84e9706-ce2b-5c0f-849a-a646e7334318 with scrape type 1
2026-03-27 14:55:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d84e9706-ce2b-5c0f-849a-a646e7334318 sending to next pipeline
2026-03-27 14:55:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d84e9706-ce2b-5c0f-849a-a646e7334318, identifier: 7009672auction111131
2026-03-27 14:55:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d84e9706-ce2b-5c0f-849a-a646e7334318 with identifier: 7009672auction111131
2026-03-27 14:55:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d84e9706-ce2b-5c0f-849a-a646e7334318 with identifier: 7009672auction111131
2026-03-27 14:55:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d84e9706-ce2b-5c0f-849a-a646e7334318 with identifier: 7009672auction111131 to the API
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_000/780x0__r.jpg?hash=1774621241>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'd84e9706-ce2b-5c0f-849a-a646e7334318',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009672',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 45559,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d84e9706-ce2b-5c0f-849a-a646e7334318/d84e9706-ce2b-5c0f-849a-a646e7334318_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90805,
'Height': 585,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009672/photo_005/780x0__r.jpg?hash=1774621241',
'Width': 780}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ Comfort EV 38 kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI Comfort EV 38 kWh',
'vin': None,
'year': 2021}
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009672auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:45 [ecarstrade.nl] INFO: Saving data for 7009672auction111131: {'created_time': 1774623345.379353, 'last_price_update_time': 1774623345.379363, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009672auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_004/780x0__r.jpg?hash=1774622461> (referer: https://ecarstrade.com/cars/7010180)
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_002/780x0__r.jpg?hash=1774619765> (referer: https://ecarstrade.com/cars/7009333)
2026-03-27 14:55:45 [ecarstrade.nl] INFO: Extracting details for car 7010181auction111131
2026-03-27 14:55:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6411cec-0558-5a9d-a7a2-ed9518285e95 with identifier: 7010181auction111131
2026-03-27 14:55:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6411cec-0558-5a9d-a7a2-ed9518285e95 with scrape type 1
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f6411cec-0558-5a9d-a7a2-ed9518285e95
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010181%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622464%27 HTTP/1.1" 200 None
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_000/780x0__r.jpg?hash=1774622464 not downloaded yet
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f641e4ae-5780-5530-91fe-0d7e584e4dc5
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2e51f0c4-588a-573b-b435-8c69c6d1e370
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010181%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622464%27 HTTP/1.1" 200 None
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_001/780x0__r.jpg?hash=1774622464 not downloaded yet
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010181%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622464%27 HTTP/1.1" 200 None
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_002/780x0__r.jpg?hash=1774622464 not downloaded yet
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010181%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622464%27 HTTP/1.1" 200 None
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_003/780x0__r.jpg?hash=1774622464 not downloaded yet
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_004/780x0__r.jpg?hash=1774619766> (referer: https://ecarstrade.com/cars/7009333)
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_005/780x0__r.jpg?hash=1774619766> (referer: https://ecarstrade.com/cars/7009333)
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010181%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622464%27 HTTP/1.1" 200 None
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_004/780x0__r.jpg?hash=1774622464 not downloaded yet
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010181%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622464%27 HTTP/1.1" 200 None
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_005/780x0__r.jpg?hash=1774622464 not downloaded yet
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2e51f0c4-588a-573b-b435-8c69c6d1e370
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e4717bde-f7d8-5df7-aec3-261b60ae5550
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_003/780x0__r.jpg?hash=1774619766> (referer: https://ecarstrade.com/cars/7009333)
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_002/780x0__r.jpg?hash=1774620761> (referer: https://ecarstrade.com/cars/7009641)
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e4717bde-f7d8-5df7-aec3-261b60ae5550
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e4717bde-f7d8-5df7-aec3-261b60ae5550
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_004/780x0__r.jpg?hash=1774620761> (referer: https://ecarstrade.com/cars/7009641)
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_005/780x0__r.jpg?hash=1774620761> (referer: https://ecarstrade.com/cars/7009641)
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e4717bde-f7d8-5df7-aec3-261b60ae5550
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_001/780x0__r.jpg?hash=1774620761> (referer: https://ecarstrade.com/cars/7009641)
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_003/780x0__r.jpg?hash=1774620761> (referer: https://ecarstrade.com/cars/7009641)
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_000/780x0__r.jpg?hash=1774620761> (referer: https://ecarstrade.com/cars/7009641)
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_001/780x0__r.jpg?hash=1774619765> (referer: https://ecarstrade.com/cars/7009333)
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_003/780x0__r.jpg?hash=1774622464> (referer: https://ecarstrade.com/cars/7010181)
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_002/780x0__r.jpg?hash=1774622464> (referer: https://ecarstrade.com/cars/7010181)
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3
2026-03-27 14:55:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3, skipping ID generation
2026-03-27 14:55:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with scrape type 1
2026-03-27 14:55:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 sending to next pipeline
2026-03-27 14:55:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3, identifier: 7009641auction111131
2026-03-27 14:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_004/780x0__r.jpg?hash=1774622464> (referer: https://ecarstrade.com/cars/7010181)
2026-03-27 14:55:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with identifier: 7009641auction111131
2026-03-27 14:55:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with identifier: 7009641auction111131
2026-03-27 14:55:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3 with identifier: 7009641auction111131 to the API
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009641/photo_000/780x0__r.jpg?hash=1774620761>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a14d44dd-6094-55cf-bb22-6f4ba5f8b1b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009641',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 100128,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 TSI Life',
'vin': None,
'year': 2022}
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009641auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:46 [ecarstrade.nl] INFO: Saving data for 7009641auction111131: {'created_time': 1774623346.25334, 'last_price_update_time': 1774623346.253351, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009641auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_005/780x0__r.jpg?hash=1774622464> (referer: https://ecarstrade.com/cars/7010181)
2026-03-27 14:55:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e4717bde-f7d8-5df7-aec3-261b60ae5550
2026-03-27 14:55:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f6411cec-0558-5a9d-a7a2-ed9518285e95
2026-03-27 14:55:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f6411cec-0558-5a9d-a7a2-ed9518285e95
2026-03-27 14:55:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f6411cec-0558-5a9d-a7a2-ed9518285e95
2026-03-27 14:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_000/780x0__r.jpg?hash=1774622464> (referer: https://ecarstrade.com/cars/7010181)
2026-03-27 14:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_001/780x0__r.jpg?hash=1774622464> (referer: https://ecarstrade.com/cars/7010181)
2026-03-27 14:55:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f6411cec-0558-5a9d-a7a2-ed9518285e95
2026-03-27 14:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_000/780x0__r.jpg?hash=1774619765> (referer: https://ecarstrade.com/cars/7009333)
2026-03-27 14:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_003/780x0__r.jpg?hash=1774622461> (referer: https://ecarstrade.com/cars/7010180)
2026-03-27 14:55:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f6411cec-0558-5a9d-a7a2-ed9518285e95
2026-03-27 14:55:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f6411cec-0558-5a9d-a7a2-ed9518285e95
2026-03-27 14:55:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f6411cec-0558-5a9d-a7a2-ed9518285e95, skipping ID generation
2026-03-27 14:55:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6411cec-0558-5a9d-a7a2-ed9518285e95 with scrape type 1
2026-03-27 14:55:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f6411cec-0558-5a9d-a7a2-ed9518285e95 sending to next pipeline
2026-03-27 14:55:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f6411cec-0558-5a9d-a7a2-ed9518285e95, identifier: 7010181auction111131
2026-03-27 14:55:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f6411cec-0558-5a9d-a7a2-ed9518285e95 with identifier: 7010181auction111131
2026-03-27 14:55:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f6411cec-0558-5a9d-a7a2-ed9518285e95 with identifier: 7010181auction111131
2026-03-27 14:55:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f6411cec-0558-5a9d-a7a2-ed9518285e95 with identifier: 7010181auction111131 to the API
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010181/photo_001/780x0__r.jpg?hash=1774622464>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'f6411cec-0558-5a9d-a7a2-ed9518285e95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010181',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 63459,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'vin': None,
'year': 2023}
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010181auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:46 [ecarstrade.nl] INFO: Saving data for 7010181auction111131: {'created_time': 1774623346.891721, 'last_price_update_time': 1774623346.891732, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010181auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_001/780x0__r.jpg?hash=1774622460> (referer: https://ecarstrade.com/cars/7010180)
2026-03-27 14:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_002/780x0__r.jpg?hash=1774622460> (referer: https://ecarstrade.com/cars/7010180)
2026-03-27 14:55:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e4717bde-f7d8-5df7-aec3-261b60ae5550
2026-03-27 14:55:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e4717bde-f7d8-5df7-aec3-261b60ae5550, skipping ID generation
2026-03-27 14:55:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4717bde-f7d8-5df7-aec3-261b60ae5550 with scrape type 1
2026-03-27 14:55:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e4717bde-f7d8-5df7-aec3-261b60ae5550 sending to next pipeline
2026-03-27 14:55:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e4717bde-f7d8-5df7-aec3-261b60ae5550, identifier: 7009333auction111131
2026-03-27 14:55:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2e51f0c4-588a-573b-b435-8c69c6d1e370
2026-03-27 14:55:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e4717bde-f7d8-5df7-aec3-261b60ae5550 with identifier: 7009333auction111131
2026-03-27 14:55:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e4717bde-f7d8-5df7-aec3-261b60ae5550 with identifier: 7009333auction111131
2026-03-27 14:55:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e4717bde-f7d8-5df7-aec3-261b60ae5550 with identifier: 7009333auction111131 to the API
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009333/photo_000/780x0__r.jpg?hash=1774619765>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'e4717bde-f7d8-5df7-aec3-261b60ae5550',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009333',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 59964,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-21',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 Icon 42 kWh',
'transmission': 'automatic',
'trim': 'FIAT Icon 42 kWh',
'vin': None,
'year': 2022}
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009333auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:47 [ecarstrade.nl] INFO: Saving data for 7009333auction111131: {'created_time': 1774623347.360864, 'last_price_update_time': 1774623347.360876, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009333auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_003/780x0__r.jpg?hash=1774620657> (referer: https://ecarstrade.com/cars/7009625)
2026-03-27 14:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_000/780x0__r.jpg?hash=1774622460> (referer: https://ecarstrade.com/cars/7010180)
2026-03-27 14:55:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2e51f0c4-588a-573b-b435-8c69c6d1e370
2026-03-27 14:55:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2e51f0c4-588a-573b-b435-8c69c6d1e370
2026-03-27 14:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_002/780x0__r.jpg?hash=1774620657> (referer: https://ecarstrade.com/cars/7009625)
2026-03-27 14:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_001/780x0__r.jpg?hash=1774620657> (referer: https://ecarstrade.com/cars/7009625)
2026-03-27 14:55:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f641e4ae-5780-5530-91fe-0d7e584e4dc5
2026-03-27 14:55:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2e51f0c4-588a-573b-b435-8c69c6d1e370
2026-03-27 14:55:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2e51f0c4-588a-573b-b435-8c69c6d1e370, skipping ID generation
2026-03-27 14:55:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e51f0c4-588a-573b-b435-8c69c6d1e370 with scrape type 1
2026-03-27 14:55:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2e51f0c4-588a-573b-b435-8c69c6d1e370 sending to next pipeline
2026-03-27 14:55:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2e51f0c4-588a-573b-b435-8c69c6d1e370, identifier: 7010180auction111131
2026-03-27 14:55:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2e51f0c4-588a-573b-b435-8c69c6d1e370 with identifier: 7010180auction111131
2026-03-27 14:55:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2e51f0c4-588a-573b-b435-8c69c6d1e370 with identifier: 7010180auction111131
2026-03-27 14:55:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2e51f0c4-588a-573b-b435-8c69c6d1e370 with identifier: 7010180auction111131 to the API
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010180/photo_000/780x0__r.jpg?hash=1774622460>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2e51f0c4-588a-573b-b435-8c69c6d1e370',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010180',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 66583,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'vin': None,
'year': 2023}
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010180auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:47 [ecarstrade.nl] INFO: Saving data for 7010180auction111131: {'created_time': 1774623347.904793, 'last_price_update_time': 1774623347.904804, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010180auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_000/780x0__r.jpg?hash=1774620657> (referer: https://ecarstrade.com/cars/7009625)
2026-03-27 14:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_004/780x0__r.jpg?hash=1774619816> (referer: https://ecarstrade.com/cars/7009341)
2026-03-27 14:55:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f641e4ae-5780-5530-91fe-0d7e584e4dc5
2026-03-27 14:55:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f641e4ae-5780-5530-91fe-0d7e584e4dc5
2026-03-27 14:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_002/780x0__r.jpg?hash=1774619816> (referer: https://ecarstrade.com/cars/7009341)
2026-03-27 14:55:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_003/780x0__r.jpg?hash=1774619816> (referer: https://ecarstrade.com/cars/7009341)
2026-03-27 14:55:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f641e4ae-5780-5530-91fe-0d7e584e4dc5
2026-03-27 14:55:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f641e4ae-5780-5530-91fe-0d7e584e4dc5, skipping ID generation
2026-03-27 14:55:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f641e4ae-5780-5530-91fe-0d7e584e4dc5 with scrape type 1
2026-03-27 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f641e4ae-5780-5530-91fe-0d7e584e4dc5 sending to next pipeline
2026-03-27 14:55:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f641e4ae-5780-5530-91fe-0d7e584e4dc5, identifier: 7009625auction111131
2026-03-27 14:55:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f641e4ae-5780-5530-91fe-0d7e584e4dc5 with identifier: 7009625auction111131
2026-03-27 14:55:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f641e4ae-5780-5530-91fe-0d7e584e4dc5 with identifier: 7009625auction111131
2026-03-27 14:55:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f641e4ae-5780-5530-91fe-0d7e584e4dc5 with identifier: 7009625auction111131 to the API
2026-03-27 14:55:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009625/photo_000/780x0__r.jpg?hash=1774620657>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'f641e4ae-5780-5530-91fe-0d7e584e4dc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009625',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Jeep',
'model': 'Compass',
'odometer': 89639,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep COMPASS 1.3T Night Eagle',
'transmission': 'automatic',
'trim': 'COMPASS 1.3T Night Eagle',
'vin': None,
'year': 2021}
2026-03-27 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009625auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:48 [ecarstrade.nl] INFO: Saving data for 7009625auction111131: {'created_time': 1774623348.455808, 'last_price_update_time': 1774623348.45582, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009625auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_001/780x0__r.jpg?hash=1774619816> (referer: https://ecarstrade.com/cars/7009341)
2026-03-27 14:55:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_000/780x0__r.jpg?hash=1774619815> (referer: https://ecarstrade.com/cars/7009341)
2026-03-27 14:55:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3283426d-ecb1-511f-b955-aa7724b6faf7
2026-03-27 14:55:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3283426d-ecb1-511f-b955-aa7724b6faf7
2026-03-27 14:55:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3283426d-ecb1-511f-b955-aa7724b6faf7
2026-03-27 14:55:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_004/780x0__r.jpg?hash=1774620191> (referer: https://ecarstrade.com/cars/7009569)
2026-03-27 14:55:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_003/780x0__r.jpg?hash=1774620191> (referer: https://ecarstrade.com/cars/7009569)
2026-03-27 14:55:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3283426d-ecb1-511f-b955-aa7724b6faf7
2026-03-27 14:55:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3283426d-ecb1-511f-b955-aa7724b6faf7
2026-03-27 14:55:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3283426d-ecb1-511f-b955-aa7724b6faf7, skipping ID generation
2026-03-27 14:55:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3283426d-ecb1-511f-b955-aa7724b6faf7 with scrape type 1
2026-03-27 14:55:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3283426d-ecb1-511f-b955-aa7724b6faf7 sending to next pipeline
2026-03-27 14:55:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3283426d-ecb1-511f-b955-aa7724b6faf7, identifier: 7009341auction111131
2026-03-27 14:55:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3283426d-ecb1-511f-b955-aa7724b6faf7 with identifier: 7009341auction111131
2026-03-27 14:55:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3283426d-ecb1-511f-b955-aa7724b6faf7 with identifier: 7009341auction111131
2026-03-27 14:55:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3283426d-ecb1-511f-b955-aa7724b6faf7 with identifier: 7009341auction111131 to the API
2026-03-27 14:55:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009341/photo_000/780x0__r.jpg?hash=1774619815>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '3283426d-ecb1-511f-b955-aa7724b6faf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009341',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '3008',
'odometer': 104058,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-13',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PT Allure EAT8',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PT Allure EAT8',
'vin': None,
'year': 2020}
2026-03-27 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009341auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:48 [ecarstrade.nl] INFO: Saving data for 7009341auction111131: {'created_time': 1774623348.998425, 'last_price_update_time': 1774623348.998436, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009341auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_002/780x0__r.jpg?hash=1774620191> (referer: https://ecarstrade.com/cars/7009569)
2026-03-27 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_001/780x0__r.jpg?hash=1774620191> (referer: https://ecarstrade.com/cars/7009569)
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 49ae9247-97ec-587b-b7ee-ca0848a23aec
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 49ae9247-97ec-587b-b7ee-ca0848a23aec
2026-03-27 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_004/780x0__r.jpg?hash=1774622482> (referer: https://ecarstrade.com/cars/7010186)
2026-03-27 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_000/780x0__r.jpg?hash=1774620191> (referer: https://ecarstrade.com/cars/7009569)
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 49ae9247-97ec-587b-b7ee-ca0848a23aec
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 49ae9247-97ec-587b-b7ee-ca0848a23aec
2026-03-27 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_003/780x0__r.jpg?hash=1774622482> (referer: https://ecarstrade.com/cars/7010186)
2026-03-27 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_002/780x0__r.jpg?hash=1774622482> (referer: https://ecarstrade.com/cars/7010186)
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5
2026-03-27 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_000/780x0__r.jpg?hash=1774622482> (referer: https://ecarstrade.com/cars/7010186)
2026-03-27 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_001/780x0__r.jpg?hash=1774622482> (referer: https://ecarstrade.com/cars/7010186)
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 49ae9247-97ec-587b-b7ee-ca0848a23aec
2026-03-27 14:55:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 49ae9247-97ec-587b-b7ee-ca0848a23aec, skipping ID generation
2026-03-27 14:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49ae9247-97ec-587b-b7ee-ca0848a23aec with scrape type 1
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 49ae9247-97ec-587b-b7ee-ca0848a23aec sending to next pipeline
2026-03-27 14:55:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 49ae9247-97ec-587b-b7ee-ca0848a23aec, identifier: 7009569auction111131
2026-03-27 14:55:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 49ae9247-97ec-587b-b7ee-ca0848a23aec with identifier: 7009569auction111131
2026-03-27 14:55:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 49ae9247-97ec-587b-b7ee-ca0848a23aec with identifier: 7009569auction111131
2026-03-27 14:55:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 49ae9247-97ec-587b-b7ee-ca0848a23aec with identifier: 7009569auction111131 to the API
2026-03-27 14:55:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009569/photo_000/780x0__r.jpg?hash=1774620191>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '49ae9247-97ec-587b-b7ee-ca0848a23aec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009569',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mini',
'model': 'Cooper',
'odometer': 96123,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-14',
'seats_number': 4,
'seller_name': None,
'title': 'Mini Mini 1.5 Cooper Bns Ed.',
'transmission': 'automatic',
'trim': '1.5 Bns Ed.',
'vin': None,
'year': 2022}
2026-03-27 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009569auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:49 [ecarstrade.nl] INFO: Saving data for 7009569auction111131: {'created_time': 1774623349.648168, 'last_price_update_time': 1774623349.648181, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009569auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_003/780x0__r.jpg?hash=1774620209> (referer: https://ecarstrade.com/cars/7009594)
2026-03-27 14:55:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_004/780x0__r.jpg?hash=1774620209> (referer: https://ecarstrade.com/cars/7009594)
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5
2026-03-27 14:55:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5, skipping ID generation
2026-03-27 14:55:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with scrape type 1
2026-03-27 14:55:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 sending to next pipeline
2026-03-27 14:55:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5, identifier: 7010186auction111131
2026-03-27 14:55:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with identifier: 7010186auction111131
2026-03-27 14:55:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with identifier: 7010186auction111131
2026-03-27 14:55:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1577ec10-370e-5d47-a1e8-0e0fc9dc22d5 with identifier: 7010186auction111131 to the API
2026-03-27 14:55:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010186/photo_001/780x0__r.jpg?hash=1774622482>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '1577ec10-370e-5d47-a1e8-0e0fc9dc22d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010186',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 116427,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL Vivaro 2.0 CDTI L2H1 Edit.',
'transmission': 'manual',
'trim': 'OPEL 2.0 CDTI L2H1 Edit.',
'vin': None,
'year': 2021}
2026-03-27 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010186auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:50 [ecarstrade.nl] INFO: Saving data for 7010186auction111131: {'created_time': 1774623350.201268, 'last_price_update_time': 1774623350.201278, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010186auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_001/780x0__r.jpg?hash=1774620204> (referer: https://ecarstrade.com/cars/7009594)
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_002/780x0__r.jpg?hash=1774620204> (referer: https://ecarstrade.com/cars/7009594)
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8f48637e-9145-52a7-9cb9-a90a605b1703
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8f48637e-9145-52a7-9cb9-a90a605b1703
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_004/780x0__r.jpg?hash=1774619770> (referer: https://ecarstrade.com/cars/7009334)
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_000/780x0__r.jpg?hash=1774620204> (referer: https://ecarstrade.com/cars/7009594)
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8f48637e-9145-52a7-9cb9-a90a605b1703
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8f48637e-9145-52a7-9cb9-a90a605b1703
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_002/780x0__r.jpg?hash=1774619769> (referer: https://ecarstrade.com/cars/7009334)
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_003/780x0__r.jpg?hash=1774619770> (referer: https://ecarstrade.com/cars/7009334)
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b6754a67-8d61-5e79-a676-d26a0d47aede
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_000/780x0__r.jpg?hash=1774619769> (referer: https://ecarstrade.com/cars/7009334)
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8f48637e-9145-52a7-9cb9-a90a605b1703
2026-03-27 14:55:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8f48637e-9145-52a7-9cb9-a90a605b1703, skipping ID generation
2026-03-27 14:55:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f48637e-9145-52a7-9cb9-a90a605b1703 with scrape type 1
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8f48637e-9145-52a7-9cb9-a90a605b1703 sending to next pipeline
2026-03-27 14:55:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8f48637e-9145-52a7-9cb9-a90a605b1703, identifier: 7009594auction111131
2026-03-27 14:55:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8f48637e-9145-52a7-9cb9-a90a605b1703 with identifier: 7009594auction111131
2026-03-27 14:55:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8f48637e-9145-52a7-9cb9-a90a605b1703 with identifier: 7009594auction111131
2026-03-27 14:55:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8f48637e-9145-52a7-9cb9-a90a605b1703 with identifier: 7009594auction111131 to the API
2026-03-27 14:55:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009594/photo_000/780x0__r.jpg?hash=1774620204>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8f48637e-9145-52a7-9cb9-a90a605b1703',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009594',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 77258,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PureTech GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PureTech GT',
'vin': None,
'year': 2024}
2026-03-27 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009594auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:50 [ecarstrade.nl] INFO: Saving data for 7009594auction111131: {'created_time': 1774623350.847016, 'last_price_update_time': 1774623350.847031, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009594auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_001/780x0__r.jpg?hash=1774619769> (referer: https://ecarstrade.com/cars/7009334)
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_004/780x0__r.jpg?hash=1774619926> (referer: https://ecarstrade.com/cars/7009361)
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b6754a67-8d61-5e79-a676-d26a0d47aede
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b6754a67-8d61-5e79-a676-d26a0d47aede
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b6754a67-8d61-5e79-a676-d26a0d47aede
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_003/780x0__r.jpg?hash=1774619926> (referer: https://ecarstrade.com/cars/7009361)
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_002/780x0__r.jpg?hash=1774619921> (referer: https://ecarstrade.com/cars/7009361)
2026-03-27 14:55:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_001/780x0__r.jpg?hash=1774619921> (referer: https://ecarstrade.com/cars/7009361)
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b6754a67-8d61-5e79-a676-d26a0d47aede
2026-03-27 14:55:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b6754a67-8d61-5e79-a676-d26a0d47aede, skipping ID generation
2026-03-27 14:55:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6754a67-8d61-5e79-a676-d26a0d47aede with scrape type 1
2026-03-27 14:55:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b6754a67-8d61-5e79-a676-d26a0d47aede sending to next pipeline
2026-03-27 14:55:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b6754a67-8d61-5e79-a676-d26a0d47aede, identifier: 7009334auction111131
2026-03-27 14:55:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b6754a67-8d61-5e79-a676-d26a0d47aede with identifier: 7009334auction111131
2026-03-27 14:55:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b6754a67-8d61-5e79-a676-d26a0d47aede with identifier: 7009334auction111131
2026-03-27 14:55:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b6754a67-8d61-5e79-a676-d26a0d47aede with identifier: 7009334auction111131 to the API
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009334/photo_001/780x0__r.jpg?hash=1774619769>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'b6754a67-8d61-5e79-a676-d26a0d47aede',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009334',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Mokka-e',
'odometer': 56670,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-15',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Mokka-e Edition 50-kWh',
'transmission': 'automatic',
'trim': 'OPEL Edition 50-kWh',
'vin': None,
'year': 2022}
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009334auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:51 [ecarstrade.nl] INFO: Saving data for 7009334auction111131: {'created_time': 1774623351.398472, 'last_price_update_time': 1774623351.398485, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009334auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_000/780x0__r.jpg?hash=1774619921> (referer: https://ecarstrade.com/cars/7009361)
2026-03-27 14:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77
2026-03-27 14:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_004/780x0__r.jpg?hash=1774620029> (referer: https://ecarstrade.com/cars/7009365)
2026-03-27 14:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77
2026-03-27 14:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77
2026-03-27 14:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77
2026-03-27 14:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_003/780x0__r.jpg?hash=1774620029> (referer: https://ecarstrade.com/cars/7009365)
2026-03-27 14:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_002/780x0__r.jpg?hash=1774620029> (referer: https://ecarstrade.com/cars/7009365)
2026-03-27 14:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_001/780x0__r.jpg?hash=1774620029> (referer: https://ecarstrade.com/cars/7009365)
2026-03-27 14:55:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77
2026-03-27 14:55:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7bb907cf-16bc-5ce4-8f99-a9a050e88d77, skipping ID generation
2026-03-27 14:55:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with scrape type 1
2026-03-27 14:55:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 sending to next pipeline
2026-03-27 14:55:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7bb907cf-16bc-5ce4-8f99-a9a050e88d77, identifier: 7009361auction111131
2026-03-27 14:55:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with identifier: 7009361auction111131
2026-03-27 14:55:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with identifier: 7009361auction111131
2026-03-27 14:55:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7bb907cf-16bc-5ce4-8f99-a9a050e88d77 with identifier: 7009361auction111131 to the API
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009361/photo_000/780x0__r.jpg?hash=1774619921>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7bb907cf-16bc-5ce4-8f99-a9a050e88d77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009361',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '5008',
'odometer': 162003,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-29',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 PT Allure 7P. EAT8',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PT Allure 7P. EAT8',
'vin': None,
'year': 2022}
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009361auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:51 [ecarstrade.nl] INFO: Saving data for 7009361auction111131: {'created_time': 1774623351.962478, 'last_price_update_time': 1774623351.962493, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009361auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_000/780x0__r.jpg?hash=1774620029> (referer: https://ecarstrade.com/cars/7009365)
2026-03-27 14:55:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5
2026-03-27 14:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5
2026-03-27 14:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5
2026-03-27 14:55:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5
2026-03-27 14:55:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5
2026-03-27 14:55:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5, skipping ID generation
2026-03-27 14:55:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with scrape type 1
2026-03-27 14:55:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 sending to next pipeline
2026-03-27 14:55:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5, identifier: 7009365auction111131
2026-03-27 14:55:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with identifier: 7009365auction111131
2026-03-27 14:55:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with identifier: 7009365auction111131
2026-03-27 14:55:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5 with identifier: 7009365auction111131 to the API
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009365/photo_000/780x0__r.jpg?hash=1774620029>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dcfe8ed7-2bbd-5a0e-8da7-14d37aabe3e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009365',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 184145,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-26',
'seats_number': 7,
'seller_name': None,
'title': 'SKODA Kodiaq 1.5 TSI Bus. Ed. 7p.',
'transmission': 'automatic',
'trim': 'SKODA 1.5 TSI Bus. Ed. 7p.',
'vin': None,
'year': 2021}
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009365auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.nl] INFO: Saving data for 7009365auction111131: {'created_time': 1774623352.50235, 'last_price_update_time': 1774623352.50236, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009365auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009367> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:55 [ecarstrade.nl] INFO: Extracting details for car 7009367auction111131
2026-03-27 14:55:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cc233ea-876e-5785-ab7e-e4b27e1b144a with identifier: 7009367auction111131
2026-03-27 14:55:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cc233ea-876e-5785-ab7e-e4b27e1b144a with scrape type 1
2026-03-27 14:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9cc233ea-876e-5785-ab7e-e4b27e1b144a
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009367%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620034%27 HTTP/1.1" 200 None
2026-03-27 14:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_000/780x0__r.jpg?hash=1774620034 not downloaded yet
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009367%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620034%27 HTTP/1.1" 200 None
2026-03-27 14:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_001/780x0__r.jpg?hash=1774620034 not downloaded yet
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009367%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620034%27 HTTP/1.1" 200 None
2026-03-27 14:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_002/780x0__r.jpg?hash=1774620034 not downloaded yet
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009367%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620034%27 HTTP/1.1" 200 None
2026-03-27 14:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_003/780x0__r.jpg?hash=1774620034 not downloaded yet
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009367%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620034%27 HTTP/1.1" 200 None
2026-03-27 14:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_004/780x0__r.jpg?hash=1774620034 not downloaded yet
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009367%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620034%27 HTTP/1.1" 200 None
2026-03-27 14:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_005/780x0__r.jpg?hash=1774620034 not downloaded yet
2026-03-27 14:55:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009286> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:57 [ecarstrade.nl] INFO: Extracting details for car 7009286auction111131
2026-03-27 14:55:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 887fee73-3b3e-5904-84f8-06a08683186d with identifier: 7009286auction111131
2026-03-27 14:55:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 887fee73-3b3e-5904-84f8-06a08683186d with scrape type 1
2026-03-27 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 887fee73-3b3e-5904-84f8-06a08683186d
2026-03-27 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009286%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619540%27 HTTP/1.1" 200 None
2026-03-27 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_000/780x0__r.jpg?hash=1774619540 not downloaded yet
2026-03-27 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009286%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619541%27 HTTP/1.1" 200 None
2026-03-27 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_001/780x0__r.jpg?hash=1774619541 not downloaded yet
2026-03-27 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009286%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619541%27 HTTP/1.1" 200 None
2026-03-27 14:55:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_002/780x0__r.jpg?hash=1774619541 not downloaded yet
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009286%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619541%27 HTTP/1.1" 200 None
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_003/780x0__r.jpg?hash=1774619541 not downloaded yet
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009286%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619541%27 HTTP/1.1" 200 None
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_004/780x0__r.jpg?hash=1774619541 not downloaded yet
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009286%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619541%27 HTTP/1.1" 200 None
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_005/780x0__r.jpg?hash=1774619541 not downloaded yet
2026-03-27 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009674> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_000/780x0__r.jpg?hash=1774620034> (referer: https://ecarstrade.com/cars/7009367)
2026-03-27 14:55:58 [ecarstrade.nl] INFO: Extracting details for car 7009674auction111131
2026-03-27 14:55:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 081c81ce-4d18-5987-baee-5bb7952c971f with identifier: 7009674auction111131
2026-03-27 14:55:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 081c81ce-4d18-5987-baee-5bb7952c971f with scrape type 1
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 081c81ce-4d18-5987-baee-5bb7952c971f
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009674%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621246%27 HTTP/1.1" 200 None
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_000/780x0__r.jpg?hash=1774621246 not downloaded yet
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009674%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621246%27 HTTP/1.1" 200 None
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_001/780x0__r.jpg?hash=1774621246 not downloaded yet
2026-03-27 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_001/780x0__r.jpg?hash=1774620034> (referer: https://ecarstrade.com/cars/7009367)
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009674%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621246%27 HTTP/1.1" 200 None
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_002/780x0__r.jpg?hash=1774621246 not downloaded yet
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009674%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621247%27 HTTP/1.1" 200 None
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_003/780x0__r.jpg?hash=1774621247 not downloaded yet
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009674%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621247%27 HTTP/1.1" 200 None
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_004/780x0__r.jpg?hash=1774621247 not downloaded yet
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9cc233ea-876e-5785-ab7e-e4b27e1b144a
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009674%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621247%27 HTTP/1.1" 200 None
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_005/780x0__r.jpg?hash=1774621247 not downloaded yet
2026-03-27 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_002/780x0__r.jpg?hash=1774620034> (referer: https://ecarstrade.com/cars/7009367)
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9cc233ea-876e-5785-ab7e-e4b27e1b144a
2026-03-27 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_003/780x0__r.jpg?hash=1774620034> (referer: https://ecarstrade.com/cars/7009367)
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9cc233ea-876e-5785-ab7e-e4b27e1b144a
2026-03-27 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_004/780x0__r.jpg?hash=1774620034> (referer: https://ecarstrade.com/cars/7009367)
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9cc233ea-876e-5785-ab7e-e4b27e1b144a
2026-03-27 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_005/780x0__r.jpg?hash=1774620034> (referer: https://ecarstrade.com/cars/7009367)
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9cc233ea-876e-5785-ab7e-e4b27e1b144a
2026-03-27 14:55:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_000/780x0__r.jpg?hash=1774619540> (referer: https://ecarstrade.com/cars/7009286)
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9cc233ea-876e-5785-ab7e-e4b27e1b144a
2026-03-27 14:55:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9cc233ea-876e-5785-ab7e-e4b27e1b144a, skipping ID generation
2026-03-27 14:55:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cc233ea-876e-5785-ab7e-e4b27e1b144a with scrape type 1
2026-03-27 14:55:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9cc233ea-876e-5785-ab7e-e4b27e1b144a sending to next pipeline
2026-03-27 14:55:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9cc233ea-876e-5785-ab7e-e4b27e1b144a, identifier: 7009367auction111131
2026-03-27 14:55:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9cc233ea-876e-5785-ab7e-e4b27e1b144a with identifier: 7009367auction111131
2026-03-27 14:55:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9cc233ea-876e-5785-ab7e-e4b27e1b144a with identifier: 7009367auction111131
2026-03-27 14:55:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9cc233ea-876e-5785-ab7e-e4b27e1b144a with identifier: 7009367auction111131 to the API
2026-03-27 14:55:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55: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-27 14:55:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009367/photo_005/780x0__r.jpg?hash=1774620034>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '9cc233ea-876e-5785-ab7e-e4b27e1b144a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009367',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 102692,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EBH Titanium St.',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EBH Titanium St.',
'vin': None,
'year': 2023}
2026-03-27 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009367auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:55:59 [ecarstrade.nl] INFO: Saving data for 7009367auction111131: {'created_time': 1774623359.743173, 'last_price_update_time': 1774623359.743184, 'auction_closing_time': 1774953600.0}
2026-03-27 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009367auction111131') HTTP/1.1" 204 0
2026-03-27 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_001/780x0__r.jpg?hash=1774619541> (referer: https://ecarstrade.com/cars/7009286)
2026-03-27 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 887fee73-3b3e-5904-84f8-06a08683186d
2026-03-27 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_005/780x0__r.jpg?hash=1774619541> (referer: https://ecarstrade.com/cars/7009286)
2026-03-27 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 887fee73-3b3e-5904-84f8-06a08683186d
2026-03-27 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_004/780x0__r.jpg?hash=1774619541> (referer: https://ecarstrade.com/cars/7009286)
2026-03-27 14:55:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 887fee73-3b3e-5904-84f8-06a08683186d
2026-03-27 14:55:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_000/780x0__r.jpg?hash=1774621246> (referer: https://ecarstrade.com/cars/7009674)
2026-03-27 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 887fee73-3b3e-5904-84f8-06a08683186d
2026-03-27 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_005/780x0__r.jpg?hash=1774621247> (referer: https://ecarstrade.com/cars/7009674)
2026-03-27 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 081c81ce-4d18-5987-baee-5bb7952c971f
2026-03-27 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_004/780x0__r.jpg?hash=1774621247> (referer: https://ecarstrade.com/cars/7009674)
2026-03-27 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 081c81ce-4d18-5987-baee-5bb7952c971f
2026-03-27 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_003/780x0__r.jpg?hash=1774621247> (referer: https://ecarstrade.com/cars/7009674)
2026-03-27 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_002/780x0__r.jpg?hash=1774621246> (referer: https://ecarstrade.com/cars/7009674)
2026-03-27 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 081c81ce-4d18-5987-baee-5bb7952c971f
2026-03-27 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 081c81ce-4d18-5987-baee-5bb7952c971f
2026-03-27 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_001/780x0__r.jpg?hash=1774621246> (referer: https://ecarstrade.com/cars/7009674)
2026-03-27 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 081c81ce-4d18-5987-baee-5bb7952c971f
2026-03-27 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_003/780x0__r.jpg?hash=1774619541> (referer: https://ecarstrade.com/cars/7009286)
2026-03-27 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 081c81ce-4d18-5987-baee-5bb7952c971f
2026-03-27 14:56:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 081c81ce-4d18-5987-baee-5bb7952c971f, skipping ID generation
2026-03-27 14:56:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 081c81ce-4d18-5987-baee-5bb7952c971f with scrape type 1
2026-03-27 14:56:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 081c81ce-4d18-5987-baee-5bb7952c971f sending to next pipeline
2026-03-27 14:56:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 081c81ce-4d18-5987-baee-5bb7952c971f, identifier: 7009674auction111131
2026-03-27 14:56:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 081c81ce-4d18-5987-baee-5bb7952c971f with identifier: 7009674auction111131
2026-03-27 14:56:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 081c81ce-4d18-5987-baee-5bb7952c971f with identifier: 7009674auction111131
2026-03-27 14:56:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 081c81ce-4d18-5987-baee-5bb7952c971f with identifier: 7009674auction111131 to the API
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56: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-27 14:56:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009674/photo_001/780x0__r.jpg?hash=1774621246>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '081c81ce-4d18-5987-baee-5bb7952c971f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009674',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 96750,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ Comfort EV 38 kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI Comfort EV 38 kWh',
'vin': None,
'year': 2021}
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009674auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.nl] INFO: Saving data for 7009674auction111131: {'created_time': 1774623360.917512, 'last_price_update_time': 1774623360.917523, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009674auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_002/780x0__r.jpg?hash=1774619541> (referer: https://ecarstrade.com/cars/7009286)
2026-03-27 14:56:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 887fee73-3b3e-5904-84f8-06a08683186d
2026-03-27 14:56:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 887fee73-3b3e-5904-84f8-06a08683186d
2026-03-27 14:56:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 887fee73-3b3e-5904-84f8-06a08683186d, skipping ID generation
2026-03-27 14:56:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 887fee73-3b3e-5904-84f8-06a08683186d with scrape type 1
2026-03-27 14:56:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 887fee73-3b3e-5904-84f8-06a08683186d sending to next pipeline
2026-03-27 14:56:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 887fee73-3b3e-5904-84f8-06a08683186d, identifier: 7009286auction111131
2026-03-27 14:56:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 887fee73-3b3e-5904-84f8-06a08683186d with identifier: 7009286auction111131
2026-03-27 14:56:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 887fee73-3b3e-5904-84f8-06a08683186d with identifier: 7009286auction111131
2026-03-27 14:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 887fee73-3b3e-5904-84f8-06a08683186d with identifier: 7009286auction111131 to the API
2026-03-27 14:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56: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-27 14:56:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009286/photo_002/780x0__r.jpg?hash=1774619541>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '887fee73-3b3e-5904-84f8-06a08683186d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009286',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 191269,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Kodiaq 1.5 TSI Bns. Ed.',
'transmission': 'manual',
'trim': 'SKODA 1.5 TSI Bns. Ed.',
'vin': None,
'year': 2020}
2026-03-27 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009286auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:01 [ecarstrade.nl] INFO: Saving data for 7009286auction111131: {'created_time': 1774623361.527712, 'last_price_update_time': 1774623361.527724, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009286auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010192> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:03 [ecarstrade.nl] INFO: Extracting details for car 7010192auction111131
2026-03-27 14:56:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with identifier: 7010192auction111131
2026-03-27 14:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with scrape type 1
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c8b38943-ab81-5c03-aa3e-2f0a56a29b54
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010192%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622503%27 HTTP/1.1" 200 None
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_000/780x0__r.jpg?hash=1774622503 not downloaded yet
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010192%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622503%27 HTTP/1.1" 200 None
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_001/780x0__r.jpg?hash=1774622503 not downloaded yet
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010192%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622503%27 HTTP/1.1" 200 None
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_002/780x0__r.jpg?hash=1774622503 not downloaded yet
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010192%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622503%27 HTTP/1.1" 200 None
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_003/780x0__r.jpg?hash=1774622503 not downloaded yet
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010192%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622503%27 HTTP/1.1" 200 None
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_004/780x0__r.jpg?hash=1774622503 not downloaded yet
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010192%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622503%27 HTTP/1.1" 200 None
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_005/780x0__r.jpg?hash=1774622503 not downloaded yet
2026-03-27 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_000/780x0__r.jpg?hash=1774622503> (referer: https://ecarstrade.com/cars/7010192)
2026-03-27 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_001/780x0__r.jpg?hash=1774622503> (referer: https://ecarstrade.com/cars/7010192)
2026-03-27 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_003/780x0__r.jpg?hash=1774622503> (referer: https://ecarstrade.com/cars/7010192)
2026-03-27 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_002/780x0__r.jpg?hash=1774622503> (referer: https://ecarstrade.com/cars/7010192)
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c8b38943-ab81-5c03-aa3e-2f0a56a29b54
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c8b38943-ab81-5c03-aa3e-2f0a56a29b54
2026-03-27 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_004/780x0__r.jpg?hash=1774622503> (referer: https://ecarstrade.com/cars/7010192)
2026-03-27 14:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_005/780x0__r.jpg?hash=1774622503> (referer: https://ecarstrade.com/cars/7010192)
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c8b38943-ab81-5c03-aa3e-2f0a56a29b54
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c8b38943-ab81-5c03-aa3e-2f0a56a29b54
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c8b38943-ab81-5c03-aa3e-2f0a56a29b54
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c8b38943-ab81-5c03-aa3e-2f0a56a29b54
2026-03-27 14:56:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c8b38943-ab81-5c03-aa3e-2f0a56a29b54, skipping ID generation
2026-03-27 14:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with scrape type 1
2026-03-27 14:56:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c8b38943-ab81-5c03-aa3e-2f0a56a29b54 sending to next pipeline
2026-03-27 14:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c8b38943-ab81-5c03-aa3e-2f0a56a29b54, identifier: 7010192auction111131
2026-03-27 14:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with identifier: 7010192auction111131
2026-03-27 14:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with identifier: 7010192auction111131
2026-03-27 14:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c8b38943-ab81-5c03-aa3e-2f0a56a29b54 with identifier: 7010192auction111131 to the API
2026-03-27 14:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:56:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010192/photo_005/780x0__r.jpg?hash=1774622503>
{'auction_title': '',
'c_o_2_emission_value': 171,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'c8b38943-ab81-5c03-aa3e-2f0a56a29b54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010192',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 213215,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-04-03',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit Custom 300 2.0 TDCI L2H1 Trend',
'transmission': 'manual',
'trim': 'FORD 300 2.0 TDCI L2H1 Trend',
'vin': None,
'year': 2020}
2026-03-27 14:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010192auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:04 [ecarstrade.nl] INFO: Saving data for 7010192auction111131: {'created_time': 1774623364.259101, 'last_price_update_time': 1774623364.259115, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010192auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7010191auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010191auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7010191auction111131: 1
2026-03-27 14:56:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009795auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009795auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009795auction111131: 1
2026-03-27 14:56:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7010200auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010200auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7010200auction111131: 1
2026-03-27 14:56:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009299auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009299auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009299auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009329auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009329auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009329auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009655auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009655auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009655auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7010199auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010199auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7010199auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009295auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009295auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009295auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009631auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009631auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009631auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009659auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009659auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009659auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009280auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009280auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009280auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009298auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009298auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009298auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009318auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009318auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009318auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009327auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009327auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009327auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009549auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009549auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009549auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009638auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009638auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Scrape type for 7009638auction111131: 1
2026-03-27 14:56:05 [ecarstrade.nl] INFO: Found listing with ID: 7009320auction111131
2026-03-27 14:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009320auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:06 [ecarstrade.nl] INFO: Scrape type for 7009320auction111131: 1
2026-03-27 14:56:06 [ecarstrade.nl] INFO: Found listing with ID: 7009342auction111131
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009342auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:06 [ecarstrade.nl] INFO: Scrape type for 7009342auction111131: 1
2026-03-27 14:56:06 [ecarstrade.nl] INFO: Found listing with ID: 7009647auction111131
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009647auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:06 [ecarstrade.nl] INFO: Scrape type for 7009647auction111131: 1
2026-03-27 14:56:06 [ecarstrade.nl] INFO: Found listing with ID: 7009675auction111131
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009675auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:06 [ecarstrade.nl] INFO: Scrape type for 7009675auction111131: 1
2026-03-27 14:56:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010182> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:06 [ecarstrade.nl] INFO: Extracting details for car 7010182auction111131
2026-03-27 14:56:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with identifier: 7010182auction111131
2026-03-27 14:56:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with scrape type 1
2026-03-27 14:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010182%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622467%27 HTTP/1.1" 200 None
2026-03-27 14:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_000/780x0__r.jpg?hash=1774622467 not downloaded yet
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010182%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622467%27 HTTP/1.1" 200 None
2026-03-27 14:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_001/780x0__r.jpg?hash=1774622467 not downloaded yet
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010182%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622467%27 HTTP/1.1" 200 None
2026-03-27 14:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_002/780x0__r.jpg?hash=1774622467 not downloaded yet
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010182%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622468%27 HTTP/1.1" 200 None
2026-03-27 14:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_003/780x0__r.jpg?hash=1774622468 not downloaded yet
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010182%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622468%27 HTTP/1.1" 200 None
2026-03-27 14:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_004/780x0__r.jpg?hash=1774622468 not downloaded yet
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010182%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622468%27 HTTP/1.1" 200 None
2026-03-27 14:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_005/780x0__r.jpg?hash=1774622468 not downloaded yet
2026-03-27 14:56:06 [scrapy.extensions.logstats] INFO: Crawled 163 pages (at 23 pages/min), scraped 139 items (at 35 items/min)
2026-03-27 14:56:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 276MiB
2026-03-27 14:56:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009559> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:09 [ecarstrade.nl] INFO: Extracting details for car 7009559auction111131
2026-03-27 14:56:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1f9bd15-031c-5885-8c7f-9a0e280be3aa with identifier: 7009559auction111131
2026-03-27 14:56:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f9bd15-031c-5885-8c7f-9a0e280be3aa with scrape type 1
2026-03-27 14:56:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d1f9bd15-031c-5885-8c7f-9a0e280be3aa
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009559%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620186%27 HTTP/1.1" 200 None
2026-03-27 14:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_000/780x0__r.jpg?hash=1774620186 not downloaded yet
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009559%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620186%27 HTTP/1.1" 200 None
2026-03-27 14:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_001/780x0__r.jpg?hash=1774620186 not downloaded yet
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009559%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620187%27 HTTP/1.1" 200 None
2026-03-27 14:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_002/780x0__r.jpg?hash=1774620187 not downloaded yet
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009559%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620187%27 HTTP/1.1" 200 None
2026-03-27 14:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_003/780x0__r.jpg?hash=1774620187 not downloaded yet
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009559%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620187%27 HTTP/1.1" 200 None
2026-03-27 14:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_004/780x0__r.jpg?hash=1774620187 not downloaded yet
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009559%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620187%27 HTTP/1.1" 200 None
2026-03-27 14:56:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_005/780x0__r.jpg?hash=1774620187 not downloaded yet
2026-03-27 14:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009613> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:12 [ecarstrade.nl] INFO: Extracting details for car 7009613auction111131
2026-03-27 14:56:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de40b98a-21cf-547c-8a5b-95f555baa678 with identifier: 7009613auction111131
2026-03-27 14:56:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de40b98a-21cf-547c-8a5b-95f555baa678 with scrape type 1
2026-03-27 14:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item de40b98a-21cf-547c-8a5b-95f555baa678
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009613%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620282%27 HTTP/1.1" 200 None
2026-03-27 14:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_000/780x0__r.jpg?hash=1774620282 not downloaded yet
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009613%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620282%27 HTTP/1.1" 200 None
2026-03-27 14:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_001/780x0__r.jpg?hash=1774620282 not downloaded yet
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009613%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620282%27 HTTP/1.1" 200 None
2026-03-27 14:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_002/780x0__r.jpg?hash=1774620282 not downloaded yet
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009613%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620282%27 HTTP/1.1" 200 None
2026-03-27 14:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_003/780x0__r.jpg?hash=1774620282 not downloaded yet
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009613%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620282%27 HTTP/1.1" 200 None
2026-03-27 14:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_004/780x0__r.jpg?hash=1774620282 not downloaded yet
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009613%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620282%27 HTTP/1.1" 200 None
2026-03-27 14:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_005/780x0__r.jpg?hash=1774620282 not downloaded yet
2026-03-27 14:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010191> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:14 [ecarstrade.nl] INFO: Extracting details for car 7010191auction111131
2026-03-27 14:56:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40b58708-a133-5ecd-a2be-0234e5098957 with identifier: 7010191auction111131
2026-03-27 14:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40b58708-a133-5ecd-a2be-0234e5098957 with scrape type 1
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 40b58708-a133-5ecd-a2be-0234e5098957
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010191%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622499%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_000/780x0__r.jpg?hash=1774622499 not downloaded yet
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010191%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622499%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_001/780x0__r.jpg?hash=1774622499 not downloaded yet
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010191%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622499%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_002/780x0__r.jpg?hash=1774622499 not downloaded yet
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010191%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622500%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_003/780x0__r.jpg?hash=1774622500 not downloaded yet
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010191%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622500%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_004/780x0__r.jpg?hash=1774622500 not downloaded yet
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010191%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622500%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_005/780x0__r.jpg?hash=1774622500 not downloaded yet
2026-03-27 14:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009621> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:14 [ecarstrade.nl] INFO: Extracting details for car 7009621auction111131
2026-03-27 14:56:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with identifier: 7009621auction111131
2026-03-27 14:56:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with scrape type 1
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009621%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620628%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_000/780x0__r.jpg?hash=1774620628 not downloaded yet
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009621%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620628%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_001/780x0__r.jpg?hash=1774620628 not downloaded yet
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009621%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620629%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_002/780x0__r.jpg?hash=1774620629 not downloaded yet
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009621%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620629%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_003/780x0__r.jpg?hash=1774620629 not downloaded yet
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009621%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620629%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_004/780x0__r.jpg?hash=1774620629 not downloaded yet
2026-03-27 14:56:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009621%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620629%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_005/780x0__r.jpg?hash=1774620629 not downloaded yet
2026-03-27 14:56:14 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:56:14 [ecarstrade.nl] INFO: Found listing with ID: 7010189auction111131
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010189auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [ecarstrade.nl] INFO: Scrape type for 7010189auction111131: 1
2026-03-27 14:56:14 [ecarstrade.nl] INFO: Found listing with ID: 7009332auction111131
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009332auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [ecarstrade.nl] INFO: Scrape type for 7009332auction111131: 1
2026-03-27 14:56:14 [ecarstrade.nl] INFO: Found listing with ID: 7009528auction111131
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009528auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:14 [ecarstrade.nl] INFO: Scrape type for 7009528auction111131: 1
2026-03-27 14:56:14 [ecarstrade.nl] INFO: Found listing with ID: 7009605auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009605auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009605auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009293auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009293auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009293auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009302auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009302auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009302auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009610auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009610auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009610auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009615auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009615auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009615auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009294auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009294auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009294auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009608auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009608auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009608auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009281auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009281auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009281auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009288auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009288auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009288auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009321auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009321auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009321auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009354auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009354auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009354auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009275auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009275auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009275auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009309auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009309auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009309auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009317auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009317auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009317auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7010193auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010193auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7010193auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009271auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009271auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009271auction111131: 1
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Found listing with ID: 7009325auction111131
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009325auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:15 [ecarstrade.nl] INFO: Scrape type for 7009325auction111131: 1
2026-03-27 14:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009299> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:18 [ecarstrade.nl] INFO: Extracting details for car 7009299auction111131
2026-03-27 14:56:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with identifier: 7009299auction111131
2026-03-27 14:56:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with scrape type 1
2026-03-27 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009299%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619611%27 HTTP/1.1" 200 None
2026-03-27 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_000/780x0__r.jpg?hash=1774619611 not downloaded yet
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009299%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619612%27 HTTP/1.1" 200 None
2026-03-27 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_001/780x0__r.jpg?hash=1774619612 not downloaded yet
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009299%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619612%27 HTTP/1.1" 200 None
2026-03-27 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_002/780x0__r.jpg?hash=1774619612 not downloaded yet
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009299%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619612%27 HTTP/1.1" 200 None
2026-03-27 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_003/780x0__r.jpg?hash=1774619612 not downloaded yet
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009299%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619612%27 HTTP/1.1" 200 None
2026-03-27 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_004/780x0__r.jpg?hash=1774619612 not downloaded yet
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009299%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619612%27 HTTP/1.1" 200 None
2026-03-27 14:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_005/780x0__r.jpg?hash=1774619612 not downloaded yet
2026-03-27 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009795> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:21 [ecarstrade.nl] INFO: Extracting details for car 7009795auction111131
2026-03-27 14:56:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88972d94-edec-5859-9c67-fb101da5d2e9 with identifier: 7009795auction111131
2026-03-27 14:56:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88972d94-edec-5859-9c67-fb101da5d2e9 with scrape type 1
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 88972d94-edec-5859-9c67-fb101da5d2e9
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009795%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621824%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_000/780x0__r.jpg?hash=1774621824 not downloaded yet
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009795%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621824%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_001/780x0__r.jpg?hash=1774621824 not downloaded yet
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009795%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621824%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_002/780x0__r.jpg?hash=1774621824 not downloaded yet
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009795%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621825%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_003/780x0__r.jpg?hash=1774621825 not downloaded yet
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009795%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621825%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_004/780x0__r.jpg?hash=1774621825 not downloaded yet
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009795%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621825%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_005/780x0__r.jpg?hash=1774621825 not downloaded yet
2026-03-27 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009329> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:21 [ecarstrade.nl] INFO: Extracting details for car 7009329auction111131
2026-03-27 14:56:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with identifier: 7009329auction111131
2026-03-27 14:56:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with scrape type 1
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009329%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619749%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_000/780x0__r.jpg?hash=1774619749 not downloaded yet
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009329%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619749%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_001/780x0__r.jpg?hash=1774619749 not downloaded yet
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009329%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619750%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_002/780x0__r.jpg?hash=1774619750 not downloaded yet
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009329%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619750%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_003/780x0__r.jpg?hash=1774619750 not downloaded yet
2026-03-27 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010199> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009329%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619750%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_004/780x0__r.jpg?hash=1774619750 not downloaded yet
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009329%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619750%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_005/780x0__r.jpg?hash=1774619750 not downloaded yet
2026-03-27 14:56:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_005/780x0__r.jpg?hash=1774622468> (referer: https://ecarstrade.com/cars/7010182)
2026-03-27 14:56:21 [ecarstrade.nl] INFO: Extracting details for car 7010199auction111131
2026-03-27 14:56:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99604f8a-615b-5e67-957b-b27ad31bce99 with identifier: 7010199auction111131
2026-03-27 14:56:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99604f8a-615b-5e67-957b-b27ad31bce99 with scrape type 1
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 99604f8a-615b-5e67-957b-b27ad31bce99
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010199%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622532%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_000/780x0__r.jpg?hash=1774622532 not downloaded yet
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010199%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622532%27 HTTP/1.1" 200 None
2026-03-27 14:56:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_001/780x0__r.jpg?hash=1774622532 not downloaded yet
2026-03-27 14:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010199%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622532%27 HTTP/1.1" 200 None
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_002/780x0__r.jpg?hash=1774622532 not downloaded yet
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010199%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622532%27 HTTP/1.1" 200 None
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_003/780x0__r.jpg?hash=1774622532 not downloaded yet
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_005/780x0__r.jpg?hash=1774620187> (referer: https://ecarstrade.com/cars/7009559)
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010199%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622532%27 HTTP/1.1" 200 None
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_004/780x0__r.jpg?hash=1774622532 not downloaded yet
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010199%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622532%27 HTTP/1.1" 200 None
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_005/780x0__r.jpg?hash=1774622532 not downloaded yet
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009295> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_005/780x0__r.jpg?hash=1774620282> (referer: https://ecarstrade.com/cars/7009613)
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d1f9bd15-031c-5885-8c7f-9a0e280be3aa
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_003/780x0__r.jpg?hash=1774620629> (referer: https://ecarstrade.com/cars/7009621)
2026-03-27 14:56:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_005/780x0__r.jpg?hash=1774622500> (referer: https://ecarstrade.com/cars/7010191)
2026-03-27 14:56:22 [ecarstrade.nl] INFO: Extracting details for car 7009295auction111131
2026-03-27 14:56:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7d24354-621e-552b-87dd-ce58a35b67fc with identifier: 7009295auction111131
2026-03-27 14:56:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7d24354-621e-552b-87dd-ce58a35b67fc with scrape type 1
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c7d24354-621e-552b-87dd-ce58a35b67fc
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009295%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619587%27 HTTP/1.1" 200 None
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_000/780x0__r.jpg?hash=1774619587 not downloaded yet
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item de40b98a-21cf-547c-8a5b-95f555baa678
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_005/780x0__r.jpg?hash=1774619612> (referer: https://ecarstrade.com/cars/7009299)
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009295%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619587%27 HTTP/1.1" 200 None
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_001/780x0__r.jpg?hash=1774619587 not downloaded yet
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 40b58708-a133-5ecd-a2be-0234e5098957
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009295%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619588%27 HTTP/1.1" 200 None
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_002/780x0__r.jpg?hash=1774619588 not downloaded yet
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009295%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619588%27 HTTP/1.1" 200 None
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_003/780x0__r.jpg?hash=1774619588 not downloaded yet
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009295%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619588%27 HTTP/1.1" 200 None
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_004/780x0__r.jpg?hash=1774619588 not downloaded yet
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_005/780x0__r.jpg?hash=1774621825> (referer: https://ecarstrade.com/cars/7009795)
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009295%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619588%27 HTTP/1.1" 200 None
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_005/780x0__r.jpg?hash=1774619588 not downloaded yet
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_003/780x0__r.jpg?hash=1774619750> (referer: https://ecarstrade.com/cars/7009329)
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 88972d94-edec-5859-9c67-fb101da5d2e9
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_005/780x0__r.jpg?hash=1774619750> (referer: https://ecarstrade.com/cars/7009329)
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_003/780x0__r.jpg?hash=1774622532> (referer: https://ecarstrade.com/cars/7010199)
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_005/780x0__r.jpg?hash=1774622532> (referer: https://ecarstrade.com/cars/7010199)
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 99604f8a-615b-5e67-957b-b27ad31bce99
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_004/780x0__r.jpg?hash=1774622532> (referer: https://ecarstrade.com/cars/7010199)
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 99604f8a-615b-5e67-957b-b27ad31bce99
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_002/780x0__r.jpg?hash=1774622532> (referer: https://ecarstrade.com/cars/7010199)
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 99604f8a-615b-5e67-957b-b27ad31bce99
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_001/780x0__r.jpg?hash=1774622532> (referer: https://ecarstrade.com/cars/7010199)
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 99604f8a-615b-5e67-957b-b27ad31bce99
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_000/780x0__r.jpg?hash=1774619587> (referer: https://ecarstrade.com/cars/7009295)
2026-03-27 14:56:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 99604f8a-615b-5e67-957b-b27ad31bce99
2026-03-27 14:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_003/780x0__r.jpg?hash=1774619588> (referer: https://ecarstrade.com/cars/7009295)
2026-03-27 14:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c7d24354-621e-552b-87dd-ce58a35b67fc
2026-03-27 14:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_005/780x0__r.jpg?hash=1774619588> (referer: https://ecarstrade.com/cars/7009295)
2026-03-27 14:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c7d24354-621e-552b-87dd-ce58a35b67fc
2026-03-27 14:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_004/780x0__r.jpg?hash=1774619588> (referer: https://ecarstrade.com/cars/7009295)
2026-03-27 14:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c7d24354-621e-552b-87dd-ce58a35b67fc
2026-03-27 14:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_002/780x0__r.jpg?hash=1774619588> (referer: https://ecarstrade.com/cars/7009295)
2026-03-27 14:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c7d24354-621e-552b-87dd-ce58a35b67fc
2026-03-27 14:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_001/780x0__r.jpg?hash=1774619587> (referer: https://ecarstrade.com/cars/7009295)
2026-03-27 14:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c7d24354-621e-552b-87dd-ce58a35b67fc
2026-03-27 14:56:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_000/780x0__r.jpg?hash=1774622532> (referer: https://ecarstrade.com/cars/7010199)
2026-03-27 14:56:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c7d24354-621e-552b-87dd-ce58a35b67fc
2026-03-27 14:56:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c7d24354-621e-552b-87dd-ce58a35b67fc, skipping ID generation
2026-03-27 14:56:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7d24354-621e-552b-87dd-ce58a35b67fc with scrape type 1
2026-03-27 14:56:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c7d24354-621e-552b-87dd-ce58a35b67fc sending to next pipeline
2026-03-27 14:56:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c7d24354-621e-552b-87dd-ce58a35b67fc, identifier: 7009295auction111131
2026-03-27 14:56:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c7d24354-621e-552b-87dd-ce58a35b67fc with identifier: 7009295auction111131
2026-03-27 14:56:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c7d24354-621e-552b-87dd-ce58a35b67fc with identifier: 7009295auction111131
2026-03-27 14:56:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c7d24354-621e-552b-87dd-ce58a35b67fc with identifier: 7009295auction111131 to the API
2026-03-27 14:56:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:56:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009295/photo_001/780x0__r.jpg?hash=1774619587>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'c7d24354-621e-552b-87dd-ce58a35b67fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009295',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 158906,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI Life Bns',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 TSI Life Bns',
'vin': None,
'year': 2022}
2026-03-27 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009295auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:23 [ecarstrade.nl] INFO: Saving data for 7009295auction111131: {'created_time': 1774623383.987897, 'last_price_update_time': 1774623383.987907, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009295auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_004/780x0__r.jpg?hash=1774619750> (referer: https://ecarstrade.com/cars/7009329)
2026-03-27 14:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 99604f8a-615b-5e67-957b-b27ad31bce99
2026-03-27 14:56:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 99604f8a-615b-5e67-957b-b27ad31bce99, skipping ID generation
2026-03-27 14:56:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99604f8a-615b-5e67-957b-b27ad31bce99 with scrape type 1
2026-03-27 14:56:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 99604f8a-615b-5e67-957b-b27ad31bce99 sending to next pipeline
2026-03-27 14:56:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 99604f8a-615b-5e67-957b-b27ad31bce99, identifier: 7010199auction111131
2026-03-27 14:56:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 99604f8a-615b-5e67-957b-b27ad31bce99 with identifier: 7010199auction111131
2026-03-27 14:56:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 99604f8a-615b-5e67-957b-b27ad31bce99 with identifier: 7010199auction111131
2026-03-27 14:56:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 99604f8a-615b-5e67-957b-b27ad31bce99 with identifier: 7010199auction111131 to the API
2026-03-27 14:56:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:56:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010199/photo_000/780x0__r.jpg?hash=1774622532>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '99604f8a-615b-5e67-957b-b27ad31bce99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010199',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 23390,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-30',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO Z.E. Maxi',
'transmission': 'automatic',
'trim': 'RENAULT KANGOO Z.E. Maxi',
'vin': None,
'year': 2020}
2026-03-27 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010199auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:24 [ecarstrade.nl] INFO: Saving data for 7010199auction111131: {'created_time': 1774623384.541474, 'last_price_update_time': 1774623384.541484, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010199auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_002/780x0__r.jpg?hash=1774619750> (referer: https://ecarstrade.com/cars/7009329)
2026-03-27 14:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f
2026-03-27 14:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_001/780x0__r.jpg?hash=1774619749> (referer: https://ecarstrade.com/cars/7009329)
2026-03-27 14:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f
2026-03-27 14:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_000/780x0__r.jpg?hash=1774619749> (referer: https://ecarstrade.com/cars/7009329)
2026-03-27 14:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f
2026-03-27 14:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_004/780x0__r.jpg?hash=1774621825> (referer: https://ecarstrade.com/cars/7009795)
2026-03-27 14:56:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f
2026-03-27 14:56:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7816d72c-dfad-5dd9-88d9-7203d4eecd1f, skipping ID generation
2026-03-27 14:56:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with scrape type 1
2026-03-27 14:56:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7816d72c-dfad-5dd9-88d9-7203d4eecd1f sending to next pipeline
2026-03-27 14:56:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7816d72c-dfad-5dd9-88d9-7203d4eecd1f, identifier: 7009329auction111131
2026-03-27 14:56:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with identifier: 7009329auction111131
2026-03-27 14:56:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with identifier: 7009329auction111131
2026-03-27 14:56:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7816d72c-dfad-5dd9-88d9-7203d4eecd1f with identifier: 7009329auction111131 to the API
2026-03-27 14:56:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:56:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009329/photo_000/780x0__r.jpg?hash=1774619749>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '7816d72c-dfad-5dd9-88d9-7203d4eecd1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009329',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 100017,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'MG MG ZS EV Luxury 45 kWh',
'transmission': 'automatic',
'trim': 'EV Luxury 45 kWh',
'vin': None,
'year': 2021}
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009329auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:25 [ecarstrade.nl] INFO: Saving data for 7009329auction111131: {'created_time': 1774623385.221405, 'last_price_update_time': 1774623385.221415, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009329auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_003/780x0__r.jpg?hash=1774621825> (referer: https://ecarstrade.com/cars/7009795)
2026-03-27 14:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009655> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 88972d94-edec-5859-9c67-fb101da5d2e9
2026-03-27 14:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_001/780x0__r.jpg?hash=1774621824> (referer: https://ecarstrade.com/cars/7009795)
2026-03-27 14:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_002/780x0__r.jpg?hash=1774621824> (referer: https://ecarstrade.com/cars/7009795)
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 88972d94-edec-5859-9c67-fb101da5d2e9
2026-03-27 14:56:25 [ecarstrade.nl] INFO: Extracting details for car 7009655auction111131
2026-03-27 14:56:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with identifier: 7009655auction111131
2026-03-27 14:56:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with scrape type 1
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009655%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620823%27 HTTP/1.1" 200 None
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_000/780x0__r.jpg?hash=1774620823 not downloaded yet
2026-03-27 14:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_000/780x0__r.jpg?hash=1774621824> (referer: https://ecarstrade.com/cars/7009795)
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009655%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620823%27 HTTP/1.1" 200 None
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_001/780x0__r.jpg?hash=1774620823 not downloaded yet
2026-03-27 14:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_004/780x0__r.jpg?hash=1774619612> (referer: https://ecarstrade.com/cars/7009299)
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009655%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620823%27 HTTP/1.1" 200 None
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_002/780x0__r.jpg?hash=1774620823 not downloaded yet
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009655%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620823%27 HTTP/1.1" 200 None
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_003/780x0__r.jpg?hash=1774620823 not downloaded yet
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 88972d94-edec-5859-9c67-fb101da5d2e9
2026-03-27 14:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_002/780x0__r.jpg?hash=1774619612> (referer: https://ecarstrade.com/cars/7009299)
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009655%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620823%27 HTTP/1.1" 200 None
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_004/780x0__r.jpg?hash=1774620823 not downloaded yet
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 88972d94-edec-5859-9c67-fb101da5d2e9
2026-03-27 14:56:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_003/780x0__r.jpg?hash=1774619612> (referer: https://ecarstrade.com/cars/7009299)
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009655%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620823%27 HTTP/1.1" 200 None
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_005/780x0__r.jpg?hash=1774620823 not downloaded yet
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 88972d94-edec-5859-9c67-fb101da5d2e9
2026-03-27 14:56:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 88972d94-edec-5859-9c67-fb101da5d2e9, skipping ID generation
2026-03-27 14:56:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88972d94-edec-5859-9c67-fb101da5d2e9 with scrape type 1
2026-03-27 14:56:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 88972d94-edec-5859-9c67-fb101da5d2e9 sending to next pipeline
2026-03-27 14:56:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 88972d94-edec-5859-9c67-fb101da5d2e9, identifier: 7009795auction111131
2026-03-27 14:56:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 88972d94-edec-5859-9c67-fb101da5d2e9 with identifier: 7009795auction111131
2026-03-27 14:56:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 88972d94-edec-5859-9c67-fb101da5d2e9 with identifier: 7009795auction111131
2026-03-27 14:56:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 88972d94-edec-5859-9c67-fb101da5d2e9 with identifier: 7009795auction111131 to the API
2026-03-27 14:56:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:56:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009795/photo_000/780x0__r.jpg?hash=1774621824>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '88972d94-edec-5859-9c67-fb101da5d2e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009795',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 189879,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-30',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL Vivaro 1.5 CDTI Edition L3H1',
'transmission': 'manual',
'trim': 'OPEL 1.5 CDTI Edition L3H1',
'vin': None,
'year': 2022}
2026-03-27 14:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009795auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:26 [ecarstrade.nl] INFO: Saving data for 7009795auction111131: {'created_time': 1774623386.215376, 'last_price_update_time': 1774623386.215392, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009795auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_000/780x0__r.jpg?hash=1774619611> (referer: https://ecarstrade.com/cars/7009299)
2026-03-27 14:56:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_001/780x0__r.jpg?hash=1774619612> (referer: https://ecarstrade.com/cars/7009299)
2026-03-27 14:56:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9
2026-03-27 14:56:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9
2026-03-27 14:56:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9
2026-03-27 14:56:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9
2026-03-27 14:56:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9
2026-03-27 14:56:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 76823d7c-23c9-5bfe-828e-c491ffbbf5b9, skipping ID generation
2026-03-27 14:56:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with scrape type 1
2026-03-27 14:56:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 sending to next pipeline
2026-03-27 14:56:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 76823d7c-23c9-5bfe-828e-c491ffbbf5b9, identifier: 7009299auction111131
2026-03-27 14:56:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with identifier: 7009299auction111131
2026-03-27 14:56:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with identifier: 7009299auction111131
2026-03-27 14:56:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 76823d7c-23c9-5bfe-828e-c491ffbbf5b9 with identifier: 7009299auction111131 to the API
2026-03-27 14:56:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:56:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009299/photo_001/780x0__r.jpg?hash=1774619612>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '76823d7c-23c9-5bfe-828e-c491ffbbf5b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009299',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 167202,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-14',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia Combi 1.0 TSI Business Edition',
'transmission': 'manual',
'trim': 'SKODA Combi 1.0 TSI Business Edition',
'vin': None,
'year': 2022}
2026-03-27 14:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009299auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:26 [ecarstrade.nl] INFO: Saving data for 7009299auction111131: {'created_time': 1774623386.864564, 'last_price_update_time': 1774623386.864577, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009299auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009631> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:30 [ecarstrade.nl] INFO: Extracting details for car 7009631auction111131
2026-03-27 14:56:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 513c93e8-9986-577f-9558-096796c9a906 with identifier: 7009631auction111131
2026-03-27 14:56:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 513c93e8-9986-577f-9558-096796c9a906 with scrape type 1
2026-03-27 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 513c93e8-9986-577f-9558-096796c9a906
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009631%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620704%27 HTTP/1.1" 200 None
2026-03-27 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_000/780x0__r.jpg?hash=1774620704 not downloaded yet
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009631%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620704%27 HTTP/1.1" 200 None
2026-03-27 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_001/780x0__r.jpg?hash=1774620704 not downloaded yet
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009631%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620705%27 HTTP/1.1" 200 None
2026-03-27 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_002/780x0__r.jpg?hash=1774620705 not downloaded yet
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009631%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620705%27 HTTP/1.1" 200 None
2026-03-27 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_003/780x0__r.jpg?hash=1774620705 not downloaded yet
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009631%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620705%27 HTTP/1.1" 200 None
2026-03-27 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_004/780x0__r.jpg?hash=1774620705 not downloaded yet
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009631%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620705%27 HTTP/1.1" 200 None
2026-03-27 14:56:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_005/780x0__r.jpg?hash=1774620705 not downloaded yet
2026-03-27 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009376> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:33 [ecarstrade.nl] INFO: Extracting details for car 7009376auction111131
2026-03-27 14:56:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with identifier: 7009376auction111131
2026-03-27 14:56:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with scrape type 1
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009376%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620056%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_000/780x0__r.jpg?hash=1774620056 not downloaded yet
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009376%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620056%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_001/780x0__r.jpg?hash=1774620056 not downloaded yet
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009376%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620056%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_002/780x0__r.jpg?hash=1774620056 not downloaded yet
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009376%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620056%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_003/780x0__r.jpg?hash=1774620056 not downloaded yet
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009376%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620056%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_004/780x0__r.jpg?hash=1774620056 not downloaded yet
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009376%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620056%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_005/780x0__r.jpg?hash=1774620056 not downloaded yet
2026-03-27 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009271> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_000/780x0__r.jpg?hash=1774620823> (referer: https://ecarstrade.com/cars/7009655)
2026-03-27 14:56:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:33 [ecarstrade.nl] INFO: Extracting details for car 7009271auction111131
2026-03-27 14:56:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe2d203-320c-5efd-930a-3d3b4ec40b2f with identifier: 7009271auction111131
2026-03-27 14:56:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe2d203-320c-5efd-930a-3d3b4ec40b2f with scrape type 1
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dfe2d203-320c-5efd-930a-3d3b4ec40b2f
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009271%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619458%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_000/780x0__r.jpg?hash=1774619458 not downloaded yet
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009271%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619458%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_001/780x0__r.jpg?hash=1774619458 not downloaded yet
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009271%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619458%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_002/780x0__r.jpg?hash=1774619458 not downloaded yet
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009271%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619458%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_003/780x0__r.jpg?hash=1774619458 not downloaded yet
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009271%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619458%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_004/780x0__r.jpg?hash=1774619458 not downloaded yet
2026-03-27 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009325> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009271%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619458%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_005/780x0__r.jpg?hash=1774619458 not downloaded yet
2026-03-27 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_003/780x0__r.jpg?hash=1774620823> (referer: https://ecarstrade.com/cars/7009655)
2026-03-27 14:56:33 [ecarstrade.nl] INFO: Extracting details for car 7009325auction111131
2026-03-27 14:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_004/780x0__r.jpg?hash=1774620823> (referer: https://ecarstrade.com/cars/7009655)
2026-03-27 14:56:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 674afbdb-eabf-540f-9756-f356fa25360b with identifier: 7009325auction111131
2026-03-27 14:56:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 674afbdb-eabf-540f-9756-f356fa25360b with scrape type 1
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 674afbdb-eabf-540f-9756-f356fa25360b
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009325%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619727%27 HTTP/1.1" 200 None
2026-03-27 14:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_000/780x0__r.jpg?hash=1774619727 not downloaded yet
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009325%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619727%27 HTTP/1.1" 200 None
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_001/780x0__r.jpg?hash=1774619727 not downloaded yet
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009325%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619727%27 HTTP/1.1" 200 None
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_002/780x0__r.jpg?hash=1774619727 not downloaded yet
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009325%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619727%27 HTTP/1.1" 200 None
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_003/780x0__r.jpg?hash=1774619727 not downloaded yet
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009325%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619727%27 HTTP/1.1" 200 None
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_004/780x0__r.jpg?hash=1774619727 not downloaded yet
2026-03-27 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_005/780x0__r.jpg?hash=1774620823> (referer: https://ecarstrade.com/cars/7009655)
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009325%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619727%27 HTTP/1.1" 200 None
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_005/780x0__r.jpg?hash=1774619727 not downloaded yet
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481
2026-03-27 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_002/780x0__r.jpg?hash=1774620823> (referer: https://ecarstrade.com/cars/7009655)
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481
2026-03-27 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_001/780x0__r.jpg?hash=1774620823> (referer: https://ecarstrade.com/cars/7009655)
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481
2026-03-27 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_005/780x0__r.jpg?hash=1774620705> (referer: https://ecarstrade.com/cars/7009631)
2026-03-27 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_005/780x0__r.jpg?hash=1774620056> (referer: https://ecarstrade.com/cars/7009376)
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481
2026-03-27 14:56:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481, skipping ID generation
2026-03-27 14:56:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with scrape type 1
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 sending to next pipeline
2026-03-27 14:56:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481, identifier: 7009655auction111131
2026-03-27 14:56:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with identifier: 7009655auction111131
2026-03-27 14:56:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with identifier: 7009655auction111131
2026-03-27 14:56:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8f5ab9ec-0cf6-54c1-a952-fb24ff31a481 with identifier: 7009655auction111131 to the API
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:56:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009655/photo_001/780x0__r.jpg?hash=1774620823>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8f5ab9ec-0cf6-54c1-a952-fb24ff31a481',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009655',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 35849,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Allure',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Allure',
'vin': None,
'year': 2022}
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009655auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:34 [ecarstrade.nl] INFO: Saving data for 7009655auction111131: {'created_time': 1774623394.849798, 'last_price_update_time': 1774623394.849811, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009655auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_004/780x0__r.jpg?hash=1774620056> (referer: https://ecarstrade.com/cars/7009376)
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 513c93e8-9986-577f-9558-096796c9a906
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3
2026-03-27 14:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_004/780x0__r.jpg?hash=1774619458> (referer: https://ecarstrade.com/cars/7009271)
2026-03-27 14:56:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3
2026-03-27 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_005/780x0__r.jpg?hash=1774619458> (referer: https://ecarstrade.com/cars/7009271)
2026-03-27 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dfe2d203-320c-5efd-930a-3d3b4ec40b2f
2026-03-27 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_003/780x0__r.jpg?hash=1774619458> (referer: https://ecarstrade.com/cars/7009271)
2026-03-27 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_004/780x0__r.jpg?hash=1774619727> (referer: https://ecarstrade.com/cars/7009325)
2026-03-27 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dfe2d203-320c-5efd-930a-3d3b4ec40b2f
2026-03-27 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dfe2d203-320c-5efd-930a-3d3b4ec40b2f
2026-03-27 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_005/780x0__r.jpg?hash=1774619727> (referer: https://ecarstrade.com/cars/7009325)
2026-03-27 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 674afbdb-eabf-540f-9756-f356fa25360b
2026-03-27 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_003/780x0__r.jpg?hash=1774619727> (referer: https://ecarstrade.com/cars/7009325)
2026-03-27 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 674afbdb-eabf-540f-9756-f356fa25360b
2026-03-27 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_002/780x0__r.jpg?hash=1774619727> (referer: https://ecarstrade.com/cars/7009325)
2026-03-27 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 674afbdb-eabf-540f-9756-f356fa25360b
2026-03-27 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_001/780x0__r.jpg?hash=1774619727> (referer: https://ecarstrade.com/cars/7009325)
2026-03-27 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_000/780x0__r.jpg?hash=1774619727> (referer: https://ecarstrade.com/cars/7009325)
2026-03-27 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 674afbdb-eabf-540f-9756-f356fa25360b
2026-03-27 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 674afbdb-eabf-540f-9756-f356fa25360b
2026-03-27 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_002/780x0__r.jpg?hash=1774619458> (referer: https://ecarstrade.com/cars/7009271)
2026-03-27 14:56:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 674afbdb-eabf-540f-9756-f356fa25360b
2026-03-27 14:56:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 674afbdb-eabf-540f-9756-f356fa25360b, skipping ID generation
2026-03-27 14:56:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 674afbdb-eabf-540f-9756-f356fa25360b with scrape type 1
2026-03-27 14:56:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 674afbdb-eabf-540f-9756-f356fa25360b sending to next pipeline
2026-03-27 14:56:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 674afbdb-eabf-540f-9756-f356fa25360b, identifier: 7009325auction111131
2026-03-27 14:56:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 674afbdb-eabf-540f-9756-f356fa25360b with identifier: 7009325auction111131
2026-03-27 14:56:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 674afbdb-eabf-540f-9756-f356fa25360b with identifier: 7009325auction111131
2026-03-27 14:56:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 674afbdb-eabf-540f-9756-f356fa25360b with identifier: 7009325auction111131 to the API
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:56:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009325/photo_000/780x0__r.jpg?hash=1774619727>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '674afbdb-eabf-540f-9756-f356fa25360b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009325',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 60983,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active Pack',
'vin': None,
'year': 2022}
2026-03-27 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009325auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:36 [ecarstrade.nl] INFO: Saving data for 7009325auction111131: {'created_time': 1774623396.049073, 'last_price_update_time': 1774623396.049084, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009325auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_001/780x0__r.jpg?hash=1774619458> (referer: https://ecarstrade.com/cars/7009271)
2026-03-27 14:56:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dfe2d203-320c-5efd-930a-3d3b4ec40b2f
2026-03-27 14:56:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_000/780x0__r.jpg?hash=1774619458> (referer: https://ecarstrade.com/cars/7009271)
2026-03-27 14:56:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dfe2d203-320c-5efd-930a-3d3b4ec40b2f
2026-03-27 14:56:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_003/780x0__r.jpg?hash=1774620056> (referer: https://ecarstrade.com/cars/7009376)
2026-03-27 14:56:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dfe2d203-320c-5efd-930a-3d3b4ec40b2f
2026-03-27 14:56:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfe2d203-320c-5efd-930a-3d3b4ec40b2f, skipping ID generation
2026-03-27 14:56:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe2d203-320c-5efd-930a-3d3b4ec40b2f with scrape type 1
2026-03-27 14:56:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dfe2d203-320c-5efd-930a-3d3b4ec40b2f sending to next pipeline
2026-03-27 14:56:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dfe2d203-320c-5efd-930a-3d3b4ec40b2f, identifier: 7009271auction111131
2026-03-27 14:56:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dfe2d203-320c-5efd-930a-3d3b4ec40b2f with identifier: 7009271auction111131
2026-03-27 14:56:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dfe2d203-320c-5efd-930a-3d3b4ec40b2f with identifier: 7009271auction111131
2026-03-27 14:56:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dfe2d203-320c-5efd-930a-3d3b4ec40b2f with identifier: 7009271auction111131 to the API
2026-03-27 14:56:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:56:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009271/photo_000/780x0__r.jpg?hash=1774619458>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dfe2d203-320c-5efd-930a-3d3b4ec40b2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009271',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'C3',
'odometer': 101850,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 1.2 PureTech Shine',
'transmission': 'automatic',
'trim': 'CITROEN 1.2 PureTech Shine',
'vin': None,
'year': 2022}
2026-03-27 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009271auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:36 [ecarstrade.nl] INFO: Saving data for 7009271auction111131: {'created_time': 1774623396.655757, 'last_price_update_time': 1774623396.655768, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009271auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_002/780x0__r.jpg?hash=1774620056> (referer: https://ecarstrade.com/cars/7009376)
2026-03-27 14:56:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3
2026-03-27 14:56:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_001/780x0__r.jpg?hash=1774620056> (referer: https://ecarstrade.com/cars/7009376)
2026-03-27 14:56:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3
2026-03-27 14:56:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_000/780x0__r.jpg?hash=1774620056> (referer: https://ecarstrade.com/cars/7009376)
2026-03-27 14:56:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3
2026-03-27 14:56:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_004/780x0__r.jpg?hash=1774620705> (referer: https://ecarstrade.com/cars/7009631)
2026-03-27 14:56:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3
2026-03-27 14:56:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3, skipping ID generation
2026-03-27 14:56:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with scrape type 1
2026-03-27 14:56:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 sending to next pipeline
2026-03-27 14:56:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3, identifier: 7009376auction111131
2026-03-27 14:56:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with identifier: 7009376auction111131
2026-03-27 14:56:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with identifier: 7009376auction111131
2026-03-27 14:56:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3 with identifier: 7009376auction111131 to the API
2026-03-27 14:56:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56: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-27 14:56:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009376/photo_000/780x0__r.jpg?hash=1774620056>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4dea86ad-6dfc-55e1-a49d-2ee4e24a22e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009376',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Superb',
'odometer': 135285,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Superb Combi 1.5 TSI Business Ed.',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.5 TSI Business Ed.',
'vin': None,
'year': 2021}
2026-03-27 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009376auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:37 [ecarstrade.nl] INFO: Saving data for 7009376auction111131: {'created_time': 1774623397.402945, 'last_price_update_time': 1774623397.402955, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009376auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_003/780x0__r.jpg?hash=1774620705> (referer: https://ecarstrade.com/cars/7009631)
2026-03-27 14:56:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 513c93e8-9986-577f-9558-096796c9a906
2026-03-27 14:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_002/780x0__r.jpg?hash=1774620705> (referer: https://ecarstrade.com/cars/7009631)
2026-03-27 14:56:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 513c93e8-9986-577f-9558-096796c9a906
2026-03-27 14:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_001/780x0__r.jpg?hash=1774620704> (referer: https://ecarstrade.com/cars/7009631)
2026-03-27 14:56:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 513c93e8-9986-577f-9558-096796c9a906
2026-03-27 14:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_000/780x0__r.jpg?hash=1774620704> (referer: https://ecarstrade.com/cars/7009631)
2026-03-27 14:56:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 513c93e8-9986-577f-9558-096796c9a906
2026-03-27 14:56:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 513c93e8-9986-577f-9558-096796c9a906
2026-03-27 14:56:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 513c93e8-9986-577f-9558-096796c9a906, skipping ID generation
2026-03-27 14:56:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 513c93e8-9986-577f-9558-096796c9a906 with scrape type 1
2026-03-27 14:56:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 513c93e8-9986-577f-9558-096796c9a906 sending to next pipeline
2026-03-27 14:56:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 513c93e8-9986-577f-9558-096796c9a906, identifier: 7009631auction111131
2026-03-27 14:56:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 513c93e8-9986-577f-9558-096796c9a906 with identifier: 7009631auction111131
2026-03-27 14:56:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 513c93e8-9986-577f-9558-096796c9a906 with identifier: 7009631auction111131
2026-03-27 14:56:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 513c93e8-9986-577f-9558-096796c9a906 with identifier: 7009631auction111131 to the API
2026-03-27 14:56:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:56:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009631/photo_000/780x0__r.jpg?hash=1774620704>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '513c93e8-9986-577f-9558-096796c9a906',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009631',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 131945,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Kona EV Fashion 64 kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI EV Fashion 64 kWh',
'vin': None,
'year': 2020}
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009631auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:38 [ecarstrade.nl] INFO: Saving data for 7009631auction111131: {'created_time': 1774623398.162725, 'last_price_update_time': 1774623398.162736, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009631auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009317> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:38 [ecarstrade.nl] INFO: Extracting details for car 7009317auction111131
2026-03-27 14:56:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92a1221f-51d4-5132-b1ab-22a36daf22e2 with identifier: 7009317auction111131
2026-03-27 14:56:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92a1221f-51d4-5132-b1ab-22a36daf22e2 with scrape type 1
2026-03-27 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 92a1221f-51d4-5132-b1ab-22a36daf22e2
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009317%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619670%27 HTTP/1.1" 200 None
2026-03-27 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_000/780x0__r.jpg?hash=1774619670 not downloaded yet
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009317%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619670%27 HTTP/1.1" 200 None
2026-03-27 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_001/780x0__r.jpg?hash=1774619670 not downloaded yet
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009317%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619670%27 HTTP/1.1" 200 None
2026-03-27 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_002/780x0__r.jpg?hash=1774619670 not downloaded yet
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009317%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619670%27 HTTP/1.1" 200 None
2026-03-27 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_003/780x0__r.jpg?hash=1774619670 not downloaded yet
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009317%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619670%27 HTTP/1.1" 200 None
2026-03-27 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_004/780x0__r.jpg?hash=1774619670 not downloaded yet
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009317%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619670%27 HTTP/1.1" 200 None
2026-03-27 14:56:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_005/780x0__r.jpg?hash=1774619670 not downloaded yet
2026-03-27 14:56:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010200> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:40 [ecarstrade.nl] INFO: Extracting details for car 7010200auction111131
2026-03-27 14:56:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with identifier: 7010200auction111131
2026-03-27 14:56:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with scrape type 1
2026-03-27 14:56:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010200%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622536%27 HTTP/1.1" 200 None
2026-03-27 14:56:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_000/780x0__r.jpg?hash=1774622536 not downloaded yet
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010200%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622536%27 HTTP/1.1" 200 None
2026-03-27 14:56:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_001/780x0__r.jpg?hash=1774622536 not downloaded yet
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010200%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622536%27 HTTP/1.1" 200 None
2026-03-27 14:56:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_002/780x0__r.jpg?hash=1774622536 not downloaded yet
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010200%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622536%27 HTTP/1.1" 200 None
2026-03-27 14:56:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_003/780x0__r.jpg?hash=1774622536 not downloaded yet
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010200%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622536%27 HTTP/1.1" 200 None
2026-03-27 14:56:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_004/780x0__r.jpg?hash=1774622536 not downloaded yet
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010200%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622536%27 HTTP/1.1" 200 None
2026-03-27 14:56:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_005/780x0__r.jpg?hash=1774622536 not downloaded yet
2026-03-27 14:56:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009275> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:41 [ecarstrade.nl] INFO: Extracting details for car 7009275auction111131
2026-03-27 14:56:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d277469a-52dd-5009-8d0a-ad6376ec453c with identifier: 7009275auction111131
2026-03-27 14:56:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d277469a-52dd-5009-8d0a-ad6376ec453c with scrape type 1
2026-03-27 14:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d277469a-52dd-5009-8d0a-ad6376ec453c
2026-03-27 14:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009275%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619486%27 HTTP/1.1" 200 None
2026-03-27 14:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_000/780x0__r.jpg?hash=1774619486 not downloaded yet
2026-03-27 14:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009275%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619486%27 HTTP/1.1" 200 None
2026-03-27 14:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_001/780x0__r.jpg?hash=1774619486 not downloaded yet
2026-03-27 14:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009275%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619486%27 HTTP/1.1" 200 None
2026-03-27 14:56:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_002/780x0__r.jpg?hash=1774619486 not downloaded yet
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009275%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619486%27 HTTP/1.1" 200 None
2026-03-27 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_003/780x0__r.jpg?hash=1774619486 not downloaded yet
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009275%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619486%27 HTTP/1.1" 200 None
2026-03-27 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_004/780x0__r.jpg?hash=1774619486 not downloaded yet
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009275%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619486%27 HTTP/1.1" 200 None
2026-03-27 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_005/780x0__r.jpg?hash=1774619486 not downloaded yet
2026-03-27 14:56:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009659> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:42 [ecarstrade.nl] INFO: Extracting details for car 7009659auction111131
2026-03-27 14:56:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with identifier: 7009659auction111131
2026-03-27 14:56:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with scrape type 1
2026-03-27 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009659%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620845%27 HTTP/1.1" 200 None
2026-03-27 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_000/780x0__r.jpg?hash=1774620845 not downloaded yet
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009659%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620845%27 HTTP/1.1" 200 None
2026-03-27 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_001/780x0__r.jpg?hash=1774620845 not downloaded yet
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009659%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620845%27 HTTP/1.1" 200 None
2026-03-27 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_002/780x0__r.jpg?hash=1774620845 not downloaded yet
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009659%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620845%27 HTTP/1.1" 200 None
2026-03-27 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_003/780x0__r.jpg?hash=1774620845 not downloaded yet
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009659%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620845%27 HTTP/1.1" 200 None
2026-03-27 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_004/780x0__r.jpg?hash=1774620845 not downloaded yet
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009659%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620845%27 HTTP/1.1" 200 None
2026-03-27 14:56:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_005/780x0__r.jpg?hash=1774620845 not downloaded yet
2026-03-27 14:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009354> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:44 [ecarstrade.nl] INFO: Extracting details for car 7009354auction111131
2026-03-27 14:56:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47e056c5-ad70-5656-bb32-830dfea4f3e8 with identifier: 7009354auction111131
2026-03-27 14:56:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47e056c5-ad70-5656-bb32-830dfea4f3e8 with scrape type 1
2026-03-27 14:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 47e056c5-ad70-5656-bb32-830dfea4f3e8
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009354%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619885%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_000/780x0__r.jpg?hash=1774619885 not downloaded yet
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009354%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619885%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_001/780x0__r.jpg?hash=1774619885 not downloaded yet
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009354%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619885%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_002/780x0__r.jpg?hash=1774619885 not downloaded yet
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009354%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619886%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_003/780x0__r.jpg?hash=1774619886 not downloaded yet
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009354%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619886%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_004/780x0__r.jpg?hash=1774619886 not downloaded yet
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009354%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619886%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_005/780x0__r.jpg?hash=1774619886 not downloaded yet
2026-03-27 14:56:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009321> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:45 [ecarstrade.nl] INFO: Extracting details for car 7009321auction111131
2026-03-27 14:56:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aee06c4d-929d-5251-ac73-0d925ce32d18 with identifier: 7009321auction111131
2026-03-27 14:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aee06c4d-929d-5251-ac73-0d925ce32d18 with scrape type 1
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aee06c4d-929d-5251-ac73-0d925ce32d18
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009321%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619686%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_000/780x0__r.jpg?hash=1774619686 not downloaded yet
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009321%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619686%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_001/780x0__r.jpg?hash=1774619686 not downloaded yet
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009321%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619686%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_002/780x0__r.jpg?hash=1774619686 not downloaded yet
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009321%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619687%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_003/780x0__r.jpg?hash=1774619687 not downloaded yet
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009321%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619687%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_004/780x0__r.jpg?hash=1774619687 not downloaded yet
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009321%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619687%27 HTTP/1.1" 200 None
2026-03-27 14:56:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_005/780x0__r.jpg?hash=1774619687 not downloaded yet
2026-03-27 14:56:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009608> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:49 [ecarstrade.nl] INFO: Extracting details for car 7009608auction111131
2026-03-27 14:56:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1edeac3c-3abb-5751-bb59-8231d384df32 with identifier: 7009608auction111131
2026-03-27 14:56:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1edeac3c-3abb-5751-bb59-8231d384df32 with scrape type 1
2026-03-27 14:56:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1edeac3c-3abb-5751-bb59-8231d384df32
2026-03-27 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009608%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620245%27 HTTP/1.1" 200 None
2026-03-27 14:56:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_000/780x0__r.jpg?hash=1774620245 not downloaded yet
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009608%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620246%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_001/780x0__r.jpg?hash=1774620246 not downloaded yet
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009608%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620246%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_002/780x0__r.jpg?hash=1774620246 not downloaded yet
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009608%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620246%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_003/780x0__r.jpg?hash=1774620246 not downloaded yet
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009608%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620246%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_004/780x0__r.jpg?hash=1774620246 not downloaded yet
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009608%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620246%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_005/780x0__r.jpg?hash=1774620246 not downloaded yet
2026-03-27 14:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009675> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:50 [ecarstrade.nl] INFO: Extracting details for car 7009675auction111131
2026-03-27 14:56:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with identifier: 7009675auction111131
2026-03-27 14:56:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with scrape type 1
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009675%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621251%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_000/780x0__r.jpg?hash=1774621251 not downloaded yet
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009675%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621251%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_001/780x0__r.jpg?hash=1774621251 not downloaded yet
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009675%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621251%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_002/780x0__r.jpg?hash=1774621251 not downloaded yet
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009675%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621251%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_003/780x0__r.jpg?hash=1774621251 not downloaded yet
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009675%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621251%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_004/780x0__r.jpg?hash=1774621251 not downloaded yet
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009675%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621251%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_005/780x0__r.jpg?hash=1774621251 not downloaded yet
2026-03-27 14:56:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009294> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:52 [ecarstrade.nl] INFO: Extracting details for car 7009294auction111131
2026-03-27 14:56:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 684306ed-7932-54c5-9de4-624738ed04ba with identifier: 7009294auction111131
2026-03-27 14:56:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 684306ed-7932-54c5-9de4-624738ed04ba with scrape type 1
2026-03-27 14:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 684306ed-7932-54c5-9de4-624738ed04ba
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009294%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619583%27 HTTP/1.1" 200 None
2026-03-27 14:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_000/780x0__r.jpg?hash=1774619583 not downloaded yet
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009294%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619583%27 HTTP/1.1" 200 None
2026-03-27 14:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_001/780x0__r.jpg?hash=1774619583 not downloaded yet
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009294%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619583%27 HTTP/1.1" 200 None
2026-03-27 14:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_002/780x0__r.jpg?hash=1774619583 not downloaded yet
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009294%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619583%27 HTTP/1.1" 200 None
2026-03-27 14:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_003/780x0__r.jpg?hash=1774619583 not downloaded yet
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009294%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619583%27 HTTP/1.1" 200 None
2026-03-27 14:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_004/780x0__r.jpg?hash=1774619583 not downloaded yet
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009294%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619584%27 HTTP/1.1" 200 None
2026-03-27 14:56:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_005/780x0__r.jpg?hash=1774619584 not downloaded yet
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009309> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_005/780x0__r.jpg?hash=1774619670> (referer: https://ecarstrade.com/cars/7009317)
2026-03-27 14:56:57 [ecarstrade.nl] INFO: Extracting details for car 7009309auction111131
2026-03-27 14:56:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f324f42-4b68-514b-af23-fc87daf437d0 with identifier: 7009309auction111131
2026-03-27 14:56:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f324f42-4b68-514b-af23-fc87daf437d0 with scrape type 1
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1f324f42-4b68-514b-af23-fc87daf437d0
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009309%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619652%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_000/780x0__r.jpg?hash=1774619652 not downloaded yet
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_005/780x0__r.jpg?hash=1774622536> (referer: https://ecarstrade.com/cars/7010200)
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009309%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619652%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_001/780x0__r.jpg?hash=1774619652 not downloaded yet
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009309%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619652%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_002/780x0__r.jpg?hash=1774619652 not downloaded yet
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009309%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619653%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_003/780x0__r.jpg?hash=1774619653 not downloaded yet
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009309%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619653%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_004/780x0__r.jpg?hash=1774619653 not downloaded yet
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 92a1221f-51d4-5132-b1ab-22a36daf22e2
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_005/780x0__r.jpg?hash=1774619486> (referer: https://ecarstrade.com/cars/7009275)
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009309%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619653%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_005/780x0__r.jpg?hash=1774619653 not downloaded yet
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_005/780x0__r.jpg?hash=1774620845> (referer: https://ecarstrade.com/cars/7009659)
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d277469a-52dd-5009-8d0a-ad6376ec453c
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_005/780x0__r.jpg?hash=1774619886> (referer: https://ecarstrade.com/cars/7009354)
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_005/780x0__r.jpg?hash=1774619687> (referer: https://ecarstrade.com/cars/7009321)
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 47e056c5-ad70-5656-bb32-830dfea4f3e8
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_005/780x0__r.jpg?hash=1774620246> (referer: https://ecarstrade.com/cars/7009608)
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_005/780x0__r.jpg?hash=1774621251> (referer: https://ecarstrade.com/cars/7009675)
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aee06c4d-929d-5251-ac73-0d925ce32d18
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1edeac3c-3abb-5751-bb59-8231d384df32
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_005/780x0__r.jpg?hash=1774619584> (referer: https://ecarstrade.com/cars/7009294)
2026-03-27 14:56:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_004/780x0__r.jpg?hash=1774619583> (referer: https://ecarstrade.com/cars/7009294)
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 684306ed-7932-54c5-9de4-624738ed04ba
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009302> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_000/780x0__r.jpg?hash=1774619652> (referer: https://ecarstrade.com/cars/7009309)
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 684306ed-7932-54c5-9de4-624738ed04ba
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_005/780x0__r.jpg?hash=1774619653> (referer: https://ecarstrade.com/cars/7009309)
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_004/780x0__r.jpg?hash=1774619653> (referer: https://ecarstrade.com/cars/7009309)
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009615> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:58 [ecarstrade.nl] INFO: Extracting details for car 7009302auction111131
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_001/780x0__r.jpg?hash=1774619652> (referer: https://ecarstrade.com/cars/7009309)
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_003/780x0__r.jpg?hash=1774619653> (referer: https://ecarstrade.com/cars/7009309)
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_002/780x0__r.jpg?hash=1774619652> (referer: https://ecarstrade.com/cars/7009309)
2026-03-27 14:56:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a08cbbda-95c8-575b-83f6-5f8741686535 with identifier: 7009302auction111131
2026-03-27 14:56:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a08cbbda-95c8-575b-83f6-5f8741686535 with scrape type 1
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a08cbbda-95c8-575b-83f6-5f8741686535
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009302%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619628%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_000/780x0__r.jpg?hash=1774619628 not downloaded yet
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1f324f42-4b68-514b-af23-fc87daf437d0
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009302%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619629%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_001/780x0__r.jpg?hash=1774619629 not downloaded yet
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_003/780x0__r.jpg?hash=1774619583> (referer: https://ecarstrade.com/cars/7009294)
2026-03-27 14:56:58 [ecarstrade.nl] INFO: Extracting details for car 7009615auction111131
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009302%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619629%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_002/780x0__r.jpg?hash=1774619629 not downloaded yet
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_002/780x0__r.jpg?hash=1774619583> (referer: https://ecarstrade.com/cars/7009294)
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_001/780x0__r.jpg?hash=1774619583> (referer: https://ecarstrade.com/cars/7009294)
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009302%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619629%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_003/780x0__r.jpg?hash=1774619629 not downloaded yet
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1f324f42-4b68-514b-af23-fc87daf437d0
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1f324f42-4b68-514b-af23-fc87daf437d0
2026-03-27 14:56:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15d74ce2-fa65-512d-9861-fedd6aa0c132 with identifier: 7009615auction111131
2026-03-27 14:56:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15d74ce2-fa65-512d-9861-fedd6aa0c132 with scrape type 1
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 15d74ce2-fa65-512d-9861-fedd6aa0c132
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009615%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620295%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_000/780x0__r.jpg?hash=1774620295 not downloaded yet
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009302%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619629%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_004/780x0__r.jpg?hash=1774619629 not downloaded yet
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009615%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620295%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_001/780x0__r.jpg?hash=1774620295 not downloaded yet
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_000/780x0__r.jpg?hash=1774619583> (referer: https://ecarstrade.com/cars/7009294)
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_003/780x0__r.jpg?hash=1774621251> (referer: https://ecarstrade.com/cars/7009675)
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009302%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619629%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_005/780x0__r.jpg?hash=1774619629 not downloaded yet
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009615%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620295%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_002/780x0__r.jpg?hash=1774620295 not downloaded yet
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009281> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1f324f42-4b68-514b-af23-fc87daf437d0
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1f324f42-4b68-514b-af23-fc87daf437d0
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1f324f42-4b68-514b-af23-fc87daf437d0
2026-03-27 14:56:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f324f42-4b68-514b-af23-fc87daf437d0, skipping ID generation
2026-03-27 14:56:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f324f42-4b68-514b-af23-fc87daf437d0 with scrape type 1
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f324f42-4b68-514b-af23-fc87daf437d0 sending to next pipeline
2026-03-27 14:56:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1f324f42-4b68-514b-af23-fc87daf437d0, identifier: 7009309auction111131
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 684306ed-7932-54c5-9de4-624738ed04ba
2026-03-27 14:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_004/780x0__r.jpg?hash=1774621251> (referer: https://ecarstrade.com/cars/7009675)
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009615%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620295%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_003/780x0__r.jpg?hash=1774620295 not downloaded yet
2026-03-27 14:56:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1f324f42-4b68-514b-af23-fc87daf437d0 with identifier: 7009309auction111131
2026-03-27 14:56:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1f324f42-4b68-514b-af23-fc87daf437d0 with identifier: 7009309auction111131
2026-03-27 14:56:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1f324f42-4b68-514b-af23-fc87daf437d0 with identifier: 7009309auction111131 to the API
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56: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-27 14:56:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009309/photo_002/780x0__r.jpg?hash=1774619652>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1f324f42-4b68-514b-af23-fc87daf437d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009309',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 177074,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Grandland 1.2 Turbo Level 2',
'transmission': 'manual',
'trim': 'OPEL Grandland 1.2 Turbo Level 2',
'vin': None,
'year': 2023}
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009309auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [ecarstrade.nl] INFO: Saving data for 7009309auction111131: {'created_time': 1774623418.964713, 'last_price_update_time': 1774623418.964727, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009309auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:58 [ecarstrade.nl] INFO: Extracting details for car 7009281auction111131
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 684306ed-7932-54c5-9de4-624738ed04ba
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 684306ed-7932-54c5-9de4-624738ed04ba
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_002/780x0__r.jpg?hash=1774621251> (referer: https://ecarstrade.com/cars/7009675)
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_001/780x0__r.jpg?hash=1774621251> (referer: https://ecarstrade.com/cars/7009675)
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009615%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620296%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_004/780x0__r.jpg?hash=1774620296 not downloaded yet
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009293> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 684306ed-7932-54c5-9de4-624738ed04ba
2026-03-27 14:56:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 684306ed-7932-54c5-9de4-624738ed04ba, skipping ID generation
2026-03-27 14:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 684306ed-7932-54c5-9de4-624738ed04ba with scrape type 1
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 684306ed-7932-54c5-9de4-624738ed04ba sending to next pipeline
2026-03-27 14:56:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 684306ed-7932-54c5-9de4-624738ed04ba, identifier: 7009294auction111131
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087
2026-03-27 14:56:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e388fcec-7a2d-5756-9843-eff7adb7fd77 with identifier: 7009281auction111131
2026-03-27 14:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e388fcec-7a2d-5756-9843-eff7adb7fd77 with scrape type 1
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e388fcec-7a2d-5756-9843-eff7adb7fd77
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009281%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619514%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_000/780x0__r.jpg?hash=1774619514 not downloaded yet
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087
2026-03-27 14:56:59 [ecarstrade.nl] INFO: Extracting details for car 7009293auction111131
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009615%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620296%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_005/780x0__r.jpg?hash=1774620296 not downloaded yet
2026-03-27 14:56:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 684306ed-7932-54c5-9de4-624738ed04ba with identifier: 7009294auction111131
2026-03-27 14:56:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 684306ed-7932-54c5-9de4-624738ed04ba with identifier: 7009294auction111131
2026-03-27 14:56:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 684306ed-7932-54c5-9de4-624738ed04ba with identifier: 7009294auction111131 to the API
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:56: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-27 14:56:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009294/photo_000/780x0__r.jpg?hash=1774619583>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '684306ed-7932-54c5-9de4-624738ed04ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009294',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 37490,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Active Pack',
'vin': None,
'year': 2022}
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009294auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [ecarstrade.nl] INFO: Saving data for 7009294auction111131: {'created_time': 1774623419.499247, 'last_price_update_time': 1774623419.499257, 'auction_closing_time': 1774953600.0}
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009294auction111131') HTTP/1.1" 204 0
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_004/780x0__r.jpg?hash=1774620246> (referer: https://ecarstrade.com/cars/7009608)
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_000/780x0__r.jpg?hash=1774621251> (referer: https://ecarstrade.com/cars/7009675)
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_001/780x0__r.jpg?hash=1774619629> (referer: https://ecarstrade.com/cars/7009302)
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_003/780x0__r.jpg?hash=1774620246> (referer: https://ecarstrade.com/cars/7009608)
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009281%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619515%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_001/780x0__r.jpg?hash=1774619515 not downloaded yet
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087
2026-03-27 14:56:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75ef6b67-c87b-5578-98bd-2dfccf06483a with identifier: 7009293auction111131
2026-03-27 14:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75ef6b67-c87b-5578-98bd-2dfccf06483a with scrape type 1
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 75ef6b67-c87b-5578-98bd-2dfccf06483a
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009293%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619579%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_000/780x0__r.jpg?hash=1774619579 not downloaded yet
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009281%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619515%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_002/780x0__r.jpg?hash=1774619515 not downloaded yet
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009293%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619579%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_001/780x0__r.jpg?hash=1774619579 not downloaded yet
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_002/780x0__r.jpg?hash=1774619629> (referer: https://ecarstrade.com/cars/7009302)
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009281%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619515%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_003/780x0__r.jpg?hash=1774619515 not downloaded yet
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_000/780x0__r.jpg?hash=1774619628> (referer: https://ecarstrade.com/cars/7009302)
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009293%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619579%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_002/780x0__r.jpg?hash=1774619579 not downloaded yet
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_001/780x0__r.jpg?hash=1774620295> (referer: https://ecarstrade.com/cars/7009615)
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_004/780x0__r.jpg?hash=1774619629> (referer: https://ecarstrade.com/cars/7009302)
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009281%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619515%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_004/780x0__r.jpg?hash=1774619515 not downloaded yet
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_002/780x0__r.jpg?hash=1774620295> (referer: https://ecarstrade.com/cars/7009615)
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009293%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619579%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_003/780x0__r.jpg?hash=1774619579 not downloaded yet
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009281%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619515%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_005/780x0__r.jpg?hash=1774619515 not downloaded yet
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1edeac3c-3abb-5751-bb59-8231d384df32
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087
2026-03-27 14:56:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7e293cf0-4bc9-5688-a8f0-24b2dc97e087, skipping ID generation
2026-03-27 14:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with scrape type 1
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 sending to next pipeline
2026-03-27 14:56:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7e293cf0-4bc9-5688-a8f0-24b2dc97e087, identifier: 7009675auction111131
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a08cbbda-95c8-575b-83f6-5f8741686535
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1edeac3c-3abb-5751-bb59-8231d384df32
2026-03-27 14:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_005/780x0__r.jpg?hash=1774619629> (referer: https://ecarstrade.com/cars/7009302)
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009293%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619579%27 HTTP/1.1" 200 None
2026-03-27 14:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_004/780x0__r.jpg?hash=1774619579 not downloaded yet
2026-03-27 14:56:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with identifier: 7009675auction111131
2026-03-27 14:56:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with identifier: 7009675auction111131
2026-03-27 14:56:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7e293cf0-4bc9-5688-a8f0-24b2dc97e087 with identifier: 7009675auction111131 to the API
2026-03-27 14:56:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57: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-27 14:57:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009675/photo_000/780x0__r.jpg?hash=1774621251>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7e293cf0-4bc9-5688-a8f0-24b2dc97e087',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009675',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 59600,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PureTech Allure',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Allure',
'vin': None,
'year': 2021}
2026-03-27 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009675auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:00 [ecarstrade.nl] INFO: Saving data for 7009675auction111131: {'created_time': 1774623420.26806, 'last_price_update_time': 1774623420.268072, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009675auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_004/780x0__r.jpg?hash=1774620296> (referer: https://ecarstrade.com/cars/7009615)
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_003/780x0__r.jpg?hash=1774620295> (referer: https://ecarstrade.com/cars/7009615)
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_000/780x0__r.jpg?hash=1774620295> (referer: https://ecarstrade.com/cars/7009615)
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_005/780x0__r.jpg?hash=1774620296> (referer: https://ecarstrade.com/cars/7009615)
2026-03-27 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009293%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619580%27 HTTP/1.1" 200 None
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_005/780x0__r.jpg?hash=1774619580 not downloaded yet
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_002/780x0__r.jpg?hash=1774620246> (referer: https://ecarstrade.com/cars/7009608)
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_003/780x0__r.jpg?hash=1774619629> (referer: https://ecarstrade.com/cars/7009302)
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_002/780x0__r.jpg?hash=1774619515> (referer: https://ecarstrade.com/cars/7009281)
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_000/780x0__r.jpg?hash=1774619514> (referer: https://ecarstrade.com/cars/7009281)
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a08cbbda-95c8-575b-83f6-5f8741686535
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a08cbbda-95c8-575b-83f6-5f8741686535
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 15d74ce2-fa65-512d-9861-fedd6aa0c132
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a08cbbda-95c8-575b-83f6-5f8741686535
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 15d74ce2-fa65-512d-9861-fedd6aa0c132
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a08cbbda-95c8-575b-83f6-5f8741686535
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 15d74ce2-fa65-512d-9861-fedd6aa0c132
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 15d74ce2-fa65-512d-9861-fedd6aa0c132
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 15d74ce2-fa65-512d-9861-fedd6aa0c132
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 15d74ce2-fa65-512d-9861-fedd6aa0c132
2026-03-27 14:57:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 15d74ce2-fa65-512d-9861-fedd6aa0c132, skipping ID generation
2026-03-27 14:57:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15d74ce2-fa65-512d-9861-fedd6aa0c132 with scrape type 1
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 15d74ce2-fa65-512d-9861-fedd6aa0c132 sending to next pipeline
2026-03-27 14:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 15d74ce2-fa65-512d-9861-fedd6aa0c132, identifier: 7009615auction111131
2026-03-27 14:57:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 15d74ce2-fa65-512d-9861-fedd6aa0c132 with identifier: 7009615auction111131
2026-03-27 14:57:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 15d74ce2-fa65-512d-9861-fedd6aa0c132 with identifier: 7009615auction111131
2026-03-27 14:57:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 15d74ce2-fa65-512d-9861-fedd6aa0c132 with identifier: 7009615auction111131 to the API
2026-03-27 14:57:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57: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-27 14:57:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009615/photo_005/780x0__r.jpg?hash=1774620296>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '15d74ce2-fa65-512d-9861-fedd6aa0c132',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009615',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 148244,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EBH Vignale',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EBH Vignale',
'vin': None,
'year': 2021}
2026-03-27 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009615auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:00 [ecarstrade.nl] INFO: Saving data for 7009615auction111131: {'created_time': 1774623420.849698, 'last_price_update_time': 1774623420.849712, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009615auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_000/780x0__r.jpg?hash=1774619579> (referer: https://ecarstrade.com/cars/7009293)
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_001/780x0__r.jpg?hash=1774619579> (referer: https://ecarstrade.com/cars/7009293)
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_003/780x0__r.jpg?hash=1774619515> (referer: https://ecarstrade.com/cars/7009281)
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_004/780x0__r.jpg?hash=1774619515> (referer: https://ecarstrade.com/cars/7009281)
2026-03-27 14:57:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_005/780x0__r.jpg?hash=1774619515> (referer: https://ecarstrade.com/cars/7009281)
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1edeac3c-3abb-5751-bb59-8231d384df32
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a08cbbda-95c8-575b-83f6-5f8741686535
2026-03-27 14:57:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a08cbbda-95c8-575b-83f6-5f8741686535, skipping ID generation
2026-03-27 14:57:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a08cbbda-95c8-575b-83f6-5f8741686535 with scrape type 1
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a08cbbda-95c8-575b-83f6-5f8741686535 sending to next pipeline
2026-03-27 14:57:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a08cbbda-95c8-575b-83f6-5f8741686535, identifier: 7009302auction111131
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e388fcec-7a2d-5756-9843-eff7adb7fd77
2026-03-27 14:57:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e388fcec-7a2d-5756-9843-eff7adb7fd77
2026-03-27 14:57:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a08cbbda-95c8-575b-83f6-5f8741686535 with identifier: 7009302auction111131
2026-03-27 14:57:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a08cbbda-95c8-575b-83f6-5f8741686535 with identifier: 7009302auction111131
2026-03-27 14:57:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a08cbbda-95c8-575b-83f6-5f8741686535 with identifier: 7009302auction111131 to the API
2026-03-27 14:57:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57: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-27 14:57:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009302/photo_003/780x0__r.jpg?hash=1774619629>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a08cbbda-95c8-575b-83f6-5f8741686535',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009302',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 60652,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PT Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active',
'vin': None,
'year': 2022}
2026-03-27 14:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009302auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:01 [ecarstrade.nl] INFO: Saving data for 7009302auction111131: {'created_time': 1774623421.351927, 'last_price_update_time': 1774623421.351983, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009302auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_002/780x0__r.jpg?hash=1774619579> (referer: https://ecarstrade.com/cars/7009293)
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_003/780x0__r.jpg?hash=1774619579> (referer: https://ecarstrade.com/cars/7009293)
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_005/780x0__r.jpg?hash=1774619580> (referer: https://ecarstrade.com/cars/7009293)
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_004/780x0__r.jpg?hash=1774619579> (referer: https://ecarstrade.com/cars/7009293)
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_001/780x0__r.jpg?hash=1774619515> (referer: https://ecarstrade.com/cars/7009281)
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 75ef6b67-c87b-5578-98bd-2dfccf06483a
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 75ef6b67-c87b-5578-98bd-2dfccf06483a
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e388fcec-7a2d-5756-9843-eff7adb7fd77
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e388fcec-7a2d-5756-9843-eff7adb7fd77
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e388fcec-7a2d-5756-9843-eff7adb7fd77
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_001/780x0__r.jpg?hash=1774620246> (referer: https://ecarstrade.com/cars/7009608)
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_000/780x0__r.jpg?hash=1774620245> (referer: https://ecarstrade.com/cars/7009608)
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_004/780x0__r.jpg?hash=1774619687> (referer: https://ecarstrade.com/cars/7009321)
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_002/780x0__r.jpg?hash=1774619686> (referer: https://ecarstrade.com/cars/7009321)
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009610> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_003/780x0__r.jpg?hash=1774619687> (referer: https://ecarstrade.com/cars/7009321)
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_001/780x0__r.jpg?hash=1774619686> (referer: https://ecarstrade.com/cars/7009321)
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 75ef6b67-c87b-5578-98bd-2dfccf06483a
2026-03-27 14:57:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_000/780x0__r.jpg?hash=1774619686> (referer: https://ecarstrade.com/cars/7009321)
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 75ef6b67-c87b-5578-98bd-2dfccf06483a
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 75ef6b67-c87b-5578-98bd-2dfccf06483a
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 75ef6b67-c87b-5578-98bd-2dfccf06483a
2026-03-27 14:57:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 75ef6b67-c87b-5578-98bd-2dfccf06483a, skipping ID generation
2026-03-27 14:57:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75ef6b67-c87b-5578-98bd-2dfccf06483a with scrape type 1
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 75ef6b67-c87b-5578-98bd-2dfccf06483a sending to next pipeline
2026-03-27 14:57:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 75ef6b67-c87b-5578-98bd-2dfccf06483a, identifier: 7009293auction111131
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e388fcec-7a2d-5756-9843-eff7adb7fd77
2026-03-27 14:57:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e388fcec-7a2d-5756-9843-eff7adb7fd77, skipping ID generation
2026-03-27 14:57:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e388fcec-7a2d-5756-9843-eff7adb7fd77 with scrape type 1
2026-03-27 14:57:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e388fcec-7a2d-5756-9843-eff7adb7fd77 sending to next pipeline
2026-03-27 14:57:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e388fcec-7a2d-5756-9843-eff7adb7fd77, identifier: 7009281auction111131
2026-03-27 14:57:01 [ecarstrade.nl] INFO: Extracting details for car 7009610auction111131
2026-03-27 14:57:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 75ef6b67-c87b-5578-98bd-2dfccf06483a with identifier: 7009293auction111131
2026-03-27 14:57:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 75ef6b67-c87b-5578-98bd-2dfccf06483a with identifier: 7009293auction111131
2026-03-27 14:57:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 75ef6b67-c87b-5578-98bd-2dfccf06483a with identifier: 7009293auction111131 to the API
2026-03-27 14:57:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57: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-27 14:57:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009293/photo_004/780x0__r.jpg?hash=1774619579>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '75ef6b67-c87b-5578-98bd-2dfccf06483a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009293',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 28819,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Active Pack',
'vin': None,
'year': 2022}
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009293auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:02 [ecarstrade.nl] INFO: Saving data for 7009293auction111131: {'created_time': 1774623422.029231, 'last_price_update_time': 1774623422.029242, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009293auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e388fcec-7a2d-5756-9843-eff7adb7fd77 with identifier: 7009281auction111131
2026-03-27 14:57:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e388fcec-7a2d-5756-9843-eff7adb7fd77 with identifier: 7009281auction111131
2026-03-27 14:57:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e388fcec-7a2d-5756-9843-eff7adb7fd77 with identifier: 7009281auction111131 to the API
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009281/photo_001/780x0__r.jpg?hash=1774619515>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'e388fcec-7a2d-5756-9843-eff7adb7fd77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009281',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 69551,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA-E Edition 50 kWh',
'transmission': 'automatic',
'trim': 'OPEL CORSA-E Edition 50 kWh',
'vin': None,
'year': 2021}
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009281auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:02 [ecarstrade.nl] INFO: Saving data for 7009281auction111131: {'created_time': 1774623422.373219, 'last_price_update_time': 1774623422.37323, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009281auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_004/780x0__r.jpg?hash=1774619886> (referer: https://ecarstrade.com/cars/7009354)
2026-03-27 14:57:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_003/780x0__r.jpg?hash=1774619886> (referer: https://ecarstrade.com/cars/7009354)
2026-03-27 14:57:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_000/780x0__r.jpg?hash=1774619885> (referer: https://ecarstrade.com/cars/7009354)
2026-03-27 14:57:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_004/780x0__r.jpg?hash=1774620845> (referer: https://ecarstrade.com/cars/7009659)
2026-03-27 14:57:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_001/780x0__r.jpg?hash=1774619885> (referer: https://ecarstrade.com/cars/7009354)
2026-03-27 14:57:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009288> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1edeac3c-3abb-5751-bb59-8231d384df32
2026-03-27 14:57:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1edeac3c-3abb-5751-bb59-8231d384df32
2026-03-27 14:57:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1edeac3c-3abb-5751-bb59-8231d384df32, skipping ID generation
2026-03-27 14:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1edeac3c-3abb-5751-bb59-8231d384df32 with scrape type 1
2026-03-27 14:57:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1edeac3c-3abb-5751-bb59-8231d384df32 sending to next pipeline
2026-03-27 14:57:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1edeac3c-3abb-5751-bb59-8231d384df32, identifier: 7009608auction111131
2026-03-27 14:57:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aee06c4d-929d-5251-ac73-0d925ce32d18
2026-03-27 14:57:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aee06c4d-929d-5251-ac73-0d925ce32d18
2026-03-27 14:57:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53824f4e-752a-533d-adbc-daa81226edc1 with identifier: 7009610auction111131
2026-03-27 14:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53824f4e-752a-533d-adbc-daa81226edc1 with scrape type 1
2026-03-27 14:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 53824f4e-752a-533d-adbc-daa81226edc1
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009610%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620264%27 HTTP/1.1" 200 None
2026-03-27 14:57:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_000/780x0__r.jpg?hash=1774620264 not downloaded yet
2026-03-27 14:57:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aee06c4d-929d-5251-ac73-0d925ce32d18
2026-03-27 14:57:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aee06c4d-929d-5251-ac73-0d925ce32d18
2026-03-27 14:57:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aee06c4d-929d-5251-ac73-0d925ce32d18
2026-03-27 14:57:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aee06c4d-929d-5251-ac73-0d925ce32d18, skipping ID generation
2026-03-27 14:57:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aee06c4d-929d-5251-ac73-0d925ce32d18 with scrape type 1
2026-03-27 14:57:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aee06c4d-929d-5251-ac73-0d925ce32d18 sending to next pipeline
2026-03-27 14:57:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aee06c4d-929d-5251-ac73-0d925ce32d18, identifier: 7009321auction111131
2026-03-27 14:57:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1edeac3c-3abb-5751-bb59-8231d384df32 with identifier: 7009608auction111131
2026-03-27 14:57:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1edeac3c-3abb-5751-bb59-8231d384df32 with identifier: 7009608auction111131
2026-03-27 14:57:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1edeac3c-3abb-5751-bb59-8231d384df32 with identifier: 7009608auction111131 to the API
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009608/photo_000/780x0__r.jpg?hash=1774620245>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1edeac3c-3abb-5751-bb59-8231d384df32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009608',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 78872,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PT Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active Pack',
'vin': None,
'year': 2022}
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009608auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:02 [ecarstrade.nl] INFO: Saving data for 7009608auction111131: {'created_time': 1774623422.963558, 'last_price_update_time': 1774623422.96357, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009608auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aee06c4d-929d-5251-ac73-0d925ce32d18 with identifier: 7009321auction111131
2026-03-27 14:57:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aee06c4d-929d-5251-ac73-0d925ce32d18 with identifier: 7009321auction111131
2026-03-27 14:57:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aee06c4d-929d-5251-ac73-0d925ce32d18 with identifier: 7009321auction111131 to the API
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009321/photo_000/780x0__r.jpg?hash=1774619686>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'aee06c4d-929d-5251-ac73-0d925ce32d18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009321',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 84272,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'MG MG ZS EV Luxury 45 kWh',
'transmission': 'automatic',
'trim': 'EV Luxury 45 kWh',
'vin': None,
'year': 2020}
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009321auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:03 [ecarstrade.nl] INFO: Saving data for 7009321auction111131: {'created_time': 1774623423.307898, 'last_price_update_time': 1774623423.307907, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009321auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:03 [ecarstrade.nl] INFO: Extracting details for car 7009288auction111131
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009610%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620264%27 HTTP/1.1" 200 None
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_001/780x0__r.jpg?hash=1774620264 not downloaded yet
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_000/780x0__r.jpg?hash=1774620845> (referer: https://ecarstrade.com/cars/7009659)
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_001/780x0__r.jpg?hash=1774620845> (referer: https://ecarstrade.com/cars/7009659)
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_004/780x0__r.jpg?hash=1774619486> (referer: https://ecarstrade.com/cars/7009275)
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_003/780x0__r.jpg?hash=1774620845> (referer: https://ecarstrade.com/cars/7009659)
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_002/780x0__r.jpg?hash=1774620845> (referer: https://ecarstrade.com/cars/7009659)
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009610%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620264%27 HTTP/1.1" 200 None
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_002/780x0__r.jpg?hash=1774620264 not downloaded yet
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 47e056c5-ad70-5656-bb32-830dfea4f3e8
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 47e056c5-ad70-5656-bb32-830dfea4f3e8
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 47e056c5-ad70-5656-bb32-830dfea4f3e8
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 47e056c5-ad70-5656-bb32-830dfea4f3e8
2026-03-27 14:57:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d57de6dc-2f1b-54fa-83dc-6650bccd309b with identifier: 7009288auction111131
2026-03-27 14:57:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d57de6dc-2f1b-54fa-83dc-6650bccd309b with scrape type 1
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d57de6dc-2f1b-54fa-83dc-6650bccd309b
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009288%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619551%27 HTTP/1.1" 200 None
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_000/780x0__r.jpg?hash=1774619551 not downloaded yet
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009610%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620264%27 HTTP/1.1" 200 None
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_003/780x0__r.jpg?hash=1774620264 not downloaded yet
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_001/780x0__r.jpg?hash=1774619486> (referer: https://ecarstrade.com/cars/7009275)
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_002/780x0__r.jpg?hash=1774619486> (referer: https://ecarstrade.com/cars/7009275)
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009288%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619551%27 HTTP/1.1" 200 None
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_001/780x0__r.jpg?hash=1774619551 not downloaded yet
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_000/780x0__r.jpg?hash=1774619486> (referer: https://ecarstrade.com/cars/7009275)
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_002/780x0__r.jpg?hash=1774619885> (referer: https://ecarstrade.com/cars/7009354)
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_003/780x0__r.jpg?hash=1774622536> (referer: https://ecarstrade.com/cars/7010200)
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_004/780x0__r.jpg?hash=1774622536> (referer: https://ecarstrade.com/cars/7010200)
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009610%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620264%27 HTTP/1.1" 200 None
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_004/780x0__r.jpg?hash=1774620264 not downloaded yet
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009288%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619551%27 HTTP/1.1" 200 None
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_002/780x0__r.jpg?hash=1774619551 not downloaded yet
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009610%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620264%27 HTTP/1.1" 200 None
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_005/780x0__r.jpg?hash=1774620264 not downloaded yet
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009288%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619551%27 HTTP/1.1" 200 None
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_003/780x0__r.jpg?hash=1774619551 not downloaded yet
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d277469a-52dd-5009-8d0a-ad6376ec453c
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1
2026-03-27 14:57:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cc30d0c5-a2af-5f27-9431-2a1fed3f29b1, skipping ID generation
2026-03-27 14:57:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with scrape type 1
2026-03-27 14:57:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 sending to next pipeline
2026-03-27 14:57:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cc30d0c5-a2af-5f27-9431-2a1fed3f29b1, identifier: 7009659auction111131
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_001/780x0__r.jpg?hash=1774622536> (referer: https://ecarstrade.com/cars/7010200)
2026-03-27 14:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_002/780x0__r.jpg?hash=1774622536> (referer: https://ecarstrade.com/cars/7010200)
2026-03-27 14:57:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with identifier: 7009659auction111131
2026-03-27 14:57:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with identifier: 7009659auction111131
2026-03-27 14:57:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cc30d0c5-a2af-5f27-9431-2a1fed3f29b1 with identifier: 7009659auction111131 to the API
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009659/photo_002/780x0__r.jpg?hash=1774620845>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'cc30d0c5-a2af-5f27-9431-2a1fed3f29b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009659',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'e-208',
'odometer': 57702,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-13',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT e-208 EV GT 350 50 kWh',
'transmission': 'automatic',
'trim': 'PEUGEOT EV GT 350 50 kWh',
'vin': None,
'year': 2022}
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009659auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:03 [ecarstrade.nl] INFO: Saving data for 7009659auction111131: {'created_time': 1774623423.997515, 'last_price_update_time': 1774623423.997526, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009659auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_000/780x0__r.jpg?hash=1774620264> (referer: https://ecarstrade.com/cars/7009610)
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_003/780x0__r.jpg?hash=1774619670> (referer: https://ecarstrade.com/cars/7009317)
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_004/780x0__r.jpg?hash=1774619670> (referer: https://ecarstrade.com/cars/7009317)
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_000/780x0__r.jpg?hash=1774622536> (referer: https://ecarstrade.com/cars/7010200)
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009288%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619551%27 HTTP/1.1" 200 None
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_004/780x0__r.jpg?hash=1774619551 not downloaded yet
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009288%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619551%27 HTTP/1.1" 200 None
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_005/780x0__r.jpg?hash=1774619551 not downloaded yet
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d277469a-52dd-5009-8d0a-ad6376ec453c
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d277469a-52dd-5009-8d0a-ad6376ec453c
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d277469a-52dd-5009-8d0a-ad6376ec453c
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 47e056c5-ad70-5656-bb32-830dfea4f3e8
2026-03-27 14:57:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47e056c5-ad70-5656-bb32-830dfea4f3e8, skipping ID generation
2026-03-27 14:57:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47e056c5-ad70-5656-bb32-830dfea4f3e8 with scrape type 1
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47e056c5-ad70-5656-bb32-830dfea4f3e8 sending to next pipeline
2026-03-27 14:57:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 47e056c5-ad70-5656-bb32-830dfea4f3e8, identifier: 7009354auction111131
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_003/780x0__r.jpg?hash=1774619486> (referer: https://ecarstrade.com/cars/7009275)
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_001/780x0__r.jpg?hash=1774619670> (referer: https://ecarstrade.com/cars/7009317)
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_002/780x0__r.jpg?hash=1774619670> (referer: https://ecarstrade.com/cars/7009317)
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_000/780x0__r.jpg?hash=1774619551> (referer: https://ecarstrade.com/cars/7009288)
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_003/780x0__r.jpg?hash=1774620264> (referer: https://ecarstrade.com/cars/7009610)
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_002/780x0__r.jpg?hash=1774620264> (referer: https://ecarstrade.com/cars/7009610)
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_001/780x0__r.jpg?hash=1774620264> (referer: https://ecarstrade.com/cars/7009610)
2026-03-27 14:57:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 47e056c5-ad70-5656-bb32-830dfea4f3e8 with identifier: 7009354auction111131
2026-03-27 14:57:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 47e056c5-ad70-5656-bb32-830dfea4f3e8 with identifier: 7009354auction111131
2026-03-27 14:57:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 47e056c5-ad70-5656-bb32-830dfea4f3e8 with identifier: 7009354auction111131 to the API
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009354/photo_002/780x0__r.jpg?hash=1774619885>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '47e056c5-ad70-5656-bb32-830dfea4f3e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009354',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 165944,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Kona EV Fashion 64 kWh',
'transmission': 'automatic',
'trim': 'HYUNDAI EV Fashion 64 kWh',
'vin': None,
'year': 2020}
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009354auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:04 [ecarstrade.nl] INFO: Saving data for 7009354auction111131: {'created_time': 1774623424.571829, 'last_price_update_time': 1774623424.571839, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009354auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 53824f4e-752a-533d-adbc-daa81226edc1
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 92a1221f-51d4-5132-b1ab-22a36daf22e2
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 92a1221f-51d4-5132-b1ab-22a36daf22e2
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd
2026-03-27 14:57:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cf71645f-1c48-579a-a4bc-2e3c2bffcbbd, skipping ID generation
2026-03-27 14:57:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with scrape type 1
2026-03-27 14:57:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cf71645f-1c48-579a-a4bc-2e3c2bffcbbd sending to next pipeline
2026-03-27 14:57:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cf71645f-1c48-579a-a4bc-2e3c2bffcbbd, identifier: 7010200auction111131
2026-03-27 14:57:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with identifier: 7010200auction111131
2026-03-27 14:57:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with identifier: 7010200auction111131
2026-03-27 14:57:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cf71645f-1c48-579a-a4bc-2e3c2bffcbbd with identifier: 7010200auction111131 to the API
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010200/photo_000/780x0__r.jpg?hash=1774622536>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'cf71645f-1c48-579a-a4bc-2e3c2bffcbbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010200',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 128547,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-22',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Cargo 2.0 TDI Comfort DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Cargo 2.0 TDI Comfort DSG',
'vin': None,
'year': 2021}
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010200auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.nl] INFO: Saving data for 7010200auction111131: {'created_time': 1774623425.153018, 'last_price_update_time': 1774623425.153028, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010200auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_003/780x0__r.jpg?hash=1774619551> (referer: https://ecarstrade.com/cars/7009288)
2026-03-27 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_005/780x0__r.jpg?hash=1774620264> (referer: https://ecarstrade.com/cars/7009610)
2026-03-27 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_004/780x0__r.jpg?hash=1774620264> (referer: https://ecarstrade.com/cars/7009610)
2026-03-27 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_001/780x0__r.jpg?hash=1774619551> (referer: https://ecarstrade.com/cars/7009288)
2026-03-27 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_002/780x0__r.jpg?hash=1774619551> (referer: https://ecarstrade.com/cars/7009288)
2026-03-27 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_000/780x0__r.jpg?hash=1774619670> (referer: https://ecarstrade.com/cars/7009317)
2026-03-27 14:57:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d277469a-52dd-5009-8d0a-ad6376ec453c
2026-03-27 14:57:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d277469a-52dd-5009-8d0a-ad6376ec453c, skipping ID generation
2026-03-27 14:57:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d277469a-52dd-5009-8d0a-ad6376ec453c with scrape type 1
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d277469a-52dd-5009-8d0a-ad6376ec453c sending to next pipeline
2026-03-27 14:57:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d277469a-52dd-5009-8d0a-ad6376ec453c, identifier: 7009275auction111131
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 92a1221f-51d4-5132-b1ab-22a36daf22e2
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 92a1221f-51d4-5132-b1ab-22a36daf22e2
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d57de6dc-2f1b-54fa-83dc-6650bccd309b
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 53824f4e-752a-533d-adbc-daa81226edc1
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 53824f4e-752a-533d-adbc-daa81226edc1
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 53824f4e-752a-533d-adbc-daa81226edc1
2026-03-27 14:57:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d277469a-52dd-5009-8d0a-ad6376ec453c with identifier: 7009275auction111131
2026-03-27 14:57:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d277469a-52dd-5009-8d0a-ad6376ec453c with identifier: 7009275auction111131
2026-03-27 14:57:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d277469a-52dd-5009-8d0a-ad6376ec453c with identifier: 7009275auction111131 to the API
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009275/photo_003/780x0__r.jpg?hash=1774619486>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd277469a-52dd-5009-8d0a-ad6376ec453c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009275',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '2008',
'odometer': 77525,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2 PureTech Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Active',
'vin': None,
'year': 2022}
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009275auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.nl] INFO: Saving data for 7009275auction111131: {'created_time': 1774623425.615362, 'last_price_update_time': 1774623425.615373, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009275auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_005/780x0__r.jpg?hash=1774620629> (referer: https://ecarstrade.com/cars/7009621)
2026-03-27 14:57:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_004/780x0__r.jpg?hash=1774619551> (referer: https://ecarstrade.com/cars/7009288)
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d57de6dc-2f1b-54fa-83dc-6650bccd309b
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 53824f4e-752a-533d-adbc-daa81226edc1
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 53824f4e-752a-533d-adbc-daa81226edc1
2026-03-27 14:57:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 53824f4e-752a-533d-adbc-daa81226edc1, skipping ID generation
2026-03-27 14:57:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53824f4e-752a-533d-adbc-daa81226edc1 with scrape type 1
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 53824f4e-752a-533d-adbc-daa81226edc1 sending to next pipeline
2026-03-27 14:57:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 53824f4e-752a-533d-adbc-daa81226edc1, identifier: 7009610auction111131
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d57de6dc-2f1b-54fa-83dc-6650bccd309b
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d57de6dc-2f1b-54fa-83dc-6650bccd309b
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 92a1221f-51d4-5132-b1ab-22a36daf22e2
2026-03-27 14:57:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 92a1221f-51d4-5132-b1ab-22a36daf22e2, skipping ID generation
2026-03-27 14:57:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92a1221f-51d4-5132-b1ab-22a36daf22e2 with scrape type 1
2026-03-27 14:57:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 92a1221f-51d4-5132-b1ab-22a36daf22e2 sending to next pipeline
2026-03-27 14:57:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 92a1221f-51d4-5132-b1ab-22a36daf22e2, identifier: 7009317auction111131
2026-03-27 14:57:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 53824f4e-752a-533d-adbc-daa81226edc1 with identifier: 7009610auction111131
2026-03-27 14:57:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 53824f4e-752a-533d-adbc-daa81226edc1 with identifier: 7009610auction111131
2026-03-27 14:57:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 53824f4e-752a-533d-adbc-daa81226edc1 with identifier: 7009610auction111131 to the API
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009610/photo_004/780x0__r.jpg?hash=1774620264>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '53824f4e-752a-533d-adbc-daa81226edc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009610',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 107109,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EcoBoost Hybrid Active Bus',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EcoBoost Hybrid Active Bus',
'vin': None,
'year': 2021}
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009610auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:06 [ecarstrade.nl] INFO: Saving data for 7009610auction111131: {'created_time': 1774623426.183972, 'last_price_update_time': 1774623426.183985, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009610auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 92a1221f-51d4-5132-b1ab-22a36daf22e2 with identifier: 7009317auction111131
2026-03-27 14:57:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 92a1221f-51d4-5132-b1ab-22a36daf22e2 with identifier: 7009317auction111131
2026-03-27 14:57:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 92a1221f-51d4-5132-b1ab-22a36daf22e2 with identifier: 7009317auction111131 to the API
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009317/photo_000/780x0__r.jpg?hash=1774619670>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '92a1221f-51d4-5132-b1ab-22a36daf22e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009317',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 40167,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 1.0 Hybrid Dolcevita',
'transmission': 'manual',
'trim': 'FIAT 1.0 Hybrid Dolcevita',
'vin': None,
'year': 2022}
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009317auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:06 [ecarstrade.nl] INFO: Saving data for 7009317auction111131: {'created_time': 1774623426.543733, 'last_price_update_time': 1774623426.543744, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009317auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_002/780x0__r.jpg?hash=1774620629> (referer: https://ecarstrade.com/cars/7009621)
2026-03-27 14:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_004/780x0__r.jpg?hash=1774620629> (referer: https://ecarstrade.com/cars/7009621)
2026-03-27 14:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c
2026-03-27 14:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d57de6dc-2f1b-54fa-83dc-6650bccd309b
2026-03-27 14:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_001/780x0__r.jpg?hash=1774620628> (referer: https://ecarstrade.com/cars/7009621)
2026-03-27 14:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_005/780x0__r.jpg?hash=1774619551> (referer: https://ecarstrade.com/cars/7009288)
2026-03-27 14:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c
2026-03-27 14:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c
2026-03-27 14:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_004/780x0__r.jpg?hash=1774622500> (referer: https://ecarstrade.com/cars/7010191)
2026-03-27 14:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_000/780x0__r.jpg?hash=1774620628> (referer: https://ecarstrade.com/cars/7009621)
2026-03-27 14:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c
2026-03-27 14:57:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d57de6dc-2f1b-54fa-83dc-6650bccd309b
2026-03-27 14:57:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d57de6dc-2f1b-54fa-83dc-6650bccd309b, skipping ID generation
2026-03-27 14:57:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d57de6dc-2f1b-54fa-83dc-6650bccd309b with scrape type 1
2026-03-27 14:57:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d57de6dc-2f1b-54fa-83dc-6650bccd309b sending to next pipeline
2026-03-27 14:57:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d57de6dc-2f1b-54fa-83dc-6650bccd309b, identifier: 7009288auction111131
2026-03-27 14:57:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d57de6dc-2f1b-54fa-83dc-6650bccd309b with identifier: 7009288auction111131
2026-03-27 14:57:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d57de6dc-2f1b-54fa-83dc-6650bccd309b with identifier: 7009288auction111131
2026-03-27 14:57:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d57de6dc-2f1b-54fa-83dc-6650bccd309b with identifier: 7009288auction111131 to the API
2026-03-27 14:57:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009288/photo_005/780x0__r.jpg?hash=1774619551>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd57de6dc-2f1b-54fa-83dc-6650bccd309b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009288',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 155986,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-06',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL ASTRA 1.2 Edition',
'vin': None,
'year': 2023}
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009288auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:07 [ecarstrade.nl] INFO: Saving data for 7009288auction111131: {'created_time': 1774623427.222749, 'last_price_update_time': 1774623427.222759, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009288auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_003/780x0__r.jpg?hash=1774622500> (referer: https://ecarstrade.com/cars/7010191)
2026-03-27 14:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_002/780x0__r.jpg?hash=1774622499> (referer: https://ecarstrade.com/cars/7010191)
2026-03-27 14:57:07 [scrapy.extensions.logstats] INFO: Crawled 198 pages (at 35 pages/min), scraped 165 items (at 26 items/min)
2026-03-27 14:57:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 276MiB
2026-03-27 14:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010193> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 40b58708-a133-5ecd-a2be-0234e5098957
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c
2026-03-27 14:57:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c, skipping ID generation
2026-03-27 14:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with scrape type 1
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c sending to next pipeline
2026-03-27 14:57:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c, identifier: 7009621auction111131
2026-03-27 14:57:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with identifier: 7009621auction111131
2026-03-27 14:57:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with identifier: 7009621auction111131
2026-03-27 14:57:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3a4d9cb9-9f84-5076-9ddc-b86c8c94346c with identifier: 7009621auction111131 to the API
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009621/photo_000/780x0__r.jpg?hash=1774620628>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3a4d9cb9-9f84-5076-9ddc-b86c8c94346c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009621',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Captur',
'odometer': 128838,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-14',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur 1.6 ET H 145 Rive Gauche AUT',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 ET H 145 Rive Gauche AUT',
'vin': None,
'year': 2022}
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009621auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:07 [ecarstrade.nl] INFO: Saving data for 7009621auction111131: {'created_time': 1774623427.699553, 'last_price_update_time': 1774623427.699564, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009621auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_001/780x0__r.jpg?hash=1774622499> (referer: https://ecarstrade.com/cars/7010191)
2026-03-27 14:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_000/780x0__r.jpg?hash=1774622499> (referer: https://ecarstrade.com/cars/7010191)
2026-03-27 14:57:07 [ecarstrade.nl] INFO: Extracting details for car 7010193auction111131
2026-03-27 14:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_004/780x0__r.jpg?hash=1774620282> (referer: https://ecarstrade.com/cars/7009613)
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 40b58708-a133-5ecd-a2be-0234e5098957
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 40b58708-a133-5ecd-a2be-0234e5098957
2026-03-27 14:57:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 160495c4-54f1-50a6-a217-fd3fd3347e60 with identifier: 7010193auction111131
2026-03-27 14:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 160495c4-54f1-50a6-a217-fd3fd3347e60 with scrape type 1
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 160495c4-54f1-50a6-a217-fd3fd3347e60
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010193%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622507%27 HTTP/1.1" 200 None
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_000/780x0__r.jpg?hash=1774622507 not downloaded yet
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010193%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622507%27 HTTP/1.1" 200 None
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_001/780x0__r.jpg?hash=1774622507 not downloaded yet
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010193%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622507%27 HTTP/1.1" 200 None
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_002/780x0__r.jpg?hash=1774622507 not downloaded yet
2026-03-27 14:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_003/780x0__r.jpg?hash=1774620282> (referer: https://ecarstrade.com/cars/7009613)
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010193%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622507%27 HTTP/1.1" 200 None
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_003/780x0__r.jpg?hash=1774622507 not downloaded yet
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010193%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622507%27 HTTP/1.1" 200 None
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_004/780x0__r.jpg?hash=1774622507 not downloaded yet
2026-03-27 14:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_002/780x0__r.jpg?hash=1774620282> (referer: https://ecarstrade.com/cars/7009613)
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010193%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622507%27 HTTP/1.1" 200 None
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_005/780x0__r.jpg?hash=1774622507 not downloaded yet
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 40b58708-a133-5ecd-a2be-0234e5098957
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 40b58708-a133-5ecd-a2be-0234e5098957
2026-03-27 14:57:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 40b58708-a133-5ecd-a2be-0234e5098957, skipping ID generation
2026-03-27 14:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40b58708-a133-5ecd-a2be-0234e5098957 with scrape type 1
2026-03-27 14:57:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 40b58708-a133-5ecd-a2be-0234e5098957 sending to next pipeline
2026-03-27 14:57:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 40b58708-a133-5ecd-a2be-0234e5098957, identifier: 7010191auction111131
2026-03-27 14:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_001/780x0__r.jpg?hash=1774620282> (referer: https://ecarstrade.com/cars/7009613)
2026-03-27 14:57:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 40b58708-a133-5ecd-a2be-0234e5098957 with identifier: 7010191auction111131
2026-03-27 14:57:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 40b58708-a133-5ecd-a2be-0234e5098957 with identifier: 7010191auction111131
2026-03-27 14:57:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 40b58708-a133-5ecd-a2be-0234e5098957 with identifier: 7010191auction111131 to the API
2026-03-27 14:57:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57: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-27 14:57:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010191/photo_000/780x0__r.jpg?hash=1774622499>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '40b58708-a133-5ecd-a2be-0234e5098957',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010191',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 99596,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-28',
'seats_number': 2,
'seller_name': None,
'title': 'FORD Transit Connect 1.5 EcoBlue L2 Trend',
'transmission': 'manual',
'trim': 'FORD 1.5 EcoBlue L2 Trend',
'vin': None,
'year': 2023}
2026-03-27 14:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010191auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:08 [ecarstrade.nl] INFO: Saving data for 7010191auction111131: {'created_time': 1774623428.299385, 'last_price_update_time': 1774623428.299396, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010191auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_000/780x0__r.jpg?hash=1774620282> (referer: https://ecarstrade.com/cars/7009613)
2026-03-27 14:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item de40b98a-21cf-547c-8a5b-95f555baa678
2026-03-27 14:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_004/780x0__r.jpg?hash=1774620187> (referer: https://ecarstrade.com/cars/7009559)
2026-03-27 14:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item de40b98a-21cf-547c-8a5b-95f555baa678
2026-03-27 14:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item de40b98a-21cf-547c-8a5b-95f555baa678
2026-03-27 14:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item de40b98a-21cf-547c-8a5b-95f555baa678
2026-03-27 14:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_001/780x0__r.jpg?hash=1774620186> (referer: https://ecarstrade.com/cars/7009559)
2026-03-27 14:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_003/780x0__r.jpg?hash=1774620187> (referer: https://ecarstrade.com/cars/7009559)
2026-03-27 14:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_002/780x0__r.jpg?hash=1774620187> (referer: https://ecarstrade.com/cars/7009559)
2026-03-27 14:57:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item de40b98a-21cf-547c-8a5b-95f555baa678
2026-03-27 14:57:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de40b98a-21cf-547c-8a5b-95f555baa678, skipping ID generation
2026-03-27 14:57:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de40b98a-21cf-547c-8a5b-95f555baa678 with scrape type 1
2026-03-27 14:57:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de40b98a-21cf-547c-8a5b-95f555baa678 sending to next pipeline
2026-03-27 14:57:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: de40b98a-21cf-547c-8a5b-95f555baa678, identifier: 7009613auction111131
2026-03-27 14:57:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: de40b98a-21cf-547c-8a5b-95f555baa678 with identifier: 7009613auction111131
2026-03-27 14:57:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: de40b98a-21cf-547c-8a5b-95f555baa678 with identifier: 7009613auction111131
2026-03-27 14:57:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: de40b98a-21cf-547c-8a5b-95f555baa678 with identifier: 7009613auction111131 to the API
2026-03-27 14:57:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57: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-27 14:57:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009613/photo_000/780x0__r.jpg?hash=1774620282>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'de40b98a-21cf-547c-8a5b-95f555baa678',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009613',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 71022,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 First Plus 58 kWh',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN First Plus 58 kWh',
'vin': None,
'year': 2020}
2026-03-27 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009613auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:09 [ecarstrade.nl] INFO: Saving data for 7009613auction111131: {'created_time': 1774623429.085574, 'last_price_update_time': 1774623429.085586, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009613auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_000/780x0__r.jpg?hash=1774620186> (referer: https://ecarstrade.com/cars/7009559)
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_003/780x0__r.jpg?hash=1774622468> (referer: https://ecarstrade.com/cars/7010182)
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_004/780x0__r.jpg?hash=1774622468> (referer: https://ecarstrade.com/cars/7010182)
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d1f9bd15-031c-5885-8c7f-9a0e280be3aa
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d1f9bd15-031c-5885-8c7f-9a0e280be3aa
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d1f9bd15-031c-5885-8c7f-9a0e280be3aa
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d1f9bd15-031c-5885-8c7f-9a0e280be3aa
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_002/780x0__r.jpg?hash=1774622507> (referer: https://ecarstrade.com/cars/7010193)
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_004/780x0__r.jpg?hash=1774622507> (referer: https://ecarstrade.com/cars/7010193)
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_005/780x0__r.jpg?hash=1774622507> (referer: https://ecarstrade.com/cars/7010193)
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d1f9bd15-031c-5885-8c7f-9a0e280be3aa
2026-03-27 14:57:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1f9bd15-031c-5885-8c7f-9a0e280be3aa, skipping ID generation
2026-03-27 14:57:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1f9bd15-031c-5885-8c7f-9a0e280be3aa with scrape type 1
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1f9bd15-031c-5885-8c7f-9a0e280be3aa sending to next pipeline
2026-03-27 14:57:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d1f9bd15-031c-5885-8c7f-9a0e280be3aa, identifier: 7009559auction111131
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9
2026-03-27 14:57:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d1f9bd15-031c-5885-8c7f-9a0e280be3aa with identifier: 7009559auction111131
2026-03-27 14:57:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d1f9bd15-031c-5885-8c7f-9a0e280be3aa with identifier: 7009559auction111131
2026-03-27 14:57:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d1f9bd15-031c-5885-8c7f-9a0e280be3aa with identifier: 7009559auction111131 to the API
2026-03-27 14:57:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009559/photo_000/780x0__r.jpg?hash=1774620186>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd1f9bd15-031c-5885-8c7f-9a0e280be3aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009559',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 54920,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Cross 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Life',
'vin': None,
'year': 2021}
2026-03-27 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009559auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:09 [ecarstrade.nl] INFO: Saving data for 7009559auction111131: {'created_time': 1774623429.627348, 'last_price_update_time': 1774623429.627361, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009559auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_003/780x0__r.jpg?hash=1774622507> (referer: https://ecarstrade.com/cars/7010193)
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_001/780x0__r.jpg?hash=1774622507> (referer: https://ecarstrade.com/cars/7010193)
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_000/780x0__r.jpg?hash=1774622507> (referer: https://ecarstrade.com/cars/7010193)
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 160495c4-54f1-50a6-a217-fd3fd3347e60
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 160495c4-54f1-50a6-a217-fd3fd3347e60
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 160495c4-54f1-50a6-a217-fd3fd3347e60
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_000/780x0__r.jpg?hash=1774622467> (referer: https://ecarstrade.com/cars/7010182)
2026-03-27 14:57:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_001/780x0__r.jpg?hash=1774622467> (referer: https://ecarstrade.com/cars/7010182)
2026-03-27 14:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_002/780x0__r.jpg?hash=1774622467> (referer: https://ecarstrade.com/cars/7010182)
2026-03-27 14:57:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 160495c4-54f1-50a6-a217-fd3fd3347e60
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 160495c4-54f1-50a6-a217-fd3fd3347e60
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 160495c4-54f1-50a6-a217-fd3fd3347e60
2026-03-27 14:57:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 160495c4-54f1-50a6-a217-fd3fd3347e60, skipping ID generation
2026-03-27 14:57:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 160495c4-54f1-50a6-a217-fd3fd3347e60 with scrape type 1
2026-03-27 14:57:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 160495c4-54f1-50a6-a217-fd3fd3347e60 sending to next pipeline
2026-03-27 14:57:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 160495c4-54f1-50a6-a217-fd3fd3347e60, identifier: 7010193auction111131
2026-03-27 14:57:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 160495c4-54f1-50a6-a217-fd3fd3347e60 with identifier: 7010193auction111131
2026-03-27 14:57:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 160495c4-54f1-50a6-a217-fd3fd3347e60 with identifier: 7010193auction111131
2026-03-27 14:57:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 160495c4-54f1-50a6-a217-fd3fd3347e60 with identifier: 7010193auction111131 to the API
2026-03-27 14:57:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57: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-27 14:57:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010193/photo_000/780x0__r.jpg?hash=1774622507>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '160495c4-54f1-50a6-a217-fd3fd3347e60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010193',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 48444,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-30',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy 2.0 TDI L1H1 BMT Com',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 TDI L1H1 BMT Com',
'vin': None,
'year': 2019}
2026-03-27 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010193auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:10 [ecarstrade.nl] INFO: Saving data for 7010193auction111131: {'created_time': 1774623430.227561, 'last_price_update_time': 1774623430.227574, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010193auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9
2026-03-27 14:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9
2026-03-27 14:57:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9
2026-03-27 14:57:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9, skipping ID generation
2026-03-27 14:57:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with scrape type 1
2026-03-27 14:57:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 sending to next pipeline
2026-03-27 14:57:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9, identifier: 7010182auction111131
2026-03-27 14:57:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with identifier: 7010182auction111131
2026-03-27 14:57:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with identifier: 7010182auction111131
2026-03-27 14:57:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 85f2f705-d132-5a49-8b9f-d3a4cba7f8e9 with identifier: 7010182auction111131 to the API
2026-03-27 14:57:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57: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-27 14:57:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010182/photo_002/780x0__r.jpg?hash=1774622467>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '85f2f705-d132-5a49-8b9f-d3a4cba7f8e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010182',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 77866,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 112 CDI L1 Pro',
'vin': None,
'year': 2023}
2026-03-27 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010182auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:10 [ecarstrade.nl] INFO: Saving data for 7010182auction111131: {'created_time': 1774623430.736227, 'last_price_update_time': 1774623430.736238, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010182auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009528> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009605> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:13 [ecarstrade.nl] INFO: Extracting details for car 7009528auction111131
2026-03-27 14:57:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc6b53d3-619a-589f-9427-3759aabece01 with identifier: 7009528auction111131
2026-03-27 14:57:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6b53d3-619a-589f-9427-3759aabece01 with scrape type 1
2026-03-27 14:57:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dc6b53d3-619a-589f-9427-3759aabece01
2026-03-27 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009528%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620168%27 HTTP/1.1" 200 None
2026-03-27 14:57:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_000/780x0__r.jpg?hash=1774620168 not downloaded yet
2026-03-27 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009528%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620168%27 HTTP/1.1" 200 None
2026-03-27 14:57:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_001/780x0__r.jpg?hash=1774620168 not downloaded yet
2026-03-27 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009528%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620168%27 HTTP/1.1" 200 None
2026-03-27 14:57:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_002/780x0__r.jpg?hash=1774620168 not downloaded yet
2026-03-27 14:57:14 [ecarstrade.nl] INFO: Extracting details for car 7009605auction111131
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009528%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620168%27 HTTP/1.1" 200 None
2026-03-27 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_003/780x0__r.jpg?hash=1774620168 not downloaded yet
2026-03-27 14:57:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with identifier: 7009605auction111131
2026-03-27 14:57:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with scrape type 1
2026-03-27 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009605%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620237%27 HTTP/1.1" 200 None
2026-03-27 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_000/780x0__r.jpg?hash=1774620237 not downloaded yet
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009528%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620168%27 HTTP/1.1" 200 None
2026-03-27 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_004/780x0__r.jpg?hash=1774620168 not downloaded yet
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009605%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620237%27 HTTP/1.1" 200 None
2026-03-27 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_001/780x0__r.jpg?hash=1774620237 not downloaded yet
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009528%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620168%27 HTTP/1.1" 200 None
2026-03-27 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_005/780x0__r.jpg?hash=1774620168 not downloaded yet
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009605%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620237%27 HTTP/1.1" 200 None
2026-03-27 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_002/780x0__r.jpg?hash=1774620237 not downloaded yet
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009605%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620237%27 HTTP/1.1" 200 None
2026-03-27 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_003/780x0__r.jpg?hash=1774620237 not downloaded yet
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009605%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620237%27 HTTP/1.1" 200 None
2026-03-27 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_004/780x0__r.jpg?hash=1774620237 not downloaded yet
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009605%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620237%27 HTTP/1.1" 200 None
2026-03-27 14:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_005/780x0__r.jpg?hash=1774620237 not downloaded yet
2026-03-27 14:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009320> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:17 [ecarstrade.nl] INFO: Extracting details for car 7009320auction111131
2026-03-27 14:57:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with identifier: 7009320auction111131
2026-03-27 14:57:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with scrape type 1
2026-03-27 14:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009320%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619682%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_000/780x0__r.jpg?hash=1774619682 not downloaded yet
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009320%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619682%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_001/780x0__r.jpg?hash=1774619682 not downloaded yet
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009320%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619682%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_002/780x0__r.jpg?hash=1774619682 not downloaded yet
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009320%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619683%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_003/780x0__r.jpg?hash=1774619683 not downloaded yet
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009320%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619683%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_004/780x0__r.jpg?hash=1774619683 not downloaded yet
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009320%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619683%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_005/780x0__r.jpg?hash=1774619683 not downloaded yet
2026-03-27 14:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009647> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:17 [ecarstrade.nl] INFO: Extracting details for car 7009647auction111131
2026-03-27 14:57:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with identifier: 7009647auction111131
2026-03-27 14:57:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with scrape type 1
2026-03-27 14:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009647%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620786%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_000/780x0__r.jpg?hash=1774620786 not downloaded yet
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009647%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620786%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_001/780x0__r.jpg?hash=1774620786 not downloaded yet
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009647%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620786%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_002/780x0__r.jpg?hash=1774620786 not downloaded yet
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009647%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620786%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_003/780x0__r.jpg?hash=1774620786 not downloaded yet
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009647%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620786%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_004/780x0__r.jpg?hash=1774620786 not downloaded yet
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009647%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620786%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_005/780x0__r.jpg?hash=1774620786 not downloaded yet
2026-03-27 14:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009332> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:19 [ecarstrade.nl] INFO: Extracting details for car 7009332auction111131
2026-03-27 14:57:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009342> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with identifier: 7009332auction111131
2026-03-27 14:57:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with scrape type 1
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009332%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619762%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_000/780x0__r.jpg?hash=1774619762 not downloaded yet
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009332%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619762%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_001/780x0__r.jpg?hash=1774619762 not downloaded yet
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009332%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619762%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_002/780x0__r.jpg?hash=1774619762 not downloaded yet
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009332%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619762%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_003/780x0__r.jpg?hash=1774619762 not downloaded yet
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009332%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619762%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_004/780x0__r.jpg?hash=1774619762 not downloaded yet
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009332%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619762%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_005/780x0__r.jpg?hash=1774619762 not downloaded yet
2026-03-27 14:57:19 [ecarstrade.nl] INFO: Extracting details for car 7009342auction111131
2026-03-27 14:57:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0deacc51-3c39-564c-b565-21238fcb3743 with identifier: 7009342auction111131
2026-03-27 14:57:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0deacc51-3c39-564c-b565-21238fcb3743 with scrape type 1
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0deacc51-3c39-564c-b565-21238fcb3743
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009342%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619820%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_000/780x0__r.jpg?hash=1774619820 not downloaded yet
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009342%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619820%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_001/780x0__r.jpg?hash=1774619820 not downloaded yet
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009342%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619820%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_002/780x0__r.jpg?hash=1774619820 not downloaded yet
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009342%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619820%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_003/780x0__r.jpg?hash=1774619820 not downloaded yet
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009342%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619820%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_004/780x0__r.jpg?hash=1774619820 not downloaded yet
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009342%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619820%27 HTTP/1.1" 200 None
2026-03-27 14:57:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_005/780x0__r.jpg?hash=1774619820 not downloaded yet
2026-03-27 14:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009638> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_000/780x0__r.jpg?hash=1774620168> (referer: https://ecarstrade.com/cars/7009528)
2026-03-27 14:57:20 [ecarstrade.nl] INFO: Extracting details for car 7009638auction111131
2026-03-27 14:57:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 688b111b-d97a-556b-bf7a-729fc13a9ba5 with identifier: 7009638auction111131
2026-03-27 14:57:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 688b111b-d97a-556b-bf7a-729fc13a9ba5 with scrape type 1
2026-03-27 14:57:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 688b111b-d97a-556b-bf7a-729fc13a9ba5
2026-03-27 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009638%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620747%27 HTTP/1.1" 200 None
2026-03-27 14:57:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_000/780x0__r.jpg?hash=1774620747 not downloaded yet
2026-03-27 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009638%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620747%27 HTTP/1.1" 200 None
2026-03-27 14:57:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_001/780x0__r.jpg?hash=1774620747 not downloaded yet
2026-03-27 14:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_001/780x0__r.jpg?hash=1774620168> (referer: https://ecarstrade.com/cars/7009528)
2026-03-27 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009638%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620747%27 HTTP/1.1" 200 None
2026-03-27 14:57:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_002/780x0__r.jpg?hash=1774620747 not downloaded yet
2026-03-27 14:57:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009638%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620747%27 HTTP/1.1" 200 None
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_003/780x0__r.jpg?hash=1774620747 not downloaded yet
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dc6b53d3-619a-589f-9427-3759aabece01
2026-03-27 14:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009638%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620747%27 HTTP/1.1" 200 None
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_004/780x0__r.jpg?hash=1774620747 not downloaded yet
2026-03-27 14:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009638%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620747%27 HTTP/1.1" 200 None
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_005/780x0__r.jpg?hash=1774620747 not downloaded yet
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_002/780x0__r.jpg?hash=1774620168> (referer: https://ecarstrade.com/cars/7009528)
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dc6b53d3-619a-589f-9427-3759aabece01
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_000/780x0__r.jpg?hash=1774620237> (referer: https://ecarstrade.com/cars/7009605)
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dc6b53d3-619a-589f-9427-3759aabece01
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_005/780x0__r.jpg?hash=1774620237> (referer: https://ecarstrade.com/cars/7009605)
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_005/780x0__r.jpg?hash=1774619683> (referer: https://ecarstrade.com/cars/7009320)
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_005/780x0__r.jpg?hash=1774620786> (referer: https://ecarstrade.com/cars/7009647)
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_004/780x0__r.jpg?hash=1774620786> (referer: https://ecarstrade.com/cars/7009647)
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_005/780x0__r.jpg?hash=1774619820> (referer: https://ecarstrade.com/cars/7009342)
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_004/780x0__r.jpg?hash=1774619820> (referer: https://ecarstrade.com/cars/7009342)
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0deacc51-3c39-564c-b565-21238fcb3743
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_001/780x0__r.jpg?hash=1774620747> (referer: https://ecarstrade.com/cars/7009638)
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0deacc51-3c39-564c-b565-21238fcb3743
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_005/780x0__r.jpg?hash=1774620747> (referer: https://ecarstrade.com/cars/7009638)
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 688b111b-d97a-556b-bf7a-729fc13a9ba5
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_004/780x0__r.jpg?hash=1774620747> (referer: https://ecarstrade.com/cars/7009638)
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 688b111b-d97a-556b-bf7a-729fc13a9ba5
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 688b111b-d97a-556b-bf7a-729fc13a9ba5
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_003/780x0__r.jpg?hash=1774620747> (referer: https://ecarstrade.com/cars/7009638)
2026-03-27 14:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_002/780x0__r.jpg?hash=1774620747> (referer: https://ecarstrade.com/cars/7009638)
2026-03-27 14:57:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 688b111b-d97a-556b-bf7a-729fc13a9ba5
2026-03-27 14:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_000/780x0__r.jpg?hash=1774620747> (referer: https://ecarstrade.com/cars/7009638)
2026-03-27 14:57:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 688b111b-d97a-556b-bf7a-729fc13a9ba5
2026-03-27 14:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_003/780x0__r.jpg?hash=1774619820> (referer: https://ecarstrade.com/cars/7009342)
2026-03-27 14:57:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 688b111b-d97a-556b-bf7a-729fc13a9ba5
2026-03-27 14:57:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 688b111b-d97a-556b-bf7a-729fc13a9ba5, skipping ID generation
2026-03-27 14:57:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 688b111b-d97a-556b-bf7a-729fc13a9ba5 with scrape type 1
2026-03-27 14:57:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 688b111b-d97a-556b-bf7a-729fc13a9ba5 sending to next pipeline
2026-03-27 14:57:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 688b111b-d97a-556b-bf7a-729fc13a9ba5, identifier: 7009638auction111131
2026-03-27 14:57:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 688b111b-d97a-556b-bf7a-729fc13a9ba5 with identifier: 7009638auction111131
2026-03-27 14:57:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 688b111b-d97a-556b-bf7a-729fc13a9ba5 with identifier: 7009638auction111131
2026-03-27 14:57:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 688b111b-d97a-556b-bf7a-729fc13a9ba5 with identifier: 7009638auction111131 to the API
2026-03-27 14:57:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57: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-27 14:57:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009638/photo_000/780x0__r.jpg?hash=1774620747>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '688b111b-d97a-556b-bf7a-729fc13a9ba5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009638',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A1',
'odometer': 169364,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-02',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A1 Sportback 25 TFSI Pro Line',
'transmission': 'automatic',
'trim': 'AUDI Sportback 25 TFSI Pro Line',
'vin': None,
'year': 2022}
2026-03-27 14:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009638auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:22 [ecarstrade.nl] INFO: Saving data for 7009638auction111131: {'created_time': 1774623442.601321, 'last_price_update_time': 1774623442.601331, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009638auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_002/780x0__r.jpg?hash=1774619820> (referer: https://ecarstrade.com/cars/7009342)
2026-03-27 14:57:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0deacc51-3c39-564c-b565-21238fcb3743
2026-03-27 14:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_001/780x0__r.jpg?hash=1774619820> (referer: https://ecarstrade.com/cars/7009342)
2026-03-27 14:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_000/780x0__r.jpg?hash=1774619820> (referer: https://ecarstrade.com/cars/7009342)
2026-03-27 14:57:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0deacc51-3c39-564c-b565-21238fcb3743
2026-03-27 14:57:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0deacc51-3c39-564c-b565-21238fcb3743
2026-03-27 14:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_005/780x0__r.jpg?hash=1774619762> (referer: https://ecarstrade.com/cars/7009332)
2026-03-27 14:57:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0deacc51-3c39-564c-b565-21238fcb3743
2026-03-27 14:57:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0deacc51-3c39-564c-b565-21238fcb3743, skipping ID generation
2026-03-27 14:57:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0deacc51-3c39-564c-b565-21238fcb3743 with scrape type 1
2026-03-27 14:57:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0deacc51-3c39-564c-b565-21238fcb3743 sending to next pipeline
2026-03-27 14:57:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0deacc51-3c39-564c-b565-21238fcb3743, identifier: 7009342auction111131
2026-03-27 14:57:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0deacc51-3c39-564c-b565-21238fcb3743 with identifier: 7009342auction111131
2026-03-27 14:57:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0deacc51-3c39-564c-b565-21238fcb3743 with identifier: 7009342auction111131
2026-03-27 14:57:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0deacc51-3c39-564c-b565-21238fcb3743 with identifier: 7009342auction111131 to the API
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009342/photo_000/780x0__r.jpg?hash=1774619820>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '0deacc51-3c39-564c-b565-21238fcb3743',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009342',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 44158,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active Pack',
'vin': None,
'year': 2023}
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009342auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:23 [ecarstrade.nl] INFO: Saving data for 7009342auction111131: {'created_time': 1774623443.611974, 'last_price_update_time': 1774623443.611986, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009342auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_004/780x0__r.jpg?hash=1774619762> (referer: https://ecarstrade.com/cars/7009332)
2026-03-27 14:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009549> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c
2026-03-27 14:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_003/780x0__r.jpg?hash=1774619762> (referer: https://ecarstrade.com/cars/7009332)
2026-03-27 14:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_002/780x0__r.jpg?hash=1774619762> (referer: https://ecarstrade.com/cars/7009332)
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c
2026-03-27 14:57:23 [ecarstrade.nl] INFO: Extracting details for car 7009549auction111131
2026-03-27 14:57:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7bc3e53-8fa0-51b1-8512-d47dbed90672 with identifier: 7009549auction111131
2026-03-27 14:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7bc3e53-8fa0-51b1-8512-d47dbed90672 with scrape type 1
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a7bc3e53-8fa0-51b1-8512-d47dbed90672
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009549%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620182%27 HTTP/1.1" 200 None
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_000/780x0__r.jpg?hash=1774620182 not downloaded yet
2026-03-27 14:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_001/780x0__r.jpg?hash=1774619762> (referer: https://ecarstrade.com/cars/7009332)
2026-03-27 14:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_000/780x0__r.jpg?hash=1774619762> (referer: https://ecarstrade.com/cars/7009332)
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009549%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620182%27 HTTP/1.1" 200 None
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_001/780x0__r.jpg?hash=1774620182 not downloaded yet
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009549%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620182%27 HTTP/1.1" 200 None
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_002/780x0__r.jpg?hash=1774620182 not downloaded yet
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009549%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620182%27 HTTP/1.1" 200 None
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_003/780x0__r.jpg?hash=1774620182 not downloaded yet
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009549%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620182%27 HTTP/1.1" 200 None
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_004/780x0__r.jpg?hash=1774620182 not downloaded yet
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c
2026-03-27 14:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_003/780x0__r.jpg?hash=1774620786> (referer: https://ecarstrade.com/cars/7009647)
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009549%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620182%27 HTTP/1.1" 200 None
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_005/780x0__r.jpg?hash=1774620182 not downloaded yet
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c
2026-03-27 14:57:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c, skipping ID generation
2026-03-27 14:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with scrape type 1
2026-03-27 14:57:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c sending to next pipeline
2026-03-27 14:57:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c, identifier: 7009332auction111131
2026-03-27 14:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_002/780x0__r.jpg?hash=1774620786> (referer: https://ecarstrade.com/cars/7009647)
2026-03-27 14:57:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with identifier: 7009332auction111131
2026-03-27 14:57:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with identifier: 7009332auction111131
2026-03-27 14:57:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 174a4e2d-aad6-51e8-bcfe-ace57dee6b7c with identifier: 7009332auction111131 to the API
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009332/photo_000/780x0__r.jpg?hash=1774619762>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '174a4e2d-aad6-51e8-bcfe-ace57dee6b7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009332',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 72989,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Turbo Edition',
'transmission': 'manual',
'trim': 'OPEL 1.2 Turbo Edition',
'vin': None,
'year': 2023}
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009332auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:24 [ecarstrade.nl] INFO: Saving data for 7009332auction111131: {'created_time': 1774623444.325769, 'last_price_update_time': 1774623444.325782, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009332auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_001/780x0__r.jpg?hash=1774620786> (referer: https://ecarstrade.com/cars/7009647)
2026-03-27 14:57:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920
2026-03-27 14:57:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920
2026-03-27 14:57:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_000/780x0__r.jpg?hash=1774620786> (referer: https://ecarstrade.com/cars/7009647)
2026-03-27 14:57:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_004/780x0__r.jpg?hash=1774619683> (referer: https://ecarstrade.com/cars/7009320)
2026-03-27 14:57:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_003/780x0__r.jpg?hash=1774619683> (referer: https://ecarstrade.com/cars/7009320)
2026-03-27 14:57:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920
2026-03-27 14:57:24 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:57:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_002/780x0__r.jpg?hash=1774619682> (referer: https://ecarstrade.com/cars/7009320)
2026-03-27 14:57:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_001/780x0__r.jpg?hash=1774619682> (referer: https://ecarstrade.com/cars/7009320)
2026-03-27 14:57:24 [ecarstrade.nl] INFO: Found listing with ID: 7009628auction111131
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009628auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:24 [ecarstrade.nl] INFO: Scrape type for 7009628auction111131: 1
2026-03-27 14:57:24 [ecarstrade.nl] INFO: Found listing with ID: 7009268auction111131
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009268auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:24 [ecarstrade.nl] INFO: Scrape type for 7009268auction111131: 1
2026-03-27 14:57:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_000/780x0__r.jpg?hash=1774620182> (referer: https://ecarstrade.com/cars/7009549)
2026-03-27 14:57:24 [ecarstrade.nl] INFO: Found listing with ID: 7009596auction111131
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009596auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:24 [ecarstrade.nl] INFO: Scrape type for 7009596auction111131: 1
2026-03-27 14:57:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920
2026-03-27 14:57:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920, skipping ID generation
2026-03-27 14:57:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with scrape type 1
2026-03-27 14:57:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 sending to next pipeline
2026-03-27 14:57:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920, identifier: 7009647auction111131
2026-03-27 14:57:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4
2026-03-27 14:57:24 [ecarstrade.nl] INFO: Found listing with ID: 7009356auction111131
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009356auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:24 [ecarstrade.nl] INFO: Scrape type for 7009356auction111131: 1
2026-03-27 14:57:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with identifier: 7009647auction111131
2026-03-27 14:57:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with identifier: 7009647auction111131
2026-03-27 14:57:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8a88dcc9-5767-5c7b-a53c-4ef8b9d34920 with identifier: 7009647auction111131 to the API
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009647/photo_000/780x0__r.jpg?hash=1774620786>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8a88dcc9-5767-5c7b-a53c-4ef8b9d34920',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009647',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 99201,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-10',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EB Connected',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EB Connected',
'vin': None,
'year': 2022}
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009647auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Saving data for 7009647auction111131: {'created_time': 1774623445.038491, 'last_price_update_time': 1774623445.038503, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009647auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_000/780x0__r.jpg?hash=1774619682> (referer: https://ecarstrade.com/cars/7009320)
2026-03-27 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_004/780x0__r.jpg?hash=1774620182> (referer: https://ecarstrade.com/cars/7009549)
2026-03-27 14:57:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4
2026-03-27 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_005/780x0__r.jpg?hash=1774620182> (referer: https://ecarstrade.com/cars/7009549)
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Found listing with ID: 7009377auction111131
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009377auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Scrape type for 7009377auction111131: 1
2026-03-27 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010189> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Found listing with ID: 7009485auction111131
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009485auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Scrape type for 7009485auction111131: 1
2026-03-27 14:57:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4
2026-03-27 14:57:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4
2026-03-27 14:57:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a7bc3e53-8fa0-51b1-8512-d47dbed90672
2026-03-27 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_002/780x0__r.jpg?hash=1774620182> (referer: https://ecarstrade.com/cars/7009549)
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Found listing with ID: 7009623auction111131
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009623auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Scrape type for 7009623auction111131: 1
2026-03-27 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_003/780x0__r.jpg?hash=1774620182> (referer: https://ecarstrade.com/cars/7009549)
2026-03-27 14:57:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_001/780x0__r.jpg?hash=1774620182> (referer: https://ecarstrade.com/cars/7009549)
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Found listing with ID: 7009643auction111131
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009643auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Scrape type for 7009643auction111131: 1
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Found listing with ID: 7009654auction111131
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009654auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Scrape type for 7009654auction111131: 1
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Found listing with ID: 7009348auction111131
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009348auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Scrape type for 7009348auction111131: 1
2026-03-27 14:57:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4
2026-03-27 14:57:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4, skipping ID generation
2026-03-27 14:57:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with scrape type 1
2026-03-27 14:57:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 sending to next pipeline
2026-03-27 14:57:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4, identifier: 7009320auction111131
2026-03-27 14:57:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a7bc3e53-8fa0-51b1-8512-d47dbed90672
2026-03-27 14:57:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with identifier: 7009320auction111131
2026-03-27 14:57:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with identifier: 7009320auction111131
2026-03-27 14:57:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4 with identifier: 7009320auction111131 to the API
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009320/photo_000/780x0__r.jpg?hash=1774619682>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7cda3b19-3f1b-5f7a-9d30-f85560ce4bd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009320',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 143310,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Variant 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Variant 1.0 TSI Life',
'vin': None,
'year': 2021}
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009320auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Saving data for 7009320auction111131: {'created_time': 1774623445.910792, 'last_price_update_time': 1774623445.910803, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009320auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_004/780x0__r.jpg?hash=1774620237> (referer: https://ecarstrade.com/cars/7009605)
2026-03-27 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_003/780x0__r.jpg?hash=1774620237> (referer: https://ecarstrade.com/cars/7009605)
2026-03-27 14:57:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_002/780x0__r.jpg?hash=1774620237> (referer: https://ecarstrade.com/cars/7009605)
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Extracting details for car 7010189auction111131
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Found listing with ID: 7010190auction111131
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010190auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Scrape type for 7010190auction111131: 1
2026-03-27 14:57:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a7bc3e53-8fa0-51b1-8512-d47dbed90672
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Found listing with ID: 7009336auction111131
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009336auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:25 [ecarstrade.nl] INFO: Scrape type for 7009336auction111131: 1
2026-03-27 14:57:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with identifier: 7010189auction111131
2026-03-27 14:57:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with scrape type 1
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010189%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622490%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_000/780x0__r.jpg?hash=1774622490 not downloaded yet
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a7bc3e53-8fa0-51b1-8512-d47dbed90672
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a7bc3e53-8fa0-51b1-8512-d47dbed90672
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a7bc3e53-8fa0-51b1-8512-d47dbed90672
2026-03-27 14:57:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a7bc3e53-8fa0-51b1-8512-d47dbed90672, skipping ID generation
2026-03-27 14:57:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7bc3e53-8fa0-51b1-8512-d47dbed90672 with scrape type 1
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a7bc3e53-8fa0-51b1-8512-d47dbed90672 sending to next pipeline
2026-03-27 14:57:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a7bc3e53-8fa0-51b1-8512-d47dbed90672, identifier: 7009549auction111131
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Found listing with ID: 7009637auction111131
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009637auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Scrape type for 7009637auction111131: 1
2026-03-27 14:57:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a7bc3e53-8fa0-51b1-8512-d47dbed90672 with identifier: 7009549auction111131
2026-03-27 14:57:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a7bc3e53-8fa0-51b1-8512-d47dbed90672 with identifier: 7009549auction111131
2026-03-27 14:57:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a7bc3e53-8fa0-51b1-8512-d47dbed90672 with identifier: 7009549auction111131 to the API
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009549/photo_001/780x0__r.jpg?hash=1774620182>
{'auction_title': '',
'c_o_2_emission_value': 83,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a7bc3e53-8fa0-51b1-8512-d47dbed90672',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009549',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 192688,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports 1.8 Hybrid Business Plus',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports 1.8 Hybrid Business Plus',
'vin': None,
'year': 2020}
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009549auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Saving data for 7009549auction111131: {'created_time': 1774623446.447856, 'last_price_update_time': 1774623446.447868, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009549auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010189%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622491%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_001/780x0__r.jpg?hash=1774622491 not downloaded yet
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Found listing with ID: 7009283auction111131
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009283auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Scrape type for 7009283auction111131: 1
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010189%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622491%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_002/780x0__r.jpg?hash=1774622491 not downloaded yet
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Found listing with ID: 7009337auction111131
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009337auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Scrape type for 7009337auction111131: 1
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010189%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622491%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_003/780x0__r.jpg?hash=1774622491 not downloaded yet
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Found listing with ID: 7009609auction111131
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009609auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Scrape type for 7009609auction111131: 1
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010189%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622491%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_004/780x0__r.jpg?hash=1774622491 not downloaded yet
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Found listing with ID: 7010172auction111131
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010172auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Scrape type for 7010172auction111131: 1
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010189%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622491%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_005/780x0__r.jpg?hash=1774622491 not downloaded yet
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Found listing with ID: 7009330auction111131
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009330auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Scrape type for 7009330auction111131: 1
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Found listing with ID: 7009511auction111131
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009511auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Scrape type for 7009511auction111131: 1
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Found listing with ID: 7009629auction111131
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009629auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:26 [ecarstrade.nl] INFO: Scrape type for 7009629auction111131: 1
2026-03-27 14:57:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009298> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:29 [ecarstrade.nl] INFO: Extracting details for car 7009298auction111131
2026-03-27 14:57:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85ca6f96-18a8-5b88-b442-a771cf70ff4d with identifier: 7009298auction111131
2026-03-27 14:57:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85ca6f96-18a8-5b88-b442-a771cf70ff4d with scrape type 1
2026-03-27 14:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 85ca6f96-18a8-5b88-b442-a771cf70ff4d
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009298%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619607%27 HTTP/1.1" 200 None
2026-03-27 14:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_000/780x0__r.jpg?hash=1774619607 not downloaded yet
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009298%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619607%27 HTTP/1.1" 200 None
2026-03-27 14:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_001/780x0__r.jpg?hash=1774619607 not downloaded yet
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009298%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619607%27 HTTP/1.1" 200 None
2026-03-27 14:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_002/780x0__r.jpg?hash=1774619607 not downloaded yet
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009298%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619607%27 HTTP/1.1" 200 None
2026-03-27 14:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_003/780x0__r.jpg?hash=1774619607 not downloaded yet
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009298%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619607%27 HTTP/1.1" 200 None
2026-03-27 14:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_004/780x0__r.jpg?hash=1774619607 not downloaded yet
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009298%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619607%27 HTTP/1.1" 200 None
2026-03-27 14:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_005/780x0__r.jpg?hash=1774619607 not downloaded yet
2026-03-27 14:57:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009280> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:30 [ecarstrade.nl] INFO: Extracting details for car 7009280auction111131
2026-03-27 14:57:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ec252e3-8cef-5b89-929d-a9673be818cb with identifier: 7009280auction111131
2026-03-27 14:57:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ec252e3-8cef-5b89-929d-a9673be818cb with scrape type 1
2026-03-27 14:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1ec252e3-8cef-5b89-929d-a9673be818cb
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009280%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619509%27 HTTP/1.1" 200 None
2026-03-27 14:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_000/780x0__r.jpg?hash=1774619509 not downloaded yet
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009280%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619509%27 HTTP/1.1" 200 None
2026-03-27 14:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_001/780x0__r.jpg?hash=1774619509 not downloaded yet
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009280%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619510%27 HTTP/1.1" 200 None
2026-03-27 14:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_002/780x0__r.jpg?hash=1774619510 not downloaded yet
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009280%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619510%27 HTTP/1.1" 200 None
2026-03-27 14:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_003/780x0__r.jpg?hash=1774619510 not downloaded yet
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009280%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619510%27 HTTP/1.1" 200 None
2026-03-27 14:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_004/780x0__r.jpg?hash=1774619510 not downloaded yet
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009280%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619510%27 HTTP/1.1" 200 None
2026-03-27 14:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_005/780x0__r.jpg?hash=1774619510 not downloaded yet
2026-03-27 14:57:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009327> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:31 [ecarstrade.nl] INFO: Extracting details for car 7009327auction111131
2026-03-27 14:57:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c591b352-826b-579a-a2ed-c05ecb1f5d50 with identifier: 7009327auction111131
2026-03-27 14:57:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c591b352-826b-579a-a2ed-c05ecb1f5d50 with scrape type 1
2026-03-27 14:57:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c591b352-826b-579a-a2ed-c05ecb1f5d50
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009327%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619741%27 HTTP/1.1" 200 None
2026-03-27 14:57:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_000/780x0__r.jpg?hash=1774619741 not downloaded yet
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009327%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619741%27 HTTP/1.1" 200 None
2026-03-27 14:57:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_001/780x0__r.jpg?hash=1774619741 not downloaded yet
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009327%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619741%27 HTTP/1.1" 200 None
2026-03-27 14:57:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_002/780x0__r.jpg?hash=1774619741 not downloaded yet
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009327%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619741%27 HTTP/1.1" 200 None
2026-03-27 14:57:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_003/780x0__r.jpg?hash=1774619741 not downloaded yet
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009327%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619742%27 HTTP/1.1" 200 None
2026-03-27 14:57:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_004/780x0__r.jpg?hash=1774619742 not downloaded yet
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009327%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619742%27 HTTP/1.1" 200 None
2026-03-27 14:57:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_005/780x0__r.jpg?hash=1774619742 not downloaded yet
2026-03-27 14:57:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009596> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_005/780x0__r.jpg?hash=1774620168> (referer: https://ecarstrade.com/cars/7009528)
2026-03-27 14:57:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:34 [ecarstrade.nl] INFO: Extracting details for car 7009596auction111131
2026-03-27 14:57:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fac260f-adf6-5e9c-ae8b-8c761768d62f with identifier: 7009596auction111131
2026-03-27 14:57:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fac260f-adf6-5e9c-ae8b-8c761768d62f with scrape type 1
2026-03-27 14:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2fac260f-adf6-5e9c-ae8b-8c761768d62f
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009596%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620213%27 HTTP/1.1" 200 None
2026-03-27 14:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_000/780x0__r.jpg?hash=1774620213 not downloaded yet
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009596%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620213%27 HTTP/1.1" 200 None
2026-03-27 14:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_001/780x0__r.jpg?hash=1774620213 not downloaded yet
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009596%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620213%27 HTTP/1.1" 200 None
2026-03-27 14:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_002/780x0__r.jpg?hash=1774620213 not downloaded yet
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009596%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620213%27 HTTP/1.1" 200 None
2026-03-27 14:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_003/780x0__r.jpg?hash=1774620213 not downloaded yet
2026-03-27 14:57:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dc6b53d3-619a-589f-9427-3759aabece01
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009596%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620213%27 HTTP/1.1" 200 None
2026-03-27 14:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_004/780x0__r.jpg?hash=1774620213 not downloaded yet
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009596%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620213%27 HTTP/1.1" 200 None
2026-03-27 14:57:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_005/780x0__r.jpg?hash=1774620213 not downloaded yet
2026-03-27 14:57:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009356> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:36 [ecarstrade.nl] INFO: Extracting details for car 7009356auction111131
2026-03-27 14:57:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66cd26a0-9e5e-5c45-a095-64bea8adf946 with identifier: 7009356auction111131
2026-03-27 14:57:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66cd26a0-9e5e-5c45-a095-64bea8adf946 with scrape type 1
2026-03-27 14:57:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66cd26a0-9e5e-5c45-a095-64bea8adf946
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009356%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619895%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_000/780x0__r.jpg?hash=1774619895 not downloaded yet
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009356%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619895%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_001/780x0__r.jpg?hash=1774619895 not downloaded yet
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009356%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619895%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_002/780x0__r.jpg?hash=1774619895 not downloaded yet
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009356%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619896%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_003/780x0__r.jpg?hash=1774619896 not downloaded yet
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009356%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619896%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_004/780x0__r.jpg?hash=1774619896 not downloaded yet
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009356%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619896%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_005/780x0__r.jpg?hash=1774619896 not downloaded yet
2026-03-27 14:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009639auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009639auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009639auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7010178auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010178auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7010178auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009306auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009306auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009306auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009667auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009667auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009667auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009303auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009303auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009303auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009326auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009326auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009326auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009614auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009614auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009614auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009645auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009645auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009645auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7010195auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010195auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7010195auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009292auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009292auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009292auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7010194auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010194auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7010194auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009272auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009272auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009272auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009603auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009603auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009603auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009651auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009651auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009651auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009656auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009656auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009656auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7010196auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010196auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7010196auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7010210auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010210auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7010210auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009269auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009269auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009269auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009284auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009284auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009284auction111131: 1
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Found listing with ID: 7009353auction111131
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009353auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:37 [ecarstrade.nl] INFO: Scrape type for 7009353auction111131: 1
2026-03-27 14:57:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009623> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:41 [ecarstrade.nl] INFO: Extracting details for car 7009623auction111131
2026-03-27 14:57:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 505f0a19-2aab-5186-9644-dfd4b5b68602 with identifier: 7009623auction111131
2026-03-27 14:57:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 505f0a19-2aab-5186-9644-dfd4b5b68602 with scrape type 1
2026-03-27 14:57:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 505f0a19-2aab-5186-9644-dfd4b5b68602
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009623%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620642%27 HTTP/1.1" 200 None
2026-03-27 14:57:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_000/780x0__r.jpg?hash=1774620642 not downloaded yet
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009623%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620642%27 HTTP/1.1" 200 None
2026-03-27 14:57:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_001/780x0__r.jpg?hash=1774620642 not downloaded yet
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009623%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620643%27 HTTP/1.1" 200 None
2026-03-27 14:57:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_002/780x0__r.jpg?hash=1774620643 not downloaded yet
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009623%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620643%27 HTTP/1.1" 200 None
2026-03-27 14:57:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_003/780x0__r.jpg?hash=1774620643 not downloaded yet
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009623%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620643%27 HTTP/1.1" 200 None
2026-03-27 14:57:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_004/780x0__r.jpg?hash=1774620643 not downloaded yet
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009623%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620643%27 HTTP/1.1" 200 None
2026-03-27 14:57:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_005/780x0__r.jpg?hash=1774620643 not downloaded yet
2026-03-27 14:57:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009628> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:42 [ecarstrade.nl] INFO: Extracting details for car 7009628auction111131
2026-03-27 14:57:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with identifier: 7009628auction111131
2026-03-27 14:57:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with scrape type 1
2026-03-27 14:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009628%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620676%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_000/780x0__r.jpg?hash=1774620676 not downloaded yet
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009628%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620676%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_001/780x0__r.jpg?hash=1774620676 not downloaded yet
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009628%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620676%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_002/780x0__r.jpg?hash=1774620676 not downloaded yet
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009628%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620676%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_003/780x0__r.jpg?hash=1774620676 not downloaded yet
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009628%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620676%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_004/780x0__r.jpg?hash=1774620676 not downloaded yet
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009628%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620676%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_005/780x0__r.jpg?hash=1774620676 not downloaded yet
2026-03-27 14:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009485> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_005/780x0__r.jpg?hash=1774619607> (referer: https://ecarstrade.com/cars/7009298)
2026-03-27 14:57:43 [ecarstrade.nl] INFO: Extracting details for car 7009485auction111131
2026-03-27 14:57:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 511401ec-8279-5ed5-b64a-fa910f7113fc with identifier: 7009485auction111131
2026-03-27 14:57:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 511401ec-8279-5ed5-b64a-fa910f7113fc with scrape type 1
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 511401ec-8279-5ed5-b64a-fa910f7113fc
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009485%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620143%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_000/780x0__r.jpg?hash=1774620143 not downloaded yet
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009485%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620143%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_001/780x0__r.jpg?hash=1774620143 not downloaded yet
2026-03-27 14:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_005/780x0__r.jpg?hash=1774619510> (referer: https://ecarstrade.com/cars/7009280)
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009485%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620143%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_002/780x0__r.jpg?hash=1774620143 not downloaded yet
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009485%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620143%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_003/780x0__r.jpg?hash=1774620143 not downloaded yet
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 85ca6f96-18a8-5b88-b442-a771cf70ff4d
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009485%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620143%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_004/780x0__r.jpg?hash=1774620143 not downloaded yet
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009485%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620143%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_005/780x0__r.jpg?hash=1774620143 not downloaded yet
2026-03-27 14:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_005/780x0__r.jpg?hash=1774619742> (referer: https://ecarstrade.com/cars/7009327)
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1ec252e3-8cef-5b89-929d-a9673be818cb
2026-03-27 14:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_004/780x0__r.jpg?hash=1774619742> (referer: https://ecarstrade.com/cars/7009327)
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c591b352-826b-579a-a2ed-c05ecb1f5d50
2026-03-27 14:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_005/780x0__r.jpg?hash=1774620213> (referer: https://ecarstrade.com/cars/7009596)
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c591b352-826b-579a-a2ed-c05ecb1f5d50
2026-03-27 14:57:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_005/780x0__r.jpg?hash=1774619896> (referer: https://ecarstrade.com/cars/7009356)
2026-03-27 14:57:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2fac260f-adf6-5e9c-ae8b-8c761768d62f
2026-03-27 14:57:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66cd26a0-9e5e-5c45-a095-64bea8adf946
2026-03-27 14:57:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009268> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_005/780x0__r.jpg?hash=1774620643> (referer: https://ecarstrade.com/cars/7009623)
2026-03-27 14:57:46 [ecarstrade.nl] INFO: Extracting details for car 7009268auction111131
2026-03-27 14:57:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with identifier: 7009268auction111131
2026-03-27 14:57:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with scrape type 1
2026-03-27 14:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a
2026-03-27 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009268%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619445%27 HTTP/1.1" 200 None
2026-03-27 14:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_000/780x0__r.jpg?hash=1774619445 not downloaded yet
2026-03-27 14:57:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_005/780x0__r.jpg?hash=1774620676> (referer: https://ecarstrade.com/cars/7009628)
2026-03-27 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009268%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619446%27 HTTP/1.1" 200 None
2026-03-27 14:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_001/780x0__r.jpg?hash=1774619446 not downloaded yet
2026-03-27 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009268%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619446%27 HTTP/1.1" 200 None
2026-03-27 14:57:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_002/780x0__r.jpg?hash=1774619446 not downloaded yet
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009268%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619446%27 HTTP/1.1" 200 None
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_003/780x0__r.jpg?hash=1774619446 not downloaded yet
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009268%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619446%27 HTTP/1.1" 200 None
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_004/780x0__r.jpg?hash=1774619446 not downloaded yet
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 505f0a19-2aab-5186-9644-dfd4b5b68602
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009268%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619446%27 HTTP/1.1" 200 None
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_005/780x0__r.jpg?hash=1774619446 not downloaded yet
2026-03-27 14:57:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_004/780x0__r.jpg?hash=1774620676> (referer: https://ecarstrade.com/cars/7009628)
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1
2026-03-27 14:57:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_001/780x0__r.jpg?hash=1774620143> (referer: https://ecarstrade.com/cars/7009485)
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1
2026-03-27 14:57:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_005/780x0__r.jpg?hash=1774620143> (referer: https://ecarstrade.com/cars/7009485)
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 511401ec-8279-5ed5-b64a-fa910f7113fc
2026-03-27 14:57:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_004/780x0__r.jpg?hash=1774620143> (referer: https://ecarstrade.com/cars/7009485)
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 511401ec-8279-5ed5-b64a-fa910f7113fc
2026-03-27 14:57:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009654> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_003/780x0__r.jpg?hash=1774620143> (referer: https://ecarstrade.com/cars/7009485)
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 511401ec-8279-5ed5-b64a-fa910f7113fc
2026-03-27 14:57:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_002/780x0__r.jpg?hash=1774620143> (referer: https://ecarstrade.com/cars/7009485)
2026-03-27 14:57:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_000/780x0__r.jpg?hash=1774620143> (referer: https://ecarstrade.com/cars/7009485)
2026-03-27 14:57:47 [ecarstrade.nl] INFO: Extracting details for car 7009654auction111131
2026-03-27 14:57:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with identifier: 7009654auction111131
2026-03-27 14:57:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with scrape type 1
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009654%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620819%27 HTTP/1.1" 200 None
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_000/780x0__r.jpg?hash=1774620819 not downloaded yet
2026-03-27 14:57:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_000/780x0__r.jpg?hash=1774619445> (referer: https://ecarstrade.com/cars/7009268)
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009654%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620819%27 HTTP/1.1" 200 None
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_001/780x0__r.jpg?hash=1774620819 not downloaded yet
2026-03-27 14:57:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_003/780x0__r.jpg?hash=1774620676> (referer: https://ecarstrade.com/cars/7009628)
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009654%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620819%27 HTTP/1.1" 200 None
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_002/780x0__r.jpg?hash=1774620819 not downloaded yet
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 511401ec-8279-5ed5-b64a-fa910f7113fc
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009654%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620819%27 HTTP/1.1" 200 None
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_003/780x0__r.jpg?hash=1774620819 not downloaded yet
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009654%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620819%27 HTTP/1.1" 200 None
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_004/780x0__r.jpg?hash=1774620819 not downloaded yet
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009654%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620819%27 HTTP/1.1" 200 None
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_005/780x0__r.jpg?hash=1774620819 not downloaded yet
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 511401ec-8279-5ed5-b64a-fa910f7113fc
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 511401ec-8279-5ed5-b64a-fa910f7113fc
2026-03-27 14:57:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 511401ec-8279-5ed5-b64a-fa910f7113fc, skipping ID generation
2026-03-27 14:57:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 511401ec-8279-5ed5-b64a-fa910f7113fc with scrape type 1
2026-03-27 14:57:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 511401ec-8279-5ed5-b64a-fa910f7113fc sending to next pipeline
2026-03-27 14:57:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 511401ec-8279-5ed5-b64a-fa910f7113fc, identifier: 7009485auction111131
2026-03-27 14:57:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 511401ec-8279-5ed5-b64a-fa910f7113fc with identifier: 7009485auction111131
2026-03-27 14:57:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 511401ec-8279-5ed5-b64a-fa910f7113fc with identifier: 7009485auction111131
2026-03-27 14:57:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 511401ec-8279-5ed5-b64a-fa910f7113fc with identifier: 7009485auction111131 to the API
2026-03-27 14:57:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009485/photo_000/780x0__r.jpg?hash=1774620143>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '511401ec-8279-5ed5-b64a-fa910f7113fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009485',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 167619,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0 EcoB.Hy. Tit.',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoB.Hy. Tit.',
'vin': None,
'year': 2023}
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009485auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:48 [ecarstrade.nl] INFO: Saving data for 7009485auction111131: {'created_time': 1774623468.367369, 'last_price_update_time': 1774623468.367381, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009485auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_005/780x0__r.jpg?hash=1774619446> (referer: https://ecarstrade.com/cars/7009268)
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_004/780x0__r.jpg?hash=1774619446> (referer: https://ecarstrade.com/cars/7009268)
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009348> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_001/780x0__r.jpg?hash=1774619446> (referer: https://ecarstrade.com/cars/7009268)
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_003/780x0__r.jpg?hash=1774619446> (referer: https://ecarstrade.com/cars/7009268)
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_002/780x0__r.jpg?hash=1774619446> (referer: https://ecarstrade.com/cars/7009268)
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_002/780x0__r.jpg?hash=1774620676> (referer: https://ecarstrade.com/cars/7009628)
2026-03-27 14:57:48 [ecarstrade.nl] INFO: Extracting details for car 7009348auction111131
2026-03-27 14:57:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9833dc8f-8077-5720-b8ea-415364a4c558 with identifier: 7009348auction111131
2026-03-27 14:57:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9833dc8f-8077-5720-b8ea-415364a4c558 with scrape type 1
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9833dc8f-8077-5720-b8ea-415364a4c558
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009348%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619852%27 HTTP/1.1" 200 None
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_000/780x0__r.jpg?hash=1774619852 not downloaded yet
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_001/780x0__r.jpg?hash=1774620676> (referer: https://ecarstrade.com/cars/7009628)
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009348%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619852%27 HTTP/1.1" 200 None
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_001/780x0__r.jpg?hash=1774619852 not downloaded yet
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009348%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619852%27 HTTP/1.1" 200 None
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_002/780x0__r.jpg?hash=1774619852 not downloaded yet
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_000/780x0__r.jpg?hash=1774620676> (referer: https://ecarstrade.com/cars/7009628)
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_000/780x0__r.jpg?hash=1774620819> (referer: https://ecarstrade.com/cars/7009654)
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_001/780x0__r.jpg?hash=1774620819> (referer: https://ecarstrade.com/cars/7009654)
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009348%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619852%27 HTTP/1.1" 200 None
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_003/780x0__r.jpg?hash=1774619852 not downloaded yet
2026-03-27 14:57:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009643> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a
2026-03-27 14:57:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a, skipping ID generation
2026-03-27 14:57:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with scrape type 1
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a sending to next pipeline
2026-03-27 14:57:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a, identifier: 7009268auction111131
2026-03-27 14:57:48 [ecarstrade.nl] INFO: Extracting details for car 7009643auction111131
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009348%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619852%27 HTTP/1.1" 200 None
2026-03-27 14:57:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_004/780x0__r.jpg?hash=1774619852 not downloaded yet
2026-03-27 14:57:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with identifier: 7009268auction111131
2026-03-27 14:57:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with identifier: 7009268auction111131
2026-03-27 14:57:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a with identifier: 7009268auction111131 to the API
2026-03-27 14:57:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009268/photo_002/780x0__r.jpg?hash=1774619446>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5d6e0ac3-c0af-57a3-b7ac-de3bd2a19b0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009268',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 59438,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Active Pack',
'vin': None,
'year': 2022}
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009268auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:49 [ecarstrade.nl] INFO: Saving data for 7009268auction111131: {'created_time': 1774623469.191537, 'last_price_update_time': 1774623469.191547, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009268auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_003/780x0__r.jpg?hash=1774620819> (referer: https://ecarstrade.com/cars/7009654)
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_004/780x0__r.jpg?hash=1774620819> (referer: https://ecarstrade.com/cars/7009654)
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_005/780x0__r.jpg?hash=1774620819> (referer: https://ecarstrade.com/cars/7009654)
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009348%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619852%27 HTTP/1.1" 200 None
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_005/780x0__r.jpg?hash=1774619852 not downloaded yet
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1
2026-03-27 14:57:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f0fbfa9-c855-5c17-8415-1b05b326d7e1, skipping ID generation
2026-03-27 14:57:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with scrape type 1
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 sending to next pipeline
2026-03-27 14:57:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1f0fbfa9-c855-5c17-8415-1b05b326d7e1, identifier: 7009628auction111131
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d
2026-03-27 14:57:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 090bb38b-3e85-5bba-b930-7155b033c708 with identifier: 7009643auction111131
2026-03-27 14:57:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 090bb38b-3e85-5bba-b930-7155b033c708 with scrape type 1
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 090bb38b-3e85-5bba-b930-7155b033c708
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009643%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620770%27 HTTP/1.1" 200 None
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_000/780x0__r.jpg?hash=1774620770 not downloaded yet
2026-03-27 14:57:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with identifier: 7009628auction111131
2026-03-27 14:57:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with identifier: 7009628auction111131
2026-03-27 14:57:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1f0fbfa9-c855-5c17-8415-1b05b326d7e1 with identifier: 7009628auction111131 to the API
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009628/photo_000/780x0__r.jpg?hash=1774620676>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1f0fbfa9-c855-5c17-8415-1b05b326d7e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009628',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 42140,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-31',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL 1.2 Edition',
'vin': None,
'year': 2022}
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009628auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:49 [ecarstrade.nl] INFO: Saving data for 7009628auction111131: {'created_time': 1774623469.719413, 'last_price_update_time': 1774623469.719424, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009628auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_002/780x0__r.jpg?hash=1774620819> (referer: https://ecarstrade.com/cars/7009654)
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009643%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620770%27 HTTP/1.1" 200 None
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_001/780x0__r.jpg?hash=1774620770 not downloaded yet
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_002/780x0__r.jpg?hash=1774620643> (referer: https://ecarstrade.com/cars/7009623)
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_003/780x0__r.jpg?hash=1774620643> (referer: https://ecarstrade.com/cars/7009623)
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_004/780x0__r.jpg?hash=1774620643> (referer: https://ecarstrade.com/cars/7009623)
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009629> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009643%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620770%27 HTTP/1.1" 200 None
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_002/780x0__r.jpg?hash=1774620770 not downloaded yet
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009643%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620770%27 HTTP/1.1" 200 None
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_003/780x0__r.jpg?hash=1774620770 not downloaded yet
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009643%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620770%27 HTTP/1.1" 200 None
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_004/780x0__r.jpg?hash=1774620770 not downloaded yet
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_000/780x0__r.jpg?hash=1774619852> (referer: https://ecarstrade.com/cars/7009348)
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_003/780x0__r.jpg?hash=1774619852> (referer: https://ecarstrade.com/cars/7009348)
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009643%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620770%27 HTTP/1.1" 200 None
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_005/780x0__r.jpg?hash=1774620770 not downloaded yet
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_001/780x0__r.jpg?hash=1774619852> (referer: https://ecarstrade.com/cars/7009348)
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_001/780x0__r.jpg?hash=1774620642> (referer: https://ecarstrade.com/cars/7009623)
2026-03-27 14:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_002/780x0__r.jpg?hash=1774619852> (referer: https://ecarstrade.com/cars/7009348)
2026-03-27 14:57:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:49 [ecarstrade.nl] INFO: Extracting details for car 7009629auction111131
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d
2026-03-27 14:57:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d04524d-5b1e-55fa-921c-a3eecf4cad0d, skipping ID generation
2026-03-27 14:57:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with scrape type 1
2026-03-27 14:57:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d04524d-5b1e-55fa-921c-a3eecf4cad0d sending to next pipeline
2026-03-27 14:57:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2d04524d-5b1e-55fa-921c-a3eecf4cad0d, identifier: 7009654auction111131
2026-03-27 14:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_004/780x0__r.jpg?hash=1774619852> (referer: https://ecarstrade.com/cars/7009348)
2026-03-27 14:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_000/780x0__r.jpg?hash=1774620642> (referer: https://ecarstrade.com/cars/7009623)
2026-03-27 14:57:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with identifier: 7009654auction111131
2026-03-27 14:57:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with identifier: 7009654auction111131
2026-03-27 14:57:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2d04524d-5b1e-55fa-921c-a3eecf4cad0d with identifier: 7009654auction111131 to the API
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009654/photo_002/780x0__r.jpg?hash=1774620819>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2d04524d-5b1e-55fa-921c-a3eecf4cad0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009654',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 116538,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.5 EcoBl. ST L.XBns',
'transmission': 'manual',
'trim': 'FORD Wagon 1.5 EcoBl. ST L.XBns',
'vin': None,
'year': 2021}
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009654auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:50 [ecarstrade.nl] INFO: Saving data for 7009654auction111131: {'created_time': 1774623470.437925, 'last_price_update_time': 1774623470.437937, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009654auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_005/780x0__r.jpg?hash=1774619852> (referer: https://ecarstrade.com/cars/7009348)
2026-03-27 14:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_000/780x0__r.jpg?hash=1774620770> (referer: https://ecarstrade.com/cars/7009643)
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 505f0a19-2aab-5186-9644-dfd4b5b68602
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 505f0a19-2aab-5186-9644-dfd4b5b68602
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 505f0a19-2aab-5186-9644-dfd4b5b68602
2026-03-27 14:57:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with identifier: 7009629auction111131
2026-03-27 14:57:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with scrape type 1
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009629%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620681%27 HTTP/1.1" 200 None
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_000/780x0__r.jpg?hash=1774620681 not downloaded yet
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9833dc8f-8077-5720-b8ea-415364a4c558
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9833dc8f-8077-5720-b8ea-415364a4c558
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9833dc8f-8077-5720-b8ea-415364a4c558
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 505f0a19-2aab-5186-9644-dfd4b5b68602
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9833dc8f-8077-5720-b8ea-415364a4c558
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009629%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620681%27 HTTP/1.1" 200 None
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_001/780x0__r.jpg?hash=1774620681 not downloaded yet
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9833dc8f-8077-5720-b8ea-415364a4c558
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 505f0a19-2aab-5186-9644-dfd4b5b68602
2026-03-27 14:57:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 505f0a19-2aab-5186-9644-dfd4b5b68602, skipping ID generation
2026-03-27 14:57:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 505f0a19-2aab-5186-9644-dfd4b5b68602 with scrape type 1
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 505f0a19-2aab-5186-9644-dfd4b5b68602 sending to next pipeline
2026-03-27 14:57:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 505f0a19-2aab-5186-9644-dfd4b5b68602, identifier: 7009623auction111131
2026-03-27 14:57:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 505f0a19-2aab-5186-9644-dfd4b5b68602 with identifier: 7009623auction111131
2026-03-27 14:57:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 505f0a19-2aab-5186-9644-dfd4b5b68602 with identifier: 7009623auction111131
2026-03-27 14:57:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 505f0a19-2aab-5186-9644-dfd4b5b68602 with identifier: 7009623auction111131 to the API
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009623/photo_000/780x0__r.jpg?hash=1774620642>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '505f0a19-2aab-5186-9644-dfd4b5b68602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009623',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 105480,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-11',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0 EBH Titanium',
'transmission': 'manual',
'trim': 'FORD 1.0 EBH Titanium',
'vin': None,
'year': 2022}
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009623auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:50 [ecarstrade.nl] INFO: Saving data for 7009623auction111131: {'created_time': 1774623470.939995, 'last_price_update_time': 1774623470.940008, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009623auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_004/780x0__r.jpg?hash=1774620770> (referer: https://ecarstrade.com/cars/7009643)
2026-03-27 14:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_001/780x0__r.jpg?hash=1774620770> (referer: https://ecarstrade.com/cars/7009643)
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009629%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620681%27 HTTP/1.1" 200 None
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_002/780x0__r.jpg?hash=1774620681 not downloaded yet
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9833dc8f-8077-5720-b8ea-415364a4c558
2026-03-27 14:57:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9833dc8f-8077-5720-b8ea-415364a4c558, skipping ID generation
2026-03-27 14:57:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9833dc8f-8077-5720-b8ea-415364a4c558 with scrape type 1
2026-03-27 14:57:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9833dc8f-8077-5720-b8ea-415364a4c558 sending to next pipeline
2026-03-27 14:57:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9833dc8f-8077-5720-b8ea-415364a4c558, identifier: 7009348auction111131
2026-03-27 14:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 090bb38b-3e85-5bba-b930-7155b033c708
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009629%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620681%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_003/780x0__r.jpg?hash=1774620681 not downloaded yet
2026-03-27 14:57:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9833dc8f-8077-5720-b8ea-415364a4c558 with identifier: 7009348auction111131
2026-03-27 14:57:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9833dc8f-8077-5720-b8ea-415364a4c558 with identifier: 7009348auction111131
2026-03-27 14:57:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9833dc8f-8077-5720-b8ea-415364a4c558 with identifier: 7009348auction111131 to the API
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009348/photo_005/780x0__r.jpg?hash=1774619852>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '9833dc8f-8077-5720-b8ea-415364a4c558',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009348',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 77642,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active Pack',
'vin': None,
'year': 2022}
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009348auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.nl] INFO: Saving data for 7009348auction111131: {'created_time': 1774623471.43681, 'last_price_update_time': 1774623471.43682, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009348auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_003/780x0__r.jpg?hash=1774620770> (referer: https://ecarstrade.com/cars/7009643)
2026-03-27 14:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_005/780x0__r.jpg?hash=1774620770> (referer: https://ecarstrade.com/cars/7009643)
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009629%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620681%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_004/780x0__r.jpg?hash=1774620681 not downloaded yet
2026-03-27 14:57:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 090bb38b-3e85-5bba-b930-7155b033c708
2026-03-27 14:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 090bb38b-3e85-5bba-b930-7155b033c708
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009629%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620681%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_005/780x0__r.jpg?hash=1774620681 not downloaded yet
2026-03-27 14:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 090bb38b-3e85-5bba-b930-7155b033c708
2026-03-27 14:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 090bb38b-3e85-5bba-b930-7155b033c708
2026-03-27 14:57:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_002/780x0__r.jpg?hash=1774620770> (referer: https://ecarstrade.com/cars/7009643)
2026-03-27 14:57:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 090bb38b-3e85-5bba-b930-7155b033c708
2026-03-27 14:57:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 090bb38b-3e85-5bba-b930-7155b033c708, skipping ID generation
2026-03-27 14:57:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 090bb38b-3e85-5bba-b930-7155b033c708 with scrape type 1
2026-03-27 14:57:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 090bb38b-3e85-5bba-b930-7155b033c708 sending to next pipeline
2026-03-27 14:57:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 090bb38b-3e85-5bba-b930-7155b033c708, identifier: 7009643auction111131
2026-03-27 14:57:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 090bb38b-3e85-5bba-b930-7155b033c708 with identifier: 7009643auction111131
2026-03-27 14:57:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 090bb38b-3e85-5bba-b930-7155b033c708 with identifier: 7009643auction111131
2026-03-27 14:57:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 090bb38b-3e85-5bba-b930-7155b033c708 with identifier: 7009643auction111131 to the API
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009643/photo_002/780x0__r.jpg?hash=1774620770>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '090bb38b-3e85-5bba-b930-7155b033c708',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009643',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 119080,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.5 EcoBlue Trend Edition Busi',
'transmission': 'manual',
'trim': 'FORD Wagon 1.5 EcoBlue Trend Edition Busi',
'vin': None,
'year': 2021}
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009643auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:52 [ecarstrade.nl] INFO: Saving data for 7009643auction111131: {'created_time': 1774623472.752171, 'last_price_update_time': 1774623472.752185, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009643auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009318> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:52 [ecarstrade.nl] INFO: Extracting details for car 7009318auction111131
2026-03-27 14:57:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5876ef92-cdb7-5030-b939-d240d4507192 with identifier: 7009318auction111131
2026-03-27 14:57:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5876ef92-cdb7-5030-b939-d240d4507192 with scrape type 1
2026-03-27 14:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5876ef92-cdb7-5030-b939-d240d4507192
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009318%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619674%27 HTTP/1.1" 200 None
2026-03-27 14:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_000/780x0__r.jpg?hash=1774619674 not downloaded yet
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009318%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619674%27 HTTP/1.1" 200 None
2026-03-27 14:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_001/780x0__r.jpg?hash=1774619674 not downloaded yet
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009318%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619674%27 HTTP/1.1" 200 None
2026-03-27 14:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_002/780x0__r.jpg?hash=1774619674 not downloaded yet
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009318%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619674%27 HTTP/1.1" 200 None
2026-03-27 14:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_003/780x0__r.jpg?hash=1774619674 not downloaded yet
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009318%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619674%27 HTTP/1.1" 200 None
2026-03-27 14:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_004/780x0__r.jpg?hash=1774619674 not downloaded yet
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009318%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619674%27 HTTP/1.1" 200 None
2026-03-27 14:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_005/780x0__r.jpg?hash=1774619674 not downloaded yet
2026-03-27 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009353> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:53 [ecarstrade.nl] INFO: Extracting details for car 7009353auction111131
2026-03-27 14:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6b3d4fb-096a-5901-88ce-4def3b2d7093 with identifier: 7009353auction111131
2026-03-27 14:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b3d4fb-096a-5901-88ce-4def3b2d7093 with scrape type 1
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e6b3d4fb-096a-5901-88ce-4def3b2d7093
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009353%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619880%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_000/780x0__r.jpg?hash=1774619880 not downloaded yet
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009353%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619880%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_001/780x0__r.jpg?hash=1774619880 not downloaded yet
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009353%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619881%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_002/780x0__r.jpg?hash=1774619881 not downloaded yet
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009353%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619881%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_003/780x0__r.jpg?hash=1774619881 not downloaded yet
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009353%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619881%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_004/780x0__r.jpg?hash=1774619881 not downloaded yet
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009353%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619881%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_005/780x0__r.jpg?hash=1774619881 not downloaded yet
2026-03-27 14:57:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009269> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:58 [ecarstrade.nl] INFO: Extracting details for car 7009269auction111131
2026-03-27 14:57:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010210> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:57:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ee7d24f-645e-57e9-9431-5712957be661 with identifier: 7009269auction111131
2026-03-27 14:57:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ee7d24f-645e-57e9-9431-5712957be661 with scrape type 1
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0ee7d24f-645e-57e9-9431-5712957be661
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009269%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619450%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_000/780x0__r.jpg?hash=1774619450 not downloaded yet
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009269%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619450%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_001/780x0__r.jpg?hash=1774619450 not downloaded yet
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009269%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619450%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_002/780x0__r.jpg?hash=1774619450 not downloaded yet
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009269%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619450%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_003/780x0__r.jpg?hash=1774619450 not downloaded yet
2026-03-27 14:57:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_001/780x0__r.jpg?hash=1774620681> (referer: https://ecarstrade.com/cars/7009629)
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009269%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619450%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_004/780x0__r.jpg?hash=1774619450 not downloaded yet
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009269%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619450%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_005/780x0__r.jpg?hash=1774619450 not downloaded yet
2026-03-27 14:57:58 [ecarstrade.nl] INFO: Extracting details for car 7010210auction111131
2026-03-27 14:57:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_000/780x0__r.jpg?hash=1774620681> (referer: https://ecarstrade.com/cars/7009629)
2026-03-27 14:57:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with identifier: 7010210auction111131
2026-03-27 14:57:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with scrape type 1
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 34a87e6d-4315-5891-87a7-a3c7b233d6d0
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010210%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622562%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_000/780x0__r.jpg?hash=1774622562 not downloaded yet
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010210%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622562%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_001/780x0__r.jpg?hash=1774622562 not downloaded yet
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010210%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622562%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_002/780x0__r.jpg?hash=1774622562 not downloaded yet
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010210%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622562%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_003/780x0__r.jpg?hash=1774622562 not downloaded yet
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010210%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622562%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_004/780x0__r.jpg?hash=1774622562 not downloaded yet
2026-03-27 14:57:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_003/780x0__r.jpg?hash=1774620681> (referer: https://ecarstrade.com/cars/7009629)
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010210%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622562%27 HTTP/1.1" 200 None
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_005/780x0__r.jpg?hash=1774622562 not downloaded yet
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf
2026-03-27 14:57:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf
2026-03-27 14:57:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_002/780x0__r.jpg?hash=1774620681> (referer: https://ecarstrade.com/cars/7009629)
2026-03-27 14:57:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_005/780x0__r.jpg?hash=1774620681> (referer: https://ecarstrade.com/cars/7009629)
2026-03-27 14:57:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf
2026-03-27 14:57:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_004/780x0__r.jpg?hash=1774620681> (referer: https://ecarstrade.com/cars/7009629)
2026-03-27 14:57:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf
2026-03-27 14:57:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_005/780x0__r.jpg?hash=1774619674> (referer: https://ecarstrade.com/cars/7009318)
2026-03-27 14:57:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf
2026-03-27 14:57:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8d6d0228-3360-5d52-ae8d-28fa8e535fcf, skipping ID generation
2026-03-27 14:57:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with scrape type 1
2026-03-27 14:57:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8d6d0228-3360-5d52-ae8d-28fa8e535fcf sending to next pipeline
2026-03-27 14:57:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8d6d0228-3360-5d52-ae8d-28fa8e535fcf, identifier: 7009629auction111131
2026-03-27 14:57:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with identifier: 7009629auction111131
2026-03-27 14:57:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with identifier: 7009629auction111131
2026-03-27 14:57:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8d6d0228-3360-5d52-ae8d-28fa8e535fcf with identifier: 7009629auction111131 to the API
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57: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-27 14:57:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009629/photo_004/780x0__r.jpg?hash=1774620681>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8d6d0228-3360-5d52-ae8d-28fa8e535fcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009629',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 139089,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.0 EcoB. ST L. Bns',
'transmission': 'manual',
'trim': 'FORD Wagon 1.0 EcoB. ST L. Bns',
'vin': None,
'year': 2020}
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009629auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.nl] INFO: Saving data for 7009629auction111131: {'created_time': 1774623479.753356, 'last_price_update_time': 1774623479.753366, 'auction_closing_time': 1774953600.0}
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009629auction111131') HTTP/1.1" 204 0
2026-03-27 14:57:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_005/780x0__r.jpg?hash=1774619881> (referer: https://ecarstrade.com/cars/7009353)
2026-03-27 14:57:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5876ef92-cdb7-5030-b939-d240d4507192
2026-03-27 14:57:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_004/780x0__r.jpg?hash=1774619881> (referer: https://ecarstrade.com/cars/7009353)
2026-03-27 14:57:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e6b3d4fb-096a-5901-88ce-4def3b2d7093
2026-03-27 14:57:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_002/780x0__r.jpg?hash=1774619450> (referer: https://ecarstrade.com/cars/7009269)
2026-03-27 14:57:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e6b3d4fb-096a-5901-88ce-4def3b2d7093
2026-03-27 14:58:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_005/780x0__r.jpg?hash=1774619450> (referer: https://ecarstrade.com/cars/7009269)
2026-03-27 14:58:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0ee7d24f-645e-57e9-9431-5712957be661
2026-03-27 14:58:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_004/780x0__r.jpg?hash=1774622562> (referer: https://ecarstrade.com/cars/7010210)
2026-03-27 14:58:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0ee7d24f-645e-57e9-9431-5712957be661
2026-03-27 14:58:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_005/780x0__r.jpg?hash=1774622562> (referer: https://ecarstrade.com/cars/7010210)
2026-03-27 14:58:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 34a87e6d-4315-5891-87a7-a3c7b233d6d0
2026-03-27 14:58:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_003/780x0__r.jpg?hash=1774622562> (referer: https://ecarstrade.com/cars/7010210)
2026-03-27 14:58:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 34a87e6d-4315-5891-87a7-a3c7b233d6d0
2026-03-27 14:58:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_002/780x0__r.jpg?hash=1774622562> (referer: https://ecarstrade.com/cars/7010210)
2026-03-27 14:58:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_001/780x0__r.jpg?hash=1774622562> (referer: https://ecarstrade.com/cars/7010210)
2026-03-27 14:58:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 34a87e6d-4315-5891-87a7-a3c7b233d6d0
2026-03-27 14:58:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 34a87e6d-4315-5891-87a7-a3c7b233d6d0
2026-03-27 14:58:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_000/780x0__r.jpg?hash=1774622562> (referer: https://ecarstrade.com/cars/7010210)
2026-03-27 14:58:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 34a87e6d-4315-5891-87a7-a3c7b233d6d0
2026-03-27 14:58:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_004/780x0__r.jpg?hash=1774619450> (referer: https://ecarstrade.com/cars/7009269)
2026-03-27 14:58:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 34a87e6d-4315-5891-87a7-a3c7b233d6d0
2026-03-27 14:58:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 34a87e6d-4315-5891-87a7-a3c7b233d6d0, skipping ID generation
2026-03-27 14:58:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with scrape type 1
2026-03-27 14:58:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 34a87e6d-4315-5891-87a7-a3c7b233d6d0 sending to next pipeline
2026-03-27 14:58:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 34a87e6d-4315-5891-87a7-a3c7b233d6d0, identifier: 7010210auction111131
2026-03-27 14:58:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with identifier: 7010210auction111131
2026-03-27 14:58:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with identifier: 7010210auction111131
2026-03-27 14:58:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 34a87e6d-4315-5891-87a7-a3c7b233d6d0 with identifier: 7010210auction111131 to the API
2026-03-27 14:58:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58: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-27 14:58:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010210/photo_000/780x0__r.jpg?hash=1774622562>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '34a87e6d-4315-5891-87a7-a3c7b233d6d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010210',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 71579,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-29',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy 2.0 TDI BMT Trendline L1H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 TDI BMT Trendline L1H1',
'vin': None,
'year': 2017}
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010210auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:01 [ecarstrade.nl] INFO: Saving data for 7010210auction111131: {'created_time': 1774623481.433774, 'last_price_update_time': 1774623481.433787, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010210auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_003/780x0__r.jpg?hash=1774619450> (referer: https://ecarstrade.com/cars/7009269)
2026-03-27 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010196> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009603> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0ee7d24f-645e-57e9-9431-5712957be661
2026-03-27 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_003/780x0__r.jpg?hash=1774619881> (referer: https://ecarstrade.com/cars/7009353)
2026-03-27 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_001/780x0__r.jpg?hash=1774619450> (referer: https://ecarstrade.com/cars/7009269)
2026-03-27 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_000/780x0__r.jpg?hash=1774619450> (referer: https://ecarstrade.com/cars/7009269)
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0ee7d24f-645e-57e9-9431-5712957be661
2026-03-27 14:58:01 [ecarstrade.nl] INFO: Extracting details for car 7010196auction111131
2026-03-27 14:58:01 [ecarstrade.nl] INFO: Extracting details for car 7009603auction111131
2026-03-27 14:58:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with identifier: 7010196auction111131
2026-03-27 14:58:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with scrape type 1
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010196%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622518%27 HTTP/1.1" 200 None
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_000/780x0__r.jpg?hash=1774622518 not downloaded yet
2026-03-27 14:58:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 581cbaba-5120-528c-80fe-63306c0d2283 with identifier: 7009603auction111131
2026-03-27 14:58:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 581cbaba-5120-528c-80fe-63306c0d2283 with scrape type 1
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 581cbaba-5120-528c-80fe-63306c0d2283
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009603%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_000/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_002/780x0__r.jpg?hash=1774619881> (referer: https://ecarstrade.com/cars/7009353)
2026-03-27 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_001/780x0__r.jpg?hash=1774619880> (referer: https://ecarstrade.com/cars/7009353)
2026-03-27 14:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_000/780x0__r.jpg?hash=1774619880> (referer: https://ecarstrade.com/cars/7009353)
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010196%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622518%27 HTTP/1.1" 200 None
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_001/780x0__r.jpg?hash=1774622518 not downloaded yet
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009603%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_001/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010196%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622518%27 HTTP/1.1" 200 None
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_002/780x0__r.jpg?hash=1774622518 not downloaded yet
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009603%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_002/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e6b3d4fb-096a-5901-88ce-4def3b2d7093
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0ee7d24f-645e-57e9-9431-5712957be661
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0ee7d24f-645e-57e9-9431-5712957be661
2026-03-27 14:58:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ee7d24f-645e-57e9-9431-5712957be661, skipping ID generation
2026-03-27 14:58:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ee7d24f-645e-57e9-9431-5712957be661 with scrape type 1
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0ee7d24f-645e-57e9-9431-5712957be661 sending to next pipeline
2026-03-27 14:58:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0ee7d24f-645e-57e9-9431-5712957be661, identifier: 7009269auction111131
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010196%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622518%27 HTTP/1.1" 200 None
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_003/780x0__r.jpg?hash=1774622518 not downloaded yet
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009603%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 14:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_003/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 14:58:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0ee7d24f-645e-57e9-9431-5712957be661 with identifier: 7009269auction111131
2026-03-27 14:58:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0ee7d24f-645e-57e9-9431-5712957be661 with identifier: 7009269auction111131
2026-03-27 14:58:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0ee7d24f-645e-57e9-9431-5712957be661 with identifier: 7009269auction111131 to the API
2026-03-27 14:58:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009269/photo_000/780x0__r.jpg?hash=1774619450>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '0ee7d24f-645e-57e9-9431-5712957be661',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009269',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'C3',
'odometer': 66146,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-14',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 1.2 PureTech S&S Feel',
'transmission': 'manual',
'trim': 'CITROEN 1.2 PureTech S&S Feel',
'vin': None,
'year': 2020}
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009269auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:02 [ecarstrade.nl] INFO: Saving data for 7009269auction111131: {'created_time': 1774623482.206119, 'last_price_update_time': 1774623482.206129, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009269auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_003/780x0__r.jpg?hash=1774619674> (referer: https://ecarstrade.com/cars/7009318)
2026-03-27 14:58:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_002/780x0__r.jpg?hash=1774619674> (referer: https://ecarstrade.com/cars/7009318)
2026-03-27 14:58:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_004/780x0__r.jpg?hash=1774619674> (referer: https://ecarstrade.com/cars/7009318)
2026-03-27 14:58:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010196%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622518%27 HTTP/1.1" 200 None
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_004/780x0__r.jpg?hash=1774622518 not downloaded yet
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009603%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_004/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 14:58:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_000/780x0__r.jpg?hash=1774619674> (referer: https://ecarstrade.com/cars/7009318)
2026-03-27 14:58:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_001/780x0__r.jpg?hash=1774619674> (referer: https://ecarstrade.com/cars/7009318)
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010196%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622518%27 HTTP/1.1" 200 None
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_005/780x0__r.jpg?hash=1774622518 not downloaded yet
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009603%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_005/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 14:58:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e6b3d4fb-096a-5901-88ce-4def3b2d7093
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e6b3d4fb-096a-5901-88ce-4def3b2d7093
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e6b3d4fb-096a-5901-88ce-4def3b2d7093
2026-03-27 14:58:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e6b3d4fb-096a-5901-88ce-4def3b2d7093, skipping ID generation
2026-03-27 14:58:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b3d4fb-096a-5901-88ce-4def3b2d7093 with scrape type 1
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e6b3d4fb-096a-5901-88ce-4def3b2d7093 sending to next pipeline
2026-03-27 14:58:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e6b3d4fb-096a-5901-88ce-4def3b2d7093, identifier: 7009353auction111131
2026-03-27 14:58:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e6b3d4fb-096a-5901-88ce-4def3b2d7093 with identifier: 7009353auction111131
2026-03-27 14:58:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e6b3d4fb-096a-5901-88ce-4def3b2d7093 with identifier: 7009353auction111131
2026-03-27 14:58:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e6b3d4fb-096a-5901-88ce-4def3b2d7093 with identifier: 7009353auction111131 to the API
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009353/photo_000/780x0__r.jpg?hash=1774619880>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': 'e6b3d4fb-096a-5901-88ce-4def3b2d7093',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009353',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 106345,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA-E Edition 50 kWh',
'transmission': 'automatic',
'trim': 'OPEL CORSA-E Edition 50 kWh',
'vin': None,
'year': 2020}
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009353auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:02 [ecarstrade.nl] INFO: Saving data for 7009353auction111131: {'created_time': 1774623482.834879, 'last_price_update_time': 1774623482.834895, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009353auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5876ef92-cdb7-5030-b939-d240d4507192
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5876ef92-cdb7-5030-b939-d240d4507192
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5876ef92-cdb7-5030-b939-d240d4507192
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5876ef92-cdb7-5030-b939-d240d4507192
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5876ef92-cdb7-5030-b939-d240d4507192
2026-03-27 14:58:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5876ef92-cdb7-5030-b939-d240d4507192, skipping ID generation
2026-03-27 14:58:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5876ef92-cdb7-5030-b939-d240d4507192 with scrape type 1
2026-03-27 14:58:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5876ef92-cdb7-5030-b939-d240d4507192 sending to next pipeline
2026-03-27 14:58:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5876ef92-cdb7-5030-b939-d240d4507192, identifier: 7009318auction111131
2026-03-27 14:58:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5876ef92-cdb7-5030-b939-d240d4507192 with identifier: 7009318auction111131
2026-03-27 14:58:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5876ef92-cdb7-5030-b939-d240d4507192 with identifier: 7009318auction111131
2026-03-27 14:58:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5876ef92-cdb7-5030-b939-d240d4507192 with identifier: 7009318auction111131 to the API
2026-03-27 14:58:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009318/photo_001/780x0__r.jpg?hash=1774619674>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5876ef92-cdb7-5030-b939-d240d4507192',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009318',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Juke',
'odometer': 73928,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN JUKE 1.0 DIG-T Acenta',
'transmission': 'manual',
'trim': 'NISSAN JUKE 1.0 DIG-T Acenta',
'vin': None,
'year': 2021}
2026-03-27 14:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009318auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:03 [ecarstrade.nl] INFO: Saving data for 7009318auction111131: {'created_time': 1774623483.268452, 'last_price_update_time': 1774623483.268463, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009318auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009377> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_000/780x0__r.jpg?hash=1774620234> (referer: https://ecarstrade.com/cars/7009603)
2026-03-27 14:58:04 [ecarstrade.nl] INFO: Extracting details for car 7009377auction111131
2026-03-27 14:58:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with identifier: 7009377auction111131
2026-03-27 14:58:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with scrape type 1
2026-03-27 14:58:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009377%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620061%27 HTTP/1.1" 200 None
2026-03-27 14:58:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_000/780x0__r.jpg?hash=1774620061 not downloaded yet
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009377%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620061%27 HTTP/1.1" 200 None
2026-03-27 14:58:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_001/780x0__r.jpg?hash=1774620061 not downloaded yet
2026-03-27 14:58:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_000/780x0__r.jpg?hash=1774622518> (referer: https://ecarstrade.com/cars/7010196)
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009377%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620061%27 HTTP/1.1" 200 None
2026-03-27 14:58:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_002/780x0__r.jpg?hash=1774620061 not downloaded yet
2026-03-27 14:58:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009377%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620061%27 HTTP/1.1" 200 None
2026-03-27 14:58:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_003/780x0__r.jpg?hash=1774620061 not downloaded yet
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009377%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620061%27 HTTP/1.1" 200 None
2026-03-27 14:58:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_004/780x0__r.jpg?hash=1774620061 not downloaded yet
2026-03-27 14:58:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 581cbaba-5120-528c-80fe-63306c0d2283
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009377%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620061%27 HTTP/1.1" 200 None
2026-03-27 14:58:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_005/780x0__r.jpg?hash=1774620061 not downloaded yet
2026-03-27 14:58:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8
2026-03-27 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009272> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_002/780x0__r.jpg?hash=1774620234> (referer: https://ecarstrade.com/cars/7009603)
2026-03-27 14:58:06 [ecarstrade.nl] INFO: Extracting details for car 7009272auction111131
2026-03-27 14:58:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08b270ef-e084-506c-aa0e-30b2a9e60f3f with identifier: 7009272auction111131
2026-03-27 14:58:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08b270ef-e084-506c-aa0e-30b2a9e60f3f with scrape type 1
2026-03-27 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 08b270ef-e084-506c-aa0e-30b2a9e60f3f
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009272%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619462%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_000/780x0__r.jpg?hash=1774619462 not downloaded yet
2026-03-27 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_002/780x0__r.jpg?hash=1774622518> (referer: https://ecarstrade.com/cars/7010196)
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009272%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619462%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_001/780x0__r.jpg?hash=1774619462 not downloaded yet
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009272%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619462%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_002/780x0__r.jpg?hash=1774619462 not downloaded yet
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009272%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619463%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_003/780x0__r.jpg?hash=1774619463 not downloaded yet
2026-03-27 14:58:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 581cbaba-5120-528c-80fe-63306c0d2283
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009272%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619463%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_004/780x0__r.jpg?hash=1774619463 not downloaded yet
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009272%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619463%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_005/780x0__r.jpg?hash=1774619463 not downloaded yet
2026-03-27 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_001/780x0__r.jpg?hash=1774620234> (referer: https://ecarstrade.com/cars/7009603)
2026-03-27 14:58:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8
2026-03-27 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_004/780x0__r.jpg?hash=1774620234> (referer: https://ecarstrade.com/cars/7009603)
2026-03-27 14:58:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 581cbaba-5120-528c-80fe-63306c0d2283
2026-03-27 14:58:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 581cbaba-5120-528c-80fe-63306c0d2283
2026-03-27 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_004/780x0__r.jpg?hash=1774622518> (referer: https://ecarstrade.com/cars/7010196)
2026-03-27 14:58:06 [scrapy.extensions.logstats] INFO: Crawled 228 pages (at 30 pages/min), scraped 189 items (at 24 items/min)
2026-03-27 14:58:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 276MiB
2026-03-27 14:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_005/780x0__r.jpg?hash=1774620234> (referer: https://ecarstrade.com/cars/7009603)
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009656> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_005/780x0__r.jpg?hash=1774622518> (referer: https://ecarstrade.com/cars/7010196)
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 581cbaba-5120-528c-80fe-63306c0d2283
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_001/780x0__r.jpg?hash=1774620061> (referer: https://ecarstrade.com/cars/7009377)
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_005/780x0__r.jpg?hash=1774620061> (referer: https://ecarstrade.com/cars/7009377)
2026-03-27 14:58:07 [ecarstrade.nl] INFO: Extracting details for car 7009656auction111131
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_004/780x0__r.jpg?hash=1774620061> (referer: https://ecarstrade.com/cars/7009377)
2026-03-27 14:58:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd48b9f2-03de-52f6-83af-665200b9829b with identifier: 7009656auction111131
2026-03-27 14:58:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd48b9f2-03de-52f6-83af-665200b9829b with scrape type 1
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fd48b9f2-03de-52f6-83af-665200b9829b
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009656%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620826%27 HTTP/1.1" 200 None
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_000/780x0__r.jpg?hash=1774620826 not downloaded yet
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_000/780x0__r.jpg?hash=1774619462> (referer: https://ecarstrade.com/cars/7009272)
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009656%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620826%27 HTTP/1.1" 200 None
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_001/780x0__r.jpg?hash=1774620826 not downloaded yet
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009656%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620826%27 HTTP/1.1" 200 None
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_002/780x0__r.jpg?hash=1774620826 not downloaded yet
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009656%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620827%27 HTTP/1.1" 200 None
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_003/780x0__r.jpg?hash=1774620827 not downloaded yet
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009656%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620827%27 HTTP/1.1" 200 None
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_004/780x0__r.jpg?hash=1774620827 not downloaded yet
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_005/780x0__r.jpg?hash=1774619463> (referer: https://ecarstrade.com/cars/7009272)
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009656%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620827%27 HTTP/1.1" 200 None
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_005/780x0__r.jpg?hash=1774620827 not downloaded yet
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_004/780x0__r.jpg?hash=1774619463> (referer: https://ecarstrade.com/cars/7009272)
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 08b270ef-e084-506c-aa0e-30b2a9e60f3f
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_002/780x0__r.jpg?hash=1774619462> (referer: https://ecarstrade.com/cars/7009272)
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_003/780x0__r.jpg?hash=1774619463> (referer: https://ecarstrade.com/cars/7009272)
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 08b270ef-e084-506c-aa0e-30b2a9e60f3f
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 08b270ef-e084-506c-aa0e-30b2a9e60f3f
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_001/780x0__r.jpg?hash=1774619462> (referer: https://ecarstrade.com/cars/7009272)
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_003/780x0__r.jpg?hash=1774620061> (referer: https://ecarstrade.com/cars/7009377)
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 08b270ef-e084-506c-aa0e-30b2a9e60f3f
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_002/780x0__r.jpg?hash=1774620061> (referer: https://ecarstrade.com/cars/7009377)
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 08b270ef-e084-506c-aa0e-30b2a9e60f3f
2026-03-27 14:58:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_000/780x0__r.jpg?hash=1774620061> (referer: https://ecarstrade.com/cars/7009377)
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 08b270ef-e084-506c-aa0e-30b2a9e60f3f
2026-03-27 14:58:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 08b270ef-e084-506c-aa0e-30b2a9e60f3f, skipping ID generation
2026-03-27 14:58:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08b270ef-e084-506c-aa0e-30b2a9e60f3f with scrape type 1
2026-03-27 14:58:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 08b270ef-e084-506c-aa0e-30b2a9e60f3f sending to next pipeline
2026-03-27 14:58:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 08b270ef-e084-506c-aa0e-30b2a9e60f3f, identifier: 7009272auction111131
2026-03-27 14:58:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 08b270ef-e084-506c-aa0e-30b2a9e60f3f with identifier: 7009272auction111131
2026-03-27 14:58:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 08b270ef-e084-506c-aa0e-30b2a9e60f3f with identifier: 7009272auction111131
2026-03-27 14:58:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 08b270ef-e084-506c-aa0e-30b2a9e60f3f with identifier: 7009272auction111131 to the API
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009272/photo_001/780x0__r.jpg?hash=1774619462>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '08b270ef-e084-506c-aa0e-30b2a9e60f3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009272',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 115437,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-31',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 Icon 42 kWh',
'transmission': 'automatic',
'trim': 'FIAT Icon 42 kWh',
'vin': None,
'year': 2020}
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009272auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:07 [ecarstrade.nl] INFO: Saving data for 7009272auction111131: {'created_time': 1774623487.983495, 'last_price_update_time': 1774623487.983509, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009272auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_003/780x0__r.jpg?hash=1774620234> (referer: https://ecarstrade.com/cars/7009603)
2026-03-27 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_000/780x0__r.jpg?hash=1774620826> (referer: https://ecarstrade.com/cars/7009656)
2026-03-27 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced
2026-03-27 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced
2026-03-27 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced
2026-03-27 14:58:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cdaf6d7b-38b4-576a-b3f9-5b7d7657eced, skipping ID generation
2026-03-27 14:58:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with scrape type 1
2026-03-27 14:58:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cdaf6d7b-38b4-576a-b3f9-5b7d7657eced sending to next pipeline
2026-03-27 14:58:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cdaf6d7b-38b4-576a-b3f9-5b7d7657eced, identifier: 7009377auction111131
2026-03-27 14:58:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with identifier: 7009377auction111131
2026-03-27 14:58:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with identifier: 7009377auction111131
2026-03-27 14:58:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cdaf6d7b-38b4-576a-b3f9-5b7d7657eced with identifier: 7009377auction111131 to the API
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58: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-27 14:58:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009377/photo_000/780x0__r.jpg?hash=1774620061>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'cdaf6d7b-38b4-576a-b3f9-5b7d7657eced',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009377',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 131662,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-19',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Grandland X 1.2 Turbo Bus. Ex.',
'transmission': 'manual',
'trim': 'OPEL 1.2 Turbo Bus. Ex.',
'vin': None,
'year': 2020}
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009377auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:08 [ecarstrade.nl] INFO: Saving data for 7009377auction111131: {'created_time': 1774623488.454333, 'last_price_update_time': 1774623488.454344, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009377auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_004/780x0__r.jpg?hash=1774620827> (referer: https://ecarstrade.com/cars/7009656)
2026-03-27 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_005/780x0__r.jpg?hash=1774620827> (referer: https://ecarstrade.com/cars/7009656)
2026-03-27 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009651> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 581cbaba-5120-528c-80fe-63306c0d2283
2026-03-27 14:58:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 581cbaba-5120-528c-80fe-63306c0d2283, skipping ID generation
2026-03-27 14:58:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 581cbaba-5120-528c-80fe-63306c0d2283 with scrape type 1
2026-03-27 14:58:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 581cbaba-5120-528c-80fe-63306c0d2283 sending to next pipeline
2026-03-27 14:58:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 581cbaba-5120-528c-80fe-63306c0d2283, identifier: 7009603auction111131
2026-03-27 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fd48b9f2-03de-52f6-83af-665200b9829b
2026-03-27 14:58:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 581cbaba-5120-528c-80fe-63306c0d2283 with identifier: 7009603auction111131
2026-03-27 14:58:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 581cbaba-5120-528c-80fe-63306c0d2283 with identifier: 7009603auction111131
2026-03-27 14:58:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 581cbaba-5120-528c-80fe-63306c0d2283 with identifier: 7009603auction111131 to the API
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58: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-27 14:58:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009603/photo_003/780x0__r.jpg?hash=1774620234>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '581cbaba-5120-528c-80fe-63306c0d2283',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009603',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 32604,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-19',
'seats_number': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 DPi ComfortLine',
'transmission': 'manual',
'trim': 'KIA 1.0 DPi ComfortLine',
'vin': None,
'year': 2022}
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009603auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:08 [ecarstrade.nl] INFO: Saving data for 7009603auction111131: {'created_time': 1774623488.9462, 'last_price_update_time': 1774623488.946211, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009603auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:08 [ecarstrade.nl] INFO: Extracting details for car 7009651auction111131
2026-03-27 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_002/780x0__r.jpg?hash=1774620826> (referer: https://ecarstrade.com/cars/7009656)
2026-03-27 14:58:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_003/780x0__r.jpg?hash=1774620827> (referer: https://ecarstrade.com/cars/7009656)
2026-03-27 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fd48b9f2-03de-52f6-83af-665200b9829b
2026-03-27 14:58:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fd48b9f2-03de-52f6-83af-665200b9829b
2026-03-27 14:58:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with identifier: 7009651auction111131
2026-03-27 14:58:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with scrape type 1
2026-03-27 14:58:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df
2026-03-27 14:58:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009651%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620803%27 HTTP/1.1" 200 None
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_000/780x0__r.jpg?hash=1774620803 not downloaded yet
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009651%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620803%27 HTTP/1.1" 200 None
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_001/780x0__r.jpg?hash=1774620803 not downloaded yet
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009651%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620803%27 HTTP/1.1" 200 None
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_002/780x0__r.jpg?hash=1774620803 not downloaded yet
2026-03-27 14:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_001/780x0__r.jpg?hash=1774622518> (referer: https://ecarstrade.com/cars/7010196)
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009651%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620803%27 HTTP/1.1" 200 None
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_003/780x0__r.jpg?hash=1774620803 not downloaded yet
2026-03-27 14:58:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009651%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620803%27 HTTP/1.1" 200 None
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_004/780x0__r.jpg?hash=1774620803 not downloaded yet
2026-03-27 14:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_003/780x0__r.jpg?hash=1774622518> (referer: https://ecarstrade.com/cars/7010196)
2026-03-27 14:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_001/780x0__r.jpg?hash=1774620826> (referer: https://ecarstrade.com/cars/7009656)
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009651%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620803%27 HTTP/1.1" 200 None
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_005/780x0__r.jpg?hash=1774620803 not downloaded yet
2026-03-27 14:58:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fd48b9f2-03de-52f6-83af-665200b9829b
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fd48b9f2-03de-52f6-83af-665200b9829b
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8
2026-03-27 14:58:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8, skipping ID generation
2026-03-27 14:58:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with scrape type 1
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 sending to next pipeline
2026-03-27 14:58:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8, identifier: 7010196auction111131
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fd48b9f2-03de-52f6-83af-665200b9829b
2026-03-27 14:58:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fd48b9f2-03de-52f6-83af-665200b9829b, skipping ID generation
2026-03-27 14:58:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd48b9f2-03de-52f6-83af-665200b9829b with scrape type 1
2026-03-27 14:58:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fd48b9f2-03de-52f6-83af-665200b9829b sending to next pipeline
2026-03-27 14:58:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fd48b9f2-03de-52f6-83af-665200b9829b, identifier: 7009656auction111131
2026-03-27 14:58:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with identifier: 7010196auction111131
2026-03-27 14:58:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with identifier: 7010196auction111131
2026-03-27 14:58:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8 with identifier: 7010196auction111131 to the API
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010196/photo_003/780x0__r.jpg?hash=1774622518>
{'auction_title': '',
'c_o_2_emission_value': 190,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2e41a32d-0f61-5cb1-baac-b2a5e45c9ab8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010196',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 129718,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-05',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'vin': None,
'year': 2015}
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010196auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:09 [ecarstrade.nl] INFO: Saving data for 7010196auction111131: {'created_time': 1774623489.710085, 'last_price_update_time': 1774623489.710095, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010196auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fd48b9f2-03de-52f6-83af-665200b9829b with identifier: 7009656auction111131
2026-03-27 14:58:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fd48b9f2-03de-52f6-83af-665200b9829b with identifier: 7009656auction111131
2026-03-27 14:58:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fd48b9f2-03de-52f6-83af-665200b9829b with identifier: 7009656auction111131 to the API
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009656/photo_001/780x0__r.jpg?hash=1774620826>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'fd48b9f2-03de-52f6-83af-665200b9829b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009656',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 75942,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN up! 1.0',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0',
'vin': None,
'year': 2021}
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009656auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [ecarstrade.nl] INFO: Saving data for 7009656auction111131: {'created_time': 1774623490.052829, 'last_price_update_time': 1774623490.052839, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009656auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009292> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:10 [ecarstrade.nl] INFO: Extracting details for car 7009292auction111131
2026-03-27 14:58:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc8de1d0-bf28-5054-b0fe-543590fbabd5 with identifier: 7009292auction111131
2026-03-27 14:58:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc8de1d0-bf28-5054-b0fe-543590fbabd5 with scrape type 1
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc8de1d0-bf28-5054-b0fe-543590fbabd5
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009292%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619575%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_000/780x0__r.jpg?hash=1774619575 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009292%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619575%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_001/780x0__r.jpg?hash=1774619575 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009292%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619575%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_002/780x0__r.jpg?hash=1774619575 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009292%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619575%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_003/780x0__r.jpg?hash=1774619575 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009292%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619575%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_004/780x0__r.jpg?hash=1774619575 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009292%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619575%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_005/780x0__r.jpg?hash=1774619575 not downloaded yet
2026-03-27 14:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010194> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:10 [ecarstrade.nl] INFO: Extracting details for car 7010194auction111131
2026-03-27 14:58:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b87c3c3-5065-5fa8-8a69-02322b44b195 with identifier: 7010194auction111131
2026-03-27 14:58:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b87c3c3-5065-5fa8-8a69-02322b44b195 with scrape type 1
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7b87c3c3-5065-5fa8-8a69-02322b44b195
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010194%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622510%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_000/780x0__r.jpg?hash=1774622510 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010194%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622510%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_001/780x0__r.jpg?hash=1774622510 not downloaded yet
2026-03-27 14:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010195> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010194%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622510%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_002/780x0__r.jpg?hash=1774622510 not downloaded yet
2026-03-27 14:58:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010194%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622511%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_003/780x0__r.jpg?hash=1774622511 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010194%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622511%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_004/780x0__r.jpg?hash=1774622511 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010194%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622511%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_005/780x0__r.jpg?hash=1774622511 not downloaded yet
2026-03-27 14:58:10 [ecarstrade.nl] INFO: Extracting details for car 7010195auction111131
2026-03-27 14:58:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with identifier: 7010195auction111131
2026-03-27 14:58:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with scrape type 1
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010195%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622514%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_000/780x0__r.jpg?hash=1774622514 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010195%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622514%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_001/780x0__r.jpg?hash=1774622514 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010195%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622514%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_002/780x0__r.jpg?hash=1774622514 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010195%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622514%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_003/780x0__r.jpg?hash=1774622514 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010195%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622514%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_004/780x0__r.jpg?hash=1774622514 not downloaded yet
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010195%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622514%27 HTTP/1.1" 200 None
2026-03-27 14:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_005/780x0__r.jpg?hash=1774622514 not downloaded yet
2026-03-27 14:58:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009284> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:11 [ecarstrade.nl] INFO: Extracting details for car 7009284auction111131
2026-03-27 14:58:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57413c2d-b9db-506a-9942-8de22bc18989 with identifier: 7009284auction111131
2026-03-27 14:58:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57413c2d-b9db-506a-9942-8de22bc18989 with scrape type 1
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 57413c2d-b9db-506a-9942-8de22bc18989
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009284%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619528%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_000/780x0__r.jpg?hash=1774619528 not downloaded yet
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009284%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619528%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_001/780x0__r.jpg?hash=1774619528 not downloaded yet
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009284%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619528%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_002/780x0__r.jpg?hash=1774619528 not downloaded yet
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009284%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619528%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_003/780x0__r.jpg?hash=1774619528 not downloaded yet
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009284%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619528%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_004/780x0__r.jpg?hash=1774619528 not downloaded yet
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009284%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619528%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_005/780x0__r.jpg?hash=1774619528 not downloaded yet
2026-03-27 14:58:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009645> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:11 [ecarstrade.nl] INFO: Extracting details for car 7009645auction111131
2026-03-27 14:58:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78bb0492-e51b-5879-996d-586d8efce0c1 with identifier: 7009645auction111131
2026-03-27 14:58:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78bb0492-e51b-5879-996d-586d8efce0c1 with scrape type 1
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 78bb0492-e51b-5879-996d-586d8efce0c1
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009645%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620777%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_000/780x0__r.jpg?hash=1774620777 not downloaded yet
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009645%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620777%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_001/780x0__r.jpg?hash=1774620777 not downloaded yet
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009645%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620777%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_002/780x0__r.jpg?hash=1774620777 not downloaded yet
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009645%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620777%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_003/780x0__r.jpg?hash=1774620777 not downloaded yet
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009645%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620777%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_004/780x0__r.jpg?hash=1774620777 not downloaded yet
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009645%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620778%27 HTTP/1.1" 200 None
2026-03-27 14:58:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_005/780x0__r.jpg?hash=1774620778 not downloaded yet
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009326> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_002/780x0__r.jpg?hash=1774620803> (referer: https://ecarstrade.com/cars/7009651)
2026-03-27 14:58:16 [ecarstrade.nl] INFO: Extracting details for car 7009326auction111131
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009614> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5656438e-8c33-5ba1-ade0-74cd85773fd0 with identifier: 7009326auction111131
2026-03-27 14:58:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5656438e-8c33-5ba1-ade0-74cd85773fd0 with scrape type 1
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5656438e-8c33-5ba1-ade0-74cd85773fd0
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009326%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619732%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_000/780x0__r.jpg?hash=1774619732 not downloaded yet
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009326%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619732%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_001/780x0__r.jpg?hash=1774619732 not downloaded yet
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_004/780x0__r.jpg?hash=1774620803> (referer: https://ecarstrade.com/cars/7009651)
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009326%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619732%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_002/780x0__r.jpg?hash=1774619732 not downloaded yet
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009326%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619737%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_003/780x0__r.jpg?hash=1774619737 not downloaded yet
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_003/780x0__r.jpg?hash=1774620803> (referer: https://ecarstrade.com/cars/7009651)
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009326%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619737%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_004/780x0__r.jpg?hash=1774619737 not downloaded yet
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009326%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619737%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_005/780x0__r.jpg?hash=1774619737 not downloaded yet
2026-03-27 14:58:16 [ecarstrade.nl] INFO: Extracting details for car 7009614auction111131
2026-03-27 14:58:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa6d5966-c355-59c2-8ce0-35081da80aa3 with identifier: 7009614auction111131
2026-03-27 14:58:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6d5966-c355-59c2-8ce0-35081da80aa3 with scrape type 1
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aa6d5966-c355-59c2-8ce0-35081da80aa3
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009614%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620286%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_000/780x0__r.jpg?hash=1774620286 not downloaded yet
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_005/780x0__r.jpg?hash=1774620803> (referer: https://ecarstrade.com/cars/7009651)
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_005/780x0__r.jpg?hash=1774619575> (referer: https://ecarstrade.com/cars/7009292)
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009614%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620286%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_001/780x0__r.jpg?hash=1774620286 not downloaded yet
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009614%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620286%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_002/780x0__r.jpg?hash=1774620286 not downloaded yet
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009614%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620286%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_003/780x0__r.jpg?hash=1774620286 not downloaded yet
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009614%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620286%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_004/780x0__r.jpg?hash=1774620286 not downloaded yet
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009614%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620286%27 HTTP/1.1" 200 None
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_005/780x0__r.jpg?hash=1774620286 not downloaded yet
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_001/780x0__r.jpg?hash=1774622510> (referer: https://ecarstrade.com/cars/7010194)
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_005/780x0__r.jpg?hash=1774622514> (referer: https://ecarstrade.com/cars/7010195)
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_005/780x0__r.jpg?hash=1774620778> (referer: https://ecarstrade.com/cars/7009645)
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_005/780x0__r.jpg?hash=1774619528> (referer: https://ecarstrade.com/cars/7009284)
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc8de1d0-bf28-5054-b0fe-543590fbabd5
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7b87c3c3-5065-5fa8-8a69-02322b44b195
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_004/780x0__r.jpg?hash=1774620777> (referer: https://ecarstrade.com/cars/7009645)
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_003/780x0__r.jpg?hash=1774620777> (referer: https://ecarstrade.com/cars/7009645)
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 78bb0492-e51b-5879-996d-586d8efce0c1
2026-03-27 14:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_001/780x0__r.jpg?hash=1774619732> (referer: https://ecarstrade.com/cars/7009326)
2026-03-27 14:58:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 57413c2d-b9db-506a-9942-8de22bc18989
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_003/780x0__r.jpg?hash=1774619737> (referer: https://ecarstrade.com/cars/7009326)
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 78bb0492-e51b-5879-996d-586d8efce0c1
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 78bb0492-e51b-5879-996d-586d8efce0c1
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_000/780x0__r.jpg?hash=1774620286> (referer: https://ecarstrade.com/cars/7009614)
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_005/780x0__r.jpg?hash=1774619737> (referer: https://ecarstrade.com/cars/7009326)
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5656438e-8c33-5ba1-ade0-74cd85773fd0
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5656438e-8c33-5ba1-ade0-74cd85773fd0
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_004/780x0__r.jpg?hash=1774620286> (referer: https://ecarstrade.com/cars/7009614)
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_005/780x0__r.jpg?hash=1774620286> (referer: https://ecarstrade.com/cars/7009614)
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aa6d5966-c355-59c2-8ce0-35081da80aa3
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5656438e-8c33-5ba1-ade0-74cd85773fd0
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_002/780x0__r.jpg?hash=1774620286> (referer: https://ecarstrade.com/cars/7009614)
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_003/780x0__r.jpg?hash=1774620286> (referer: https://ecarstrade.com/cars/7009614)
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aa6d5966-c355-59c2-8ce0-35081da80aa3
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aa6d5966-c355-59c2-8ce0-35081da80aa3
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_004/780x0__r.jpg?hash=1774619737> (referer: https://ecarstrade.com/cars/7009326)
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_001/780x0__r.jpg?hash=1774620286> (referer: https://ecarstrade.com/cars/7009614)
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aa6d5966-c355-59c2-8ce0-35081da80aa3
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aa6d5966-c355-59c2-8ce0-35081da80aa3
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_002/780x0__r.jpg?hash=1774619732> (referer: https://ecarstrade.com/cars/7009326)
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_000/780x0__r.jpg?hash=1774619732> (referer: https://ecarstrade.com/cars/7009326)
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_001/780x0__r.jpg?hash=1774620777> (referer: https://ecarstrade.com/cars/7009645)
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5656438e-8c33-5ba1-ade0-74cd85773fd0
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aa6d5966-c355-59c2-8ce0-35081da80aa3
2026-03-27 14:58:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aa6d5966-c355-59c2-8ce0-35081da80aa3, skipping ID generation
2026-03-27 14:58:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa6d5966-c355-59c2-8ce0-35081da80aa3 with scrape type 1
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aa6d5966-c355-59c2-8ce0-35081da80aa3 sending to next pipeline
2026-03-27 14:58:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aa6d5966-c355-59c2-8ce0-35081da80aa3, identifier: 7009614auction111131
2026-03-27 14:58:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aa6d5966-c355-59c2-8ce0-35081da80aa3 with identifier: 7009614auction111131
2026-03-27 14:58:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aa6d5966-c355-59c2-8ce0-35081da80aa3 with identifier: 7009614auction111131
2026-03-27 14:58:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aa6d5966-c355-59c2-8ce0-35081da80aa3 with identifier: 7009614auction111131 to the API
2026-03-27 14:58:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58: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-27 14:58:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009614/photo_001/780x0__r.jpg?hash=1774620286>
{'auction_title': '',
'c_o_2_emission_value': 88,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'aa6d5966-c355-59c2-8ce0-35081da80aa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009614',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 63011,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-18',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 1.0 Hybrid Lounge',
'transmission': 'manual',
'trim': 'FIAT 1.0 Hybrid Lounge',
'vin': None,
'year': 2021}
2026-03-27 14:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009614auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:17 [ecarstrade.nl] INFO: Saving data for 7009614auction111131: {'created_time': 1774623497.807289, 'last_price_update_time': 1774623497.807299, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009614auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_002/780x0__r.jpg?hash=1774620777> (referer: https://ecarstrade.com/cars/7009645)
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_000/780x0__r.jpg?hash=1774620777> (referer: https://ecarstrade.com/cars/7009645)
2026-03-27 14:58:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009667> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5656438e-8c33-5ba1-ade0-74cd85773fd0
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5656438e-8c33-5ba1-ade0-74cd85773fd0
2026-03-27 14:58:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5656438e-8c33-5ba1-ade0-74cd85773fd0, skipping ID generation
2026-03-27 14:58:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5656438e-8c33-5ba1-ade0-74cd85773fd0 with scrape type 1
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5656438e-8c33-5ba1-ade0-74cd85773fd0 sending to next pipeline
2026-03-27 14:58:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5656438e-8c33-5ba1-ade0-74cd85773fd0, identifier: 7009326auction111131
2026-03-27 14:58:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 78bb0492-e51b-5879-996d-586d8efce0c1
2026-03-27 14:58:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5656438e-8c33-5ba1-ade0-74cd85773fd0 with identifier: 7009326auction111131
2026-03-27 14:58:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5656438e-8c33-5ba1-ade0-74cd85773fd0 with identifier: 7009326auction111131
2026-03-27 14:58:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5656438e-8c33-5ba1-ade0-74cd85773fd0 with identifier: 7009326auction111131 to the API
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009326/photo_000/780x0__r.jpg?hash=1774619732>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5656438e-8c33-5ba1-ade0-74cd85773fd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009326',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 138421,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Turbo Level 2',
'transmission': 'manual',
'trim': 'OPEL 1.2 Turbo Level 2',
'vin': None,
'year': 2023}
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009326auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:18 [ecarstrade.nl] INFO: Saving data for 7009326auction111131: {'created_time': 1774623498.264217, 'last_price_update_time': 1774623498.264228, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009326auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_003/780x0__r.jpg?hash=1774619528> (referer: https://ecarstrade.com/cars/7009284)
2026-03-27 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_004/780x0__r.jpg?hash=1774619528> (referer: https://ecarstrade.com/cars/7009284)
2026-03-27 14:58:18 [ecarstrade.nl] INFO: Extracting details for car 7009667auction111131
2026-03-27 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_002/780x0__r.jpg?hash=1774619528> (referer: https://ecarstrade.com/cars/7009284)
2026-03-27 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 78bb0492-e51b-5879-996d-586d8efce0c1
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 78bb0492-e51b-5879-996d-586d8efce0c1
2026-03-27 14:58:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 78bb0492-e51b-5879-996d-586d8efce0c1, skipping ID generation
2026-03-27 14:58:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78bb0492-e51b-5879-996d-586d8efce0c1 with scrape type 1
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 78bb0492-e51b-5879-996d-586d8efce0c1 sending to next pipeline
2026-03-27 14:58:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 78bb0492-e51b-5879-996d-586d8efce0c1, identifier: 7009645auction111131
2026-03-27 14:58:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b091b8d-f646-520f-afb2-b5b42d9bd204 with identifier: 7009667auction111131
2026-03-27 14:58:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b091b8d-f646-520f-afb2-b5b42d9bd204 with scrape type 1
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3b091b8d-f646-520f-afb2-b5b42d9bd204
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009667%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621218%27 HTTP/1.1" 200 None
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_000/780x0__r.jpg?hash=1774621218 not downloaded yet
2026-03-27 14:58:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 78bb0492-e51b-5879-996d-586d8efce0c1 with identifier: 7009645auction111131
2026-03-27 14:58:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 78bb0492-e51b-5879-996d-586d8efce0c1 with identifier: 7009645auction111131
2026-03-27 14:58:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 78bb0492-e51b-5879-996d-586d8efce0c1 with identifier: 7009645auction111131 to the API
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009645/photo_000/780x0__r.jpg?hash=1774620777>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '78bb0492-e51b-5879-996d-586d8efce0c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009645',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 54240,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-30',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN up! 1.0',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0',
'vin': None,
'year': 2021}
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009645auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:18 [ecarstrade.nl] INFO: Saving data for 7009645auction111131: {'created_time': 1774623498.762344, 'last_price_update_time': 1774623498.762356, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009645auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_000/780x0__r.jpg?hash=1774619528> (referer: https://ecarstrade.com/cars/7009284)
2026-03-27 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_001/780x0__r.jpg?hash=1774619528> (referer: https://ecarstrade.com/cars/7009284)
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009667%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621218%27 HTTP/1.1" 200 None
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_001/780x0__r.jpg?hash=1774621218 not downloaded yet
2026-03-27 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_003/780x0__r.jpg?hash=1774622514> (referer: https://ecarstrade.com/cars/7010195)
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 57413c2d-b9db-506a-9942-8de22bc18989
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 57413c2d-b9db-506a-9942-8de22bc18989
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 57413c2d-b9db-506a-9942-8de22bc18989
2026-03-27 14:58:18 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_004/780x0__r.jpg?hash=1774622514> (referer: https://ecarstrade.com/cars/7010195)
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009667%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621218%27 HTTP/1.1" 200 None
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_002/780x0__r.jpg?hash=1774621218 not downloaded yet
2026-03-27 14:58:18 [ecarstrade.nl] INFO: Found listing with ID: 7009379auction111131
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009379auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:18 [ecarstrade.nl] INFO: Scrape type for 7009379auction111131: 1
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009667%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621218%27 HTTP/1.1" 200 None
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_003/780x0__r.jpg?hash=1774621218 not downloaded yet
2026-03-27 14:58:18 [ecarstrade.nl] INFO: Found listing with ID: 7010183auction111131
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010183auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:18 [ecarstrade.nl] INFO: Scrape type for 7010183auction111131: 1
2026-03-27 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_002/780x0__r.jpg?hash=1774622514> (referer: https://ecarstrade.com/cars/7010195)
2026-03-27 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_000/780x0__r.jpg?hash=1774622514> (referer: https://ecarstrade.com/cars/7010195)
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009667%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621219%27 HTTP/1.1" 200 None
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_004/780x0__r.jpg?hash=1774621219 not downloaded yet
2026-03-27 14:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_001/780x0__r.jpg?hash=1774622514> (referer: https://ecarstrade.com/cars/7010195)
2026-03-27 14:58:18 [ecarstrade.nl] INFO: Found listing with ID: 7009265auction111131
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009265auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:18 [ecarstrade.nl] INFO: Scrape type for 7009265auction111131: 1
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009667%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621219%27 HTTP/1.1" 200 None
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_005/780x0__r.jpg?hash=1774621219 not downloaded yet
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 57413c2d-b9db-506a-9942-8de22bc18989
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 57413c2d-b9db-506a-9942-8de22bc18989
2026-03-27 14:58:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 57413c2d-b9db-506a-9942-8de22bc18989, skipping ID generation
2026-03-27 14:58:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57413c2d-b9db-506a-9942-8de22bc18989 with scrape type 1
2026-03-27 14:58:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 57413c2d-b9db-506a-9942-8de22bc18989 sending to next pipeline
2026-03-27 14:58:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 57413c2d-b9db-506a-9942-8de22bc18989, identifier: 7009284auction111131
2026-03-27 14:58:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7
2026-03-27 14:58:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_005/780x0__r.jpg?hash=1774622511> (referer: https://ecarstrade.com/cars/7010194)
2026-03-27 14:58:19 [ecarstrade.nl] INFO: Found listing with ID: 7009599auction111131
2026-03-27 14:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009599auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:19 [ecarstrade.nl] INFO: Scrape type for 7009599auction111131: 1
2026-03-27 14:58:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 57413c2d-b9db-506a-9942-8de22bc18989 with identifier: 7009284auction111131
2026-03-27 14:58:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 57413c2d-b9db-506a-9942-8de22bc18989 with identifier: 7009284auction111131
2026-03-27 14:58:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 57413c2d-b9db-506a-9942-8de22bc18989 with identifier: 7009284auction111131 to the API
2026-03-27 14:58:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009284/photo_001/780x0__r.jpg?hash=1774619528>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '57413c2d-b9db-506a-9942-8de22bc18989',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009284',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Mitsubishi Space Star',
'odometer': 43879,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-28',
'seats_number': 5,
'seller_name': None,
'title': 'MITSUBISHI Space Star 1.2 Cleartec Connect+',
'transmission': 'manual',
'trim': 'MITSUBISHI Space Star 1.2 Cleartec Connect+',
'vin': None,
'year': 2022}
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009284auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.nl] INFO: Saving data for 7009284auction111131: {'created_time': 1774623500.551096, 'last_price_update_time': 1774623500.551107, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009284auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_004/780x0__r.jpg?hash=1774622511> (referer: https://ecarstrade.com/cars/7010194)
2026-03-27 14:58:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_003/780x0__r.jpg?hash=1774622511> (referer: https://ecarstrade.com/cars/7010194)
2026-03-27 14:58:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7
2026-03-27 14:58:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_002/780x0__r.jpg?hash=1774622510> (referer: https://ecarstrade.com/cars/7010194)
2026-03-27 14:58:20 [ecarstrade.nl] INFO: Found listing with ID: 7009300auction111131
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009300auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.nl] INFO: Scrape type for 7009300auction111131: 1
2026-03-27 14:58:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009303> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:20 [ecarstrade.nl] INFO: Found listing with ID: 7009357auction111131
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009357auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.nl] INFO: Scrape type for 7009357auction111131: 1
2026-03-27 14:58:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7
2026-03-27 14:58:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7
2026-03-27 14:58:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7
2026-03-27 14:58:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7, skipping ID generation
2026-03-27 14:58:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with scrape type 1
2026-03-27 14:58:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 sending to next pipeline
2026-03-27 14:58:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7, identifier: 7010195auction111131
2026-03-27 14:58:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7b87c3c3-5065-5fa8-8a69-02322b44b195
2026-03-27 14:58:20 [ecarstrade.nl] INFO: Extracting details for car 7009303auction111131
2026-03-27 14:58:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with identifier: 7010195auction111131
2026-03-27 14:58:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with identifier: 7010195auction111131
2026-03-27 14:58:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7 with identifier: 7010195auction111131 to the API
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010195/photo_001/780x0__r.jpg?hash=1774622514>
{'auction_title': '',
'c_o_2_emission_value': 216,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '0bc8a34b-5ffe-5f8d-9eb4-c1ffdd21ede7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010195',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 86016,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-25',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Crafter 30 2.0 TDI L1H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 30 2.0 TDI L1H1',
'vin': None,
'year': 2016}
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010195auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Saving data for 7010195auction111131: {'created_time': 1774623501.221497, 'last_price_update_time': 1774623501.221507, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010195auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_000/780x0__r.jpg?hash=1774621218> (referer: https://ecarstrade.com/cars/7009667)
2026-03-27 14:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_000/780x0__r.jpg?hash=1774622510> (referer: https://ecarstrade.com/cars/7010194)
2026-03-27 14:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_004/780x0__r.jpg?hash=1774619575> (referer: https://ecarstrade.com/cars/7009292)
2026-03-27 14:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_003/780x0__r.jpg?hash=1774619575> (referer: https://ecarstrade.com/cars/7009292)
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Found listing with ID: 7009378auction111131
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009378auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Scrape type for 7009378auction111131: 1
2026-03-27 14:58:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010178> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7b87c3c3-5065-5fa8-8a69-02322b44b195
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7b87c3c3-5065-5fa8-8a69-02322b44b195
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7b87c3c3-5065-5fa8-8a69-02322b44b195
2026-03-27 14:58:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f43e24eb-c73d-5e0b-a048-7fc47c1764fd with identifier: 7009303auction111131
2026-03-27 14:58:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f43e24eb-c73d-5e0b-a048-7fc47c1764fd with scrape type 1
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f43e24eb-c73d-5e0b-a048-7fc47c1764fd
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009303%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619633%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_000/780x0__r.jpg?hash=1774619633 not downloaded yet
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Found listing with ID: 7009534auction111131
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009534auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Scrape type for 7009534auction111131: 1
2026-03-27 14:58:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009303%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619633%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_001/780x0__r.jpg?hash=1774619633 not downloaded yet
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Found listing with ID: 7010202auction111131
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010202auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Scrape type for 7010202auction111131: 1
2026-03-27 14:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_003/780x0__r.jpg?hash=1774621218> (referer: https://ecarstrade.com/cars/7009667)
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009303%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619634%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_002/780x0__r.jpg?hash=1774619634 not downloaded yet
2026-03-27 14:58:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_004/780x0__r.jpg?hash=1774621219> (referer: https://ecarstrade.com/cars/7009667)
2026-03-27 14:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_005/780x0__r.jpg?hash=1774621219> (referer: https://ecarstrade.com/cars/7009667)
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Extracting details for car 7010178auction111131
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Found listing with ID: 7009368auction111131
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009368auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Scrape type for 7009368auction111131: 1
2026-03-27 14:58:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009303%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619634%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_003/780x0__r.jpg?hash=1774619634 not downloaded yet
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Found listing with ID: 7009633auction111131
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009633auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Scrape type for 7009633auction111131: 1
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3b091b8d-f646-520f-afb2-b5b42d9bd204
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7b87c3c3-5065-5fa8-8a69-02322b44b195
2026-03-27 14:58:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7b87c3c3-5065-5fa8-8a69-02322b44b195, skipping ID generation
2026-03-27 14:58:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b87c3c3-5065-5fa8-8a69-02322b44b195 with scrape type 1
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7b87c3c3-5065-5fa8-8a69-02322b44b195 sending to next pipeline
2026-03-27 14:58:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7b87c3c3-5065-5fa8-8a69-02322b44b195, identifier: 7010194auction111131
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc8de1d0-bf28-5054-b0fe-543590fbabd5
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc8de1d0-bf28-5054-b0fe-543590fbabd5
2026-03-27 14:58:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac046db7-4ddd-5a96-abbf-b829af7140d9 with identifier: 7010178auction111131
2026-03-27 14:58:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac046db7-4ddd-5a96-abbf-b829af7140d9 with scrape type 1
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ac046db7-4ddd-5a96-abbf-b829af7140d9
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010178%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622456%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_000/780x0__r.jpg?hash=1774622456 not downloaded yet
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009303%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619634%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_004/780x0__r.jpg?hash=1774619634 not downloaded yet
2026-03-27 14:58:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7b87c3c3-5065-5fa8-8a69-02322b44b195 with identifier: 7010194auction111131
2026-03-27 14:58:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7b87c3c3-5065-5fa8-8a69-02322b44b195 with identifier: 7010194auction111131
2026-03-27 14:58:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7b87c3c3-5065-5fa8-8a69-02322b44b195 with identifier: 7010194auction111131 to the API
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010194/photo_000/780x0__r.jpg?hash=1774622510>
{'auction_title': '',
'c_o_2_emission_value': 190,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '7b87c3c3-5065-5fa8-8a69-02322b44b195',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010194',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 87423,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-05',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L1H1',
'vin': None,
'year': 2015}
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010194auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.nl] INFO: Saving data for 7010194auction111131: {'created_time': 1774623501.944997, 'last_price_update_time': 1774623501.945008, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010194auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Found listing with ID: 7009305auction111131
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009305auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Scrape type for 7009305auction111131: 1
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010178%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622456%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_001/780x0__r.jpg?hash=1774622456 not downloaded yet
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009303%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619634%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_005/780x0__r.jpg?hash=1774619634 not downloaded yet
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Found listing with ID: 7009270auction111131
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009270auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Scrape type for 7009270auction111131: 1
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010178%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622456%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_002/780x0__r.jpg?hash=1774622456 not downloaded yet
2026-03-27 14:58:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3b091b8d-f646-520f-afb2-b5b42d9bd204
2026-03-27 14:58:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3b091b8d-f646-520f-afb2-b5b42d9bd204
2026-03-27 14:58:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3b091b8d-f646-520f-afb2-b5b42d9bd204
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Found listing with ID: 7009669auction111131
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009669auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Scrape type for 7009669auction111131: 1
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010178%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622456%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_003/780x0__r.jpg?hash=1774622456 not downloaded yet
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Found listing with ID: 7010209auction111131
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010209auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Scrape type for 7010209auction111131: 1
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010178%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622456%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_004/780x0__r.jpg?hash=1774622456 not downloaded yet
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Found listing with ID: 7009266auction111131
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009266auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Scrape type for 7009266auction111131: 1
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010178%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622457%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_005/780x0__r.jpg?hash=1774622457 not downloaded yet
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Found listing with ID: 7009587auction111131
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009587auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Scrape type for 7009587auction111131: 1
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Found listing with ID: 7009432auction111131
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009432auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Scrape type for 7009432auction111131: 1
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Found listing with ID: 7009620auction111131
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009620auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Scrape type for 7009620auction111131: 1
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Found listing with ID: 7009619auction111131
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009619auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:22 [ecarstrade.nl] INFO: Scrape type for 7009619auction111131: 1
2026-03-27 14:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009306> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:24 [ecarstrade.nl] INFO: Extracting details for car 7009306auction111131
2026-03-27 14:58:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aba32b47-d7f0-593c-af85-53242092722d with identifier: 7009306auction111131
2026-03-27 14:58:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aba32b47-d7f0-593c-af85-53242092722d with scrape type 1
2026-03-27 14:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aba32b47-d7f0-593c-af85-53242092722d
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009306%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619648%27 HTTP/1.1" 200 None
2026-03-27 14:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_000/780x0__r.jpg?hash=1774619648 not downloaded yet
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009306%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619648%27 HTTP/1.1" 200 None
2026-03-27 14:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_001/780x0__r.jpg?hash=1774619648 not downloaded yet
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009306%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619648%27 HTTP/1.1" 200 None
2026-03-27 14:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_002/780x0__r.jpg?hash=1774619648 not downloaded yet
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009306%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619648%27 HTTP/1.1" 200 None
2026-03-27 14:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_003/780x0__r.jpg?hash=1774619648 not downloaded yet
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009306%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619648%27 HTTP/1.1" 200 None
2026-03-27 14:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_004/780x0__r.jpg?hash=1774619648 not downloaded yet
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009306%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619648%27 HTTP/1.1" 200 None
2026-03-27 14:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_005/780x0__r.jpg?hash=1774619648 not downloaded yet
2026-03-27 14:58:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009639> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_002/780x0__r.jpg?hash=1774621218> (referer: https://ecarstrade.com/cars/7009667)
2026-03-27 14:58:25 [ecarstrade.nl] INFO: Extracting details for car 7009639auction111131
2026-03-27 14:58:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c251f027-ef2d-514e-886f-78ff16afc0d4 with identifier: 7009639auction111131
2026-03-27 14:58:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c251f027-ef2d-514e-886f-78ff16afc0d4 with scrape type 1
2026-03-27 14:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c251f027-ef2d-514e-886f-78ff16afc0d4
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009639%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620751%27 HTTP/1.1" 200 None
2026-03-27 14:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_000/780x0__r.jpg?hash=1774620751 not downloaded yet
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009639%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620751%27 HTTP/1.1" 200 None
2026-03-27 14:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_001/780x0__r.jpg?hash=1774620751 not downloaded yet
2026-03-27 14:58:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_001/780x0__r.jpg?hash=1774621218> (referer: https://ecarstrade.com/cars/7009667)
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009639%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620752%27 HTTP/1.1" 200 None
2026-03-27 14:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_002/780x0__r.jpg?hash=1774620752 not downloaded yet
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009639%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620752%27 HTTP/1.1" 200 None
2026-03-27 14:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_003/780x0__r.jpg?hash=1774620752 not downloaded yet
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009639%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620752%27 HTTP/1.1" 200 None
2026-03-27 14:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_004/780x0__r.jpg?hash=1774620752 not downloaded yet
2026-03-27 14:58:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3b091b8d-f646-520f-afb2-b5b42d9bd204
2026-03-27 14:58:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_002/780x0__r.jpg?hash=1774619575> (referer: https://ecarstrade.com/cars/7009292)
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009639%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620752%27 HTTP/1.1" 200 None
2026-03-27 14:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_005/780x0__r.jpg?hash=1774620752 not downloaded yet
2026-03-27 14:58:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3b091b8d-f646-520f-afb2-b5b42d9bd204
2026-03-27 14:58:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3b091b8d-f646-520f-afb2-b5b42d9bd204, skipping ID generation
2026-03-27 14:58:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b091b8d-f646-520f-afb2-b5b42d9bd204 with scrape type 1
2026-03-27 14:58:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3b091b8d-f646-520f-afb2-b5b42d9bd204 sending to next pipeline
2026-03-27 14:58:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3b091b8d-f646-520f-afb2-b5b42d9bd204, identifier: 7009667auction111131
2026-03-27 14:58:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3b091b8d-f646-520f-afb2-b5b42d9bd204 with identifier: 7009667auction111131
2026-03-27 14:58:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3b091b8d-f646-520f-afb2-b5b42d9bd204 with identifier: 7009667auction111131
2026-03-27 14:58:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3b091b8d-f646-520f-afb2-b5b42d9bd204 with identifier: 7009667auction111131 to the API
2026-03-27 14:58:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009667/photo_001/780x0__r.jpg?hash=1774621218>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '3b091b8d-f646-520f-afb2-b5b42d9bd204',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009667',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 53911,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN up! 1.0',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0',
'vin': None,
'year': 2021}
2026-03-27 14:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009667auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:26 [ecarstrade.nl] INFO: Saving data for 7009667auction111131: {'created_time': 1774623506.233495, 'last_price_update_time': 1774623506.233505, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009667auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc8de1d0-bf28-5054-b0fe-543590fbabd5
2026-03-27 14:58:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009265> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:28 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:58:28 [ecarstrade.nl] INFO: Found listing with ID: 7009612auction111131
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009612auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:28 [ecarstrade.nl] INFO: Scrape type for 7009612auction111131: 1
2026-03-27 14:58:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_001/780x0__r.jpg?hash=1774619633> (referer: https://ecarstrade.com/cars/7009303)
2026-03-27 14:58:28 [ecarstrade.nl] INFO: Found listing with ID: 7009618auction111131
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009618auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:28 [ecarstrade.nl] INFO: Scrape type for 7009618auction111131: 1
2026-03-27 14:58:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:28 [ecarstrade.nl] INFO: Found listing with ID: 7009440auction111131
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009440auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:28 [ecarstrade.nl] INFO: Scrape type for 7009440auction111131: 1
2026-03-27 14:58:28 [ecarstrade.nl] INFO: Extracting details for car 7009265auction111131
2026-03-27 14:58:28 [ecarstrade.nl] INFO: Found listing with ID: 7010176auction111131
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010176auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7010176auction111131: 1
2026-03-27 14:58:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77af97fb-ecdd-5acd-bab5-d77db17c47ec with identifier: 7009265auction111131
2026-03-27 14:58:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77af97fb-ecdd-5acd-bab5-d77db17c47ec with scrape type 1
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 77af97fb-ecdd-5acd-bab5-d77db17c47ec
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009265%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619428%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_000/780x0__r.jpg?hash=1774619428 not downloaded yet
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7009359auction111131
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009359auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7009359auction111131: 1
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009265%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619428%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_001/780x0__r.jpg?hash=1774619428 not downloaded yet
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7009331auction111131
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009331auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7009331auction111131: 1
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009265%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619428%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_002/780x0__r.jpg?hash=1774619428 not downloaded yet
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f43e24eb-c73d-5e0b-a048-7fc47c1764fd
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7009263auction111131
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009263auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7009263auction111131: 1
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009265%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619429%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_003/780x0__r.jpg?hash=1774619429 not downloaded yet
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7009665auction111131
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009665auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7009665auction111131: 1
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009265%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619429%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_004/780x0__r.jpg?hash=1774619429 not downloaded yet
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7009666auction111131
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009666auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7009666auction111131: 1
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009265%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619429%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_005/780x0__r.jpg?hash=1774619429 not downloaded yet
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7010254auction111131
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010254auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7010254auction111131: 1
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7006194auction111095
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006194auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7006194auction111095: 0
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7006216auction111095
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006216auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7006216auction111095: 0
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7006221auction111095
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006221auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7006221auction111095: 0
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7006486auction111095
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006486auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7006486auction111095: 0
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7006485auction111095
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006485auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7006485auction111095: 0
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7006223auction111095
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006223auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7006223auction111095: 0
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7006202auction111095
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006202auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7006202auction111095: 0
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7006187auction111095
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006187auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7006187auction111095: 0
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7006174auction111095
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006174auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7006174auction111095: 0
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Found listing with ID: 7006178auction111095
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006178auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Scrape type for 7006178auction111095: 0
2026-03-27 14:58:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009599> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:29 [ecarstrade.nl] INFO: Extracting details for car 7009599auction111131
2026-03-27 14:58:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb32eaf2-a705-5926-8f17-cc65b5416098 with identifier: 7009599auction111131
2026-03-27 14:58:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb32eaf2-a705-5926-8f17-cc65b5416098 with scrape type 1
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bb32eaf2-a705-5926-8f17-cc65b5416098
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009599%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620226%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_000/780x0__r.jpg?hash=1774620226 not downloaded yet
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009599%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620226%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_001/780x0__r.jpg?hash=1774620226 not downloaded yet
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009599%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620226%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_002/780x0__r.jpg?hash=1774620226 not downloaded yet
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009599%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620226%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_003/780x0__r.jpg?hash=1774620226 not downloaded yet
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009599%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620226%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_004/780x0__r.jpg?hash=1774620226 not downloaded yet
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009599%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620226%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_005/780x0__r.jpg?hash=1774620226 not downloaded yet
2026-03-27 14:58:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009379> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_005/780x0__r.jpg?hash=1774619648> (referer: https://ecarstrade.com/cars/7009306)
2026-03-27 14:58:30 [ecarstrade.nl] INFO: Extracting details for car 7009379auction111131
2026-03-27 14:58:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74fe1481-8794-5406-8a3b-fa398a7b891b with identifier: 7009379auction111131
2026-03-27 14:58:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74fe1481-8794-5406-8a3b-fa398a7b891b with scrape type 1
2026-03-27 14:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 74fe1481-8794-5406-8a3b-fa398a7b891b
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009379%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620080%27 HTTP/1.1" 200 None
2026-03-27 14:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_000/780x0__r.jpg?hash=1774620080 not downloaded yet
2026-03-27 14:58:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_004/780x0__r.jpg?hash=1774619648> (referer: https://ecarstrade.com/cars/7009306)
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009379%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620080%27 HTTP/1.1" 200 None
2026-03-27 14:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_001/780x0__r.jpg?hash=1774620080 not downloaded yet
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009379%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620080%27 HTTP/1.1" 200 None
2026-03-27 14:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_002/780x0__r.jpg?hash=1774620080 not downloaded yet
2026-03-27 14:58:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aba32b47-d7f0-593c-af85-53242092722d
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009379%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620080%27 HTTP/1.1" 200 None
2026-03-27 14:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_003/780x0__r.jpg?hash=1774620080 not downloaded yet
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009379%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620080%27 HTTP/1.1" 200 None
2026-03-27 14:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_004/780x0__r.jpg?hash=1774620080 not downloaded yet
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009379%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620080%27 HTTP/1.1" 200 None
2026-03-27 14:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_005/780x0__r.jpg?hash=1774620080 not downloaded yet
2026-03-27 14:58:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aba32b47-d7f0-593c-af85-53242092722d
2026-03-27 14:58:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_001/780x0__r.jpg?hash=1774620751> (referer: https://ecarstrade.com/cars/7009639)
2026-03-27 14:58:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_004/780x0__r.jpg?hash=1774620752> (referer: https://ecarstrade.com/cars/7009639)
2026-03-27 14:58:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c251f027-ef2d-514e-886f-78ff16afc0d4
2026-03-27 14:58:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_005/780x0__r.jpg?hash=1774620752> (referer: https://ecarstrade.com/cars/7009639)
2026-03-27 14:58:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c251f027-ef2d-514e-886f-78ff16afc0d4
2026-03-27 14:58:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c251f027-ef2d-514e-886f-78ff16afc0d4
2026-03-27 14:58:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_003/780x0__r.jpg?hash=1774620752> (referer: https://ecarstrade.com/cars/7009639)
2026-03-27 14:58:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c251f027-ef2d-514e-886f-78ff16afc0d4
2026-03-27 14:58:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009357> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:31 [ecarstrade.nl] INFO: Extracting details for car 7009357auction111131
2026-03-27 14:58:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a529959-8723-5697-a907-dd27d4c95459 with identifier: 7009357auction111131
2026-03-27 14:58:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a529959-8723-5697-a907-dd27d4c95459 with scrape type 1
2026-03-27 14:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3a529959-8723-5697-a907-dd27d4c95459
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009357%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619899%27 HTTP/1.1" 200 None
2026-03-27 14:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_000/780x0__r.jpg?hash=1774619899 not downloaded yet
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009357%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619899%27 HTTP/1.1" 200 None
2026-03-27 14:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_001/780x0__r.jpg?hash=1774619899 not downloaded yet
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009357%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619899%27 HTTP/1.1" 200 None
2026-03-27 14:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_002/780x0__r.jpg?hash=1774619899 not downloaded yet
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009357%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619899%27 HTTP/1.1" 200 None
2026-03-27 14:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_003/780x0__r.jpg?hash=1774619899 not downloaded yet
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009357%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619900%27 HTTP/1.1" 200 None
2026-03-27 14:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_004/780x0__r.jpg?hash=1774619900 not downloaded yet
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009357%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619900%27 HTTP/1.1" 200 None
2026-03-27 14:58:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_005/780x0__r.jpg?hash=1774619900 not downloaded yet
2026-03-27 14:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009378> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_005/780x0__r.jpg?hash=1774620226> (referer: https://ecarstrade.com/cars/7009599)
2026-03-27 14:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_004/780x0__r.jpg?hash=1774620226> (referer: https://ecarstrade.com/cars/7009599)
2026-03-27 14:58:33 [ecarstrade.nl] INFO: Extracting details for car 7009378auction111131
2026-03-27 14:58:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 055a2d5f-068f-5b25-99d5-a898958908da with identifier: 7009378auction111131
2026-03-27 14:58:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 055a2d5f-068f-5b25-99d5-a898958908da with scrape type 1
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 055a2d5f-068f-5b25-99d5-a898958908da
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009378%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620071%27 HTTP/1.1" 200 None
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_000/780x0__r.jpg?hash=1774620071 not downloaded yet
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009378%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620071%27 HTTP/1.1" 200 None
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_001/780x0__r.jpg?hash=1774620071 not downloaded yet
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009378%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620071%27 HTTP/1.1" 200 None
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_002/780x0__r.jpg?hash=1774620071 not downloaded yet
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bb32eaf2-a705-5926-8f17-cc65b5416098
2026-03-27 14:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_000/780x0__r.jpg?hash=1774620080> (referer: https://ecarstrade.com/cars/7009379)
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009378%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620071%27 HTTP/1.1" 200 None
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_003/780x0__r.jpg?hash=1774620071 not downloaded yet
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009378%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620071%27 HTTP/1.1" 200 None
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_004/780x0__r.jpg?hash=1774620071 not downloaded yet
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009378%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620071%27 HTTP/1.1" 200 None
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_005/780x0__r.jpg?hash=1774620071 not downloaded yet
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bb32eaf2-a705-5926-8f17-cc65b5416098
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 74fe1481-8794-5406-8a3b-fa398a7b891b
2026-03-27 14:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_005/780x0__r.jpg?hash=1774620080> (referer: https://ecarstrade.com/cars/7009379)
2026-03-27 14:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_004/780x0__r.jpg?hash=1774620080> (referer: https://ecarstrade.com/cars/7009379)
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 74fe1481-8794-5406-8a3b-fa398a7b891b
2026-03-27 14:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_003/780x0__r.jpg?hash=1774620080> (referer: https://ecarstrade.com/cars/7009379)
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 74fe1481-8794-5406-8a3b-fa398a7b891b
2026-03-27 14:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_002/780x0__r.jpg?hash=1774620080> (referer: https://ecarstrade.com/cars/7009379)
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 74fe1481-8794-5406-8a3b-fa398a7b891b
2026-03-27 14:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_001/780x0__r.jpg?hash=1774620080> (referer: https://ecarstrade.com/cars/7009379)
2026-03-27 14:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_005/780x0__r.jpg?hash=1774619900> (referer: https://ecarstrade.com/cars/7009357)
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 74fe1481-8794-5406-8a3b-fa398a7b891b
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 74fe1481-8794-5406-8a3b-fa398a7b891b
2026-03-27 14:58:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 74fe1481-8794-5406-8a3b-fa398a7b891b, skipping ID generation
2026-03-27 14:58:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74fe1481-8794-5406-8a3b-fa398a7b891b with scrape type 1
2026-03-27 14:58:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 74fe1481-8794-5406-8a3b-fa398a7b891b sending to next pipeline
2026-03-27 14:58:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 74fe1481-8794-5406-8a3b-fa398a7b891b, identifier: 7009379auction111131
2026-03-27 14:58:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 74fe1481-8794-5406-8a3b-fa398a7b891b with identifier: 7009379auction111131
2026-03-27 14:58:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 74fe1481-8794-5406-8a3b-fa398a7b891b with identifier: 7009379auction111131
2026-03-27 14:58:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 74fe1481-8794-5406-8a3b-fa398a7b891b with identifier: 7009379auction111131 to the API
2026-03-27 14:58:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009379/photo_001/780x0__r.jpg?hash=1774620080>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '74fe1481-8794-5406-8a3b-fa398a7b891b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009379',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 109601,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Active Pack',
'vin': None,
'year': 2022}
2026-03-27 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009379auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:34 [ecarstrade.nl] INFO: Saving data for 7009379auction111131: {'created_time': 1774623514.341521, 'last_price_update_time': 1774623514.341533, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009379auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_004/780x0__r.jpg?hash=1774619900> (referer: https://ecarstrade.com/cars/7009357)
2026-03-27 14:58:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3a529959-8723-5697-a907-dd27d4c95459
2026-03-27 14:58:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_003/780x0__r.jpg?hash=1774619899> (referer: https://ecarstrade.com/cars/7009357)
2026-03-27 14:58:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3a529959-8723-5697-a907-dd27d4c95459
2026-03-27 14:58:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_002/780x0__r.jpg?hash=1774620071> (referer: https://ecarstrade.com/cars/7009378)
2026-03-27 14:58:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3a529959-8723-5697-a907-dd27d4c95459
2026-03-27 14:58:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_005/780x0__r.jpg?hash=1774620071> (referer: https://ecarstrade.com/cars/7009378)
2026-03-27 14:58:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 055a2d5f-068f-5b25-99d5-a898958908da
2026-03-27 14:58:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_004/780x0__r.jpg?hash=1774620071> (referer: https://ecarstrade.com/cars/7009378)
2026-03-27 14:58:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 055a2d5f-068f-5b25-99d5-a898958908da
2026-03-27 14:58:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_003/780x0__r.jpg?hash=1774620071> (referer: https://ecarstrade.com/cars/7009378)
2026-03-27 14:58:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_001/780x0__r.jpg?hash=1774620071> (referer: https://ecarstrade.com/cars/7009378)
2026-03-27 14:58:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 055a2d5f-068f-5b25-99d5-a898958908da
2026-03-27 14:58:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 055a2d5f-068f-5b25-99d5-a898958908da
2026-03-27 14:58:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_000/780x0__r.jpg?hash=1774620071> (referer: https://ecarstrade.com/cars/7009378)
2026-03-27 14:58:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 055a2d5f-068f-5b25-99d5-a898958908da
2026-03-27 14:58:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_002/780x0__r.jpg?hash=1774619899> (referer: https://ecarstrade.com/cars/7009357)
2026-03-27 14:58:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 055a2d5f-068f-5b25-99d5-a898958908da
2026-03-27 14:58:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 055a2d5f-068f-5b25-99d5-a898958908da, skipping ID generation
2026-03-27 14:58:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 055a2d5f-068f-5b25-99d5-a898958908da with scrape type 1
2026-03-27 14:58:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 055a2d5f-068f-5b25-99d5-a898958908da sending to next pipeline
2026-03-27 14:58:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 055a2d5f-068f-5b25-99d5-a898958908da, identifier: 7009378auction111131
2026-03-27 14:58:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 055a2d5f-068f-5b25-99d5-a898958908da with identifier: 7009378auction111131
2026-03-27 14:58:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 055a2d5f-068f-5b25-99d5-a898958908da with identifier: 7009378auction111131
2026-03-27 14:58:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 055a2d5f-068f-5b25-99d5-a898958908da with identifier: 7009378auction111131 to the API
2026-03-27 14:58:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009378/photo_000/780x0__r.jpg?hash=1774620071>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '055a2d5f-068f-5b25-99d5-a898958908da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009378',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 105351,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0 EcoB. Connected',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoB. Connected',
'vin': None,
'year': 2021}
2026-03-27 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009378auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:35 [ecarstrade.nl] INFO: Saving data for 7009378auction111131: {'created_time': 1774623515.493113, 'last_price_update_time': 1774623515.493123, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009378auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_001/780x0__r.jpg?hash=1774619899> (referer: https://ecarstrade.com/cars/7009357)
2026-03-27 14:58:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3a529959-8723-5697-a907-dd27d4c95459
2026-03-27 14:58:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_000/780x0__r.jpg?hash=1774619899> (referer: https://ecarstrade.com/cars/7009357)
2026-03-27 14:58:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3a529959-8723-5697-a907-dd27d4c95459
2026-03-27 14:58:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_003/780x0__r.jpg?hash=1774620226> (referer: https://ecarstrade.com/cars/7009599)
2026-03-27 14:58:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3a529959-8723-5697-a907-dd27d4c95459
2026-03-27 14:58:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a529959-8723-5697-a907-dd27d4c95459, skipping ID generation
2026-03-27 14:58:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a529959-8723-5697-a907-dd27d4c95459 with scrape type 1
2026-03-27 14:58:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a529959-8723-5697-a907-dd27d4c95459 sending to next pipeline
2026-03-27 14:58:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3a529959-8723-5697-a907-dd27d4c95459, identifier: 7009357auction111131
2026-03-27 14:58:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3a529959-8723-5697-a907-dd27d4c95459 with identifier: 7009357auction111131
2026-03-27 14:58:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3a529959-8723-5697-a907-dd27d4c95459 with identifier: 7009357auction111131
2026-03-27 14:58:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3a529959-8723-5697-a907-dd27d4c95459 with identifier: 7009357auction111131 to the API
2026-03-27 14:58:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009357/photo_000/780x0__r.jpg?hash=1774619899>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '3a529959-8723-5697-a907-dd27d4c95459',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009357',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Mii',
'odometer': 90475,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-15',
'seats_number': 4,
'seller_name': None,
'title': 'SEAT Mii Electric Electric 32 kWh',
'transmission': 'automatic',
'trim': 'SEAT Electric Electric 32 kWh',
'vin': None,
'year': 2021}
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009357auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:36 [ecarstrade.nl] INFO: Saving data for 7009357auction111131: {'created_time': 1774623516.125936, 'last_price_update_time': 1774623516.125948, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009357auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_002/780x0__r.jpg?hash=1774620226> (referer: https://ecarstrade.com/cars/7009599)
2026-03-27 14:58:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bb32eaf2-a705-5926-8f17-cc65b5416098
2026-03-27 14:58:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_001/780x0__r.jpg?hash=1774620226> (referer: https://ecarstrade.com/cars/7009599)
2026-03-27 14:58:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bb32eaf2-a705-5926-8f17-cc65b5416098
2026-03-27 14:58:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_000/780x0__r.jpg?hash=1774620226> (referer: https://ecarstrade.com/cars/7009599)
2026-03-27 14:58:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bb32eaf2-a705-5926-8f17-cc65b5416098
2026-03-27 14:58:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bb32eaf2-a705-5926-8f17-cc65b5416098
2026-03-27 14:58:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb32eaf2-a705-5926-8f17-cc65b5416098, skipping ID generation
2026-03-27 14:58:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb32eaf2-a705-5926-8f17-cc65b5416098 with scrape type 1
2026-03-27 14:58:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bb32eaf2-a705-5926-8f17-cc65b5416098 sending to next pipeline
2026-03-27 14:58:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: bb32eaf2-a705-5926-8f17-cc65b5416098, identifier: 7009599auction111131
2026-03-27 14:58:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: bb32eaf2-a705-5926-8f17-cc65b5416098 with identifier: 7009599auction111131
2026-03-27 14:58:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: bb32eaf2-a705-5926-8f17-cc65b5416098 with identifier: 7009599auction111131
2026-03-27 14:58:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: bb32eaf2-a705-5926-8f17-cc65b5416098 with identifier: 7009599auction111131 to the API
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009599/photo_000/780x0__r.jpg?hash=1774620226>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'bb32eaf2-a705-5926-8f17-cc65b5416098',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009599',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'Dacia Duster',
'odometer': 108613,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Duster 1.0 TCe Prestige',
'transmission': 'manual',
'trim': '1.0 TCe Prestige',
'vin': None,
'year': 2021}
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009599auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:36 [ecarstrade.nl] INFO: Saving data for 7009599auction111131: {'created_time': 1774623516.781981, 'last_price_update_time': 1774623516.781991, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009599auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_005/780x0__r.jpg?hash=1774619429> (referer: https://ecarstrade.com/cars/7009265)
2026-03-27 14:58:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010202> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_004/780x0__r.jpg?hash=1774619429> (referer: https://ecarstrade.com/cars/7009265)
2026-03-27 14:58:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 77af97fb-ecdd-5acd-bab5-d77db17c47ec
2026-03-27 14:58:36 [ecarstrade.nl] INFO: Extracting details for car 7010202auction111131
2026-03-27 14:58:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4f2cb60-ed36-59e7-ad2a-67bebae595dc with identifier: 7010202auction111131
2026-03-27 14:58:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4f2cb60-ed36-59e7-ad2a-67bebae595dc with scrape type 1
2026-03-27 14:58:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f4f2cb60-ed36-59e7-ad2a-67bebae595dc
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010202%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622539%27 HTTP/1.1" 200 None
2026-03-27 14:58:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_000/780x0__r.jpg?hash=1774622539 not downloaded yet
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010202%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622539%27 HTTP/1.1" 200 None
2026-03-27 14:58:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_001/780x0__r.jpg?hash=1774622539 not downloaded yet
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010202%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622540%27 HTTP/1.1" 200 None
2026-03-27 14:58:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_002/780x0__r.jpg?hash=1774622540 not downloaded yet
2026-03-27 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010202%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622540%27 HTTP/1.1" 200 None
2026-03-27 14:58:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_003/780x0__r.jpg?hash=1774622540 not downloaded yet
2026-03-27 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010202%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622540%27 HTTP/1.1" 200 None
2026-03-27 14:58:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_004/780x0__r.jpg?hash=1774622540 not downloaded yet
2026-03-27 14:58:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 77af97fb-ecdd-5acd-bab5-d77db17c47ec
2026-03-27 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010202%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622540%27 HTTP/1.1" 200 None
2026-03-27 14:58:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_005/780x0__r.jpg?hash=1774622540 not downloaded yet
2026-03-27 14:58:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009619> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_003/780x0__r.jpg?hash=1774619429> (referer: https://ecarstrade.com/cars/7009265)
2026-03-27 14:58:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:37 [ecarstrade.nl] INFO: Extracting details for car 7009619auction111131
2026-03-27 14:58:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with identifier: 7009619auction111131
2026-03-27 14:58:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with scrape type 1
2026-03-27 14:58:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7
2026-03-27 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009619%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620619%27 HTTP/1.1" 200 None
2026-03-27 14:58:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_000/780x0__r.jpg?hash=1774620619 not downloaded yet
2026-03-27 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009619%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620619%27 HTTP/1.1" 200 None
2026-03-27 14:58:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_001/780x0__r.jpg?hash=1774620619 not downloaded yet
2026-03-27 14:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009619%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620619%27 HTTP/1.1" 200 None
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_002/780x0__r.jpg?hash=1774620619 not downloaded yet
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009619%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620620%27 HTTP/1.1" 200 None
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_003/780x0__r.jpg?hash=1774620620 not downloaded yet
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009619%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620620%27 HTTP/1.1" 200 None
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_004/780x0__r.jpg?hash=1774620620 not downloaded yet
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009619%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620620%27 HTTP/1.1" 200 None
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_005/780x0__r.jpg?hash=1774620620 not downloaded yet
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 77af97fb-ecdd-5acd-bab5-d77db17c47ec
2026-03-27 14:58:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009612> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_002/780x0__r.jpg?hash=1774619428> (referer: https://ecarstrade.com/cars/7009265)
2026-03-27 14:58:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:38 [ecarstrade.nl] INFO: Extracting details for car 7009612auction111131
2026-03-27 14:58:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7688171e-4c86-5a78-9bfa-98373e91a7fa with identifier: 7009612auction111131
2026-03-27 14:58:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7688171e-4c86-5a78-9bfa-98373e91a7fa with scrape type 1
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7688171e-4c86-5a78-9bfa-98373e91a7fa
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009612%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620272%27 HTTP/1.1" 200 None
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_000/780x0__r.jpg?hash=1774620272 not downloaded yet
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009612%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620273%27 HTTP/1.1" 200 None
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_001/780x0__r.jpg?hash=1774620273 not downloaded yet
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009612%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620273%27 HTTP/1.1" 200 None
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_002/780x0__r.jpg?hash=1774620273 not downloaded yet
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009612%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620273%27 HTTP/1.1" 200 None
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_003/780x0__r.jpg?hash=1774620273 not downloaded yet
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009612%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620273%27 HTTP/1.1" 200 None
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_004/780x0__r.jpg?hash=1774620273 not downloaded yet
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009612%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620273%27 HTTP/1.1" 200 None
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_005/780x0__r.jpg?hash=1774620273 not downloaded yet
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 77af97fb-ecdd-5acd-bab5-d77db17c47ec
2026-03-27 14:58:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010254> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_001/780x0__r.jpg?hash=1774619428> (referer: https://ecarstrade.com/cars/7009265)
2026-03-27 14:58:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:38 [ecarstrade.nl] INFO: Extracting details for car 7010254auction111131
2026-03-27 14:58:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44fd299b-cef5-5a03-a246-82421e639478 with identifier: 7010254auction111131
2026-03-27 14:58:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44fd299b-cef5-5a03-a246-82421e639478 with scrape type 1
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 44fd299b-cef5-5a03-a246-82421e639478
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010254%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623012%27 HTTP/1.1" 200 None
2026-03-27 14:58:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_000/780x0__r.jpg?hash=1774623012 not downloaded yet
2026-03-27 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010254%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623012%27 HTTP/1.1" 200 None
2026-03-27 14:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_001/780x0__r.jpg?hash=1774623012 not downloaded yet
2026-03-27 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010254%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623012%27 HTTP/1.1" 200 None
2026-03-27 14:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_002/780x0__r.jpg?hash=1774623012 not downloaded yet
2026-03-27 14:58:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 77af97fb-ecdd-5acd-bab5-d77db17c47ec
2026-03-27 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010254%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623012%27 HTTP/1.1" 200 None
2026-03-27 14:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_003/780x0__r.jpg?hash=1774623012 not downloaded yet
2026-03-27 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010254%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623013%27 HTTP/1.1" 200 None
2026-03-27 14:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_004/780x0__r.jpg?hash=1774623013 not downloaded yet
2026-03-27 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010254%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623013%27 HTTP/1.1" 200 None
2026-03-27 14:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_005/780x0__r.jpg?hash=1774623013 not downloaded yet
2026-03-27 14:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009666> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_000/780x0__r.jpg?hash=1774619428> (referer: https://ecarstrade.com/cars/7009265)
2026-03-27 14:58:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:44 [ecarstrade.nl] INFO: Extracting details for car 7009666auction111131
2026-03-27 14:58:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8acfeee-102b-5f24-825f-e861a6e21aca with identifier: 7009666auction111131
2026-03-27 14:58:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8acfeee-102b-5f24-825f-e861a6e21aca with scrape type 1
2026-03-27 14:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f8acfeee-102b-5f24-825f-e861a6e21aca
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009666%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621214%27 HTTP/1.1" 200 None
2026-03-27 14:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_000/780x0__r.jpg?hash=1774621214 not downloaded yet
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009666%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621214%27 HTTP/1.1" 200 None
2026-03-27 14:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_001/780x0__r.jpg?hash=1774621214 not downloaded yet
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009666%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621214%27 HTTP/1.1" 200 None
2026-03-27 14:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_002/780x0__r.jpg?hash=1774621214 not downloaded yet
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009666%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621215%27 HTTP/1.1" 200 None
2026-03-27 14:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_003/780x0__r.jpg?hash=1774621215 not downloaded yet
2026-03-27 14:58:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 77af97fb-ecdd-5acd-bab5-d77db17c47ec
2026-03-27 14:58:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 77af97fb-ecdd-5acd-bab5-d77db17c47ec, skipping ID generation
2026-03-27 14:58:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77af97fb-ecdd-5acd-bab5-d77db17c47ec with scrape type 1
2026-03-27 14:58:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 77af97fb-ecdd-5acd-bab5-d77db17c47ec sending to next pipeline
2026-03-27 14:58:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 77af97fb-ecdd-5acd-bab5-d77db17c47ec, identifier: 7009265auction111131
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009666%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621215%27 HTTP/1.1" 200 None
2026-03-27 14:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_004/780x0__r.jpg?hash=1774621215 not downloaded yet
2026-03-27 14:58:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 77af97fb-ecdd-5acd-bab5-d77db17c47ec with identifier: 7009265auction111131
2026-03-27 14:58:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 77af97fb-ecdd-5acd-bab5-d77db17c47ec with identifier: 7009265auction111131
2026-03-27 14:58:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 77af97fb-ecdd-5acd-bab5-d77db17c47ec with identifier: 7009265auction111131 to the API
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009265/photo_000/780x0__r.jpg?hash=1774619428>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '77af97fb-ecdd-5acd-bab5-d77db17c47ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009265',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Twingo',
'odometer': 22223,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-22',
'seats_number': 4,
'seller_name': None,
'title': 'RENAULT TWINGO 1.0 SCe Limited',
'transmission': 'manual',
'trim': 'RENAULT TWINGO 1.0 SCe Limited',
'vin': None,
'year': 2022}
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009265auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:44 [ecarstrade.nl] INFO: Saving data for 7009265auction111131: {'created_time': 1774623524.871091, 'last_price_update_time': 1774623524.871105, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009265auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009666%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621215%27 HTTP/1.1" 200 None
2026-03-27 14:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_005/780x0__r.jpg?hash=1774621215 not downloaded yet
2026-03-27 14:58:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009665> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_005/780x0__r.jpg?hash=1774622540> (referer: https://ecarstrade.com/cars/7010202)
2026-03-27 14:58:45 [ecarstrade.nl] INFO: Extracting details for car 7009665auction111131
2026-03-27 14:58:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa2fa912-1f08-57ab-bb11-471f8267949f with identifier: 7009665auction111131
2026-03-27 14:58:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa2fa912-1f08-57ab-bb11-471f8267949f with scrape type 1
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aa2fa912-1f08-57ab-bb11-471f8267949f
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009665%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621210%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_000/780x0__r.jpg?hash=1774621210 not downloaded yet
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009665%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621210%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_001/780x0__r.jpg?hash=1774621210 not downloaded yet
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009665%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621210%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_002/780x0__r.jpg?hash=1774621210 not downloaded yet
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_004/780x0__r.jpg?hash=1774622540> (referer: https://ecarstrade.com/cars/7010202)
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009665%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621210%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_003/780x0__r.jpg?hash=1774621210 not downloaded yet
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009665%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621210%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_004/780x0__r.jpg?hash=1774621210 not downloaded yet
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f4f2cb60-ed36-59e7-ad2a-67bebae595dc
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009665%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621210%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_005/780x0__r.jpg?hash=1774621210 not downloaded yet
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009300> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_005/780x0__r.jpg?hash=1774620620> (referer: https://ecarstrade.com/cars/7009619)
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f4f2cb60-ed36-59e7-ad2a-67bebae595dc
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009263> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_004/780x0__r.jpg?hash=1774620273> (referer: https://ecarstrade.com/cars/7009612)
2026-03-27 14:58:45 [ecarstrade.nl] INFO: Extracting details for car 7009300auction111131
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_005/780x0__r.jpg?hash=1774620273> (referer: https://ecarstrade.com/cars/7009612)
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_004/780x0__r.jpg?hash=1774620620> (referer: https://ecarstrade.com/cars/7009619)
2026-03-27 14:58:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37bda7d8-3767-53f7-90cb-2989a4c66982 with identifier: 7009300auction111131
2026-03-27 14:58:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37bda7d8-3767-53f7-90cb-2989a4c66982 with scrape type 1
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 37bda7d8-3767-53f7-90cb-2989a4c66982
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009300%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619616%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_000/780x0__r.jpg?hash=1774619616 not downloaded yet
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_005/780x0__r.jpg?hash=1774623013> (referer: https://ecarstrade.com/cars/7010254)
2026-03-27 14:58:45 [ecarstrade.nl] INFO: Extracting details for car 7009263auction111131
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009300%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619616%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_001/780x0__r.jpg?hash=1774619616 not downloaded yet
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_004/780x0__r.jpg?hash=1774623013> (referer: https://ecarstrade.com/cars/7010254)
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_005/780x0__r.jpg?hash=1774621215> (referer: https://ecarstrade.com/cars/7009666)
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009300%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619616%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_002/780x0__r.jpg?hash=1774619616 not downloaded yet
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_004/780x0__r.jpg?hash=1774621215> (referer: https://ecarstrade.com/cars/7009666)
2026-03-27 14:58:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57411f92-f987-51cb-ad21-1e33ea226b27 with identifier: 7009263auction111131
2026-03-27 14:58:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57411f92-f987-51cb-ad21-1e33ea226b27 with scrape type 1
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 57411f92-f987-51cb-ad21-1e33ea226b27
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009263%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619409%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_000/780x0__r.jpg?hash=1774619409 not downloaded yet
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7688171e-4c86-5a78-9bfa-98373e91a7fa
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009300%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619616%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_003/780x0__r.jpg?hash=1774619616 not downloaded yet
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009263%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619409%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_001/780x0__r.jpg?hash=1774619409 not downloaded yet
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7688171e-4c86-5a78-9bfa-98373e91a7fa
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 44fd299b-cef5-5a03-a246-82421e639478
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009300%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619616%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_004/780x0__r.jpg?hash=1774619616 not downloaded yet
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_002/780x0__r.jpg?hash=1774621210> (referer: https://ecarstrade.com/cars/7009665)
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009263%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619410%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_002/780x0__r.jpg?hash=1774619410 not downloaded yet
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_004/780x0__r.jpg?hash=1774621210> (referer: https://ecarstrade.com/cars/7009665)
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_005/780x0__r.jpg?hash=1774621210> (referer: https://ecarstrade.com/cars/7009665)
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009300%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619617%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_005/780x0__r.jpg?hash=1774619617 not downloaded yet
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009263%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619410%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_003/780x0__r.jpg?hash=1774619410 not downloaded yet
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009263%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619410%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_004/780x0__r.jpg?hash=1774619410 not downloaded yet
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 44fd299b-cef5-5a03-a246-82421e639478
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f8acfeee-102b-5f24-825f-e861a6e21aca
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f8acfeee-102b-5f24-825f-e861a6e21aca
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009263%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619410%27 HTTP/1.1" 200 None
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_005/780x0__r.jpg?hash=1774619410 not downloaded yet
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_003/780x0__r.jpg?hash=1774621210> (referer: https://ecarstrade.com/cars/7009665)
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_001/780x0__r.jpg?hash=1774621210> (referer: https://ecarstrade.com/cars/7009665)
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aa2fa912-1f08-57ab-bb11-471f8267949f
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_000/780x0__r.jpg?hash=1774621210> (referer: https://ecarstrade.com/cars/7009665)
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aa2fa912-1f08-57ab-bb11-471f8267949f
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aa2fa912-1f08-57ab-bb11-471f8267949f
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_000/780x0__r.jpg?hash=1774619616> (referer: https://ecarstrade.com/cars/7009300)
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_003/780x0__r.jpg?hash=1774621215> (referer: https://ecarstrade.com/cars/7009666)
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_001/780x0__r.jpg?hash=1774619616> (referer: https://ecarstrade.com/cars/7009300)
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_002/780x0__r.jpg?hash=1774621214> (referer: https://ecarstrade.com/cars/7009666)
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aa2fa912-1f08-57ab-bb11-471f8267949f
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aa2fa912-1f08-57ab-bb11-471f8267949f
2026-03-27 14:58:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_001/780x0__r.jpg?hash=1774621214> (referer: https://ecarstrade.com/cars/7009666)
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aa2fa912-1f08-57ab-bb11-471f8267949f
2026-03-27 14:58:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aa2fa912-1f08-57ab-bb11-471f8267949f, skipping ID generation
2026-03-27 14:58:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa2fa912-1f08-57ab-bb11-471f8267949f with scrape type 1
2026-03-27 14:58:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aa2fa912-1f08-57ab-bb11-471f8267949f sending to next pipeline
2026-03-27 14:58:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aa2fa912-1f08-57ab-bb11-471f8267949f, identifier: 7009665auction111131
2026-03-27 14:58:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aa2fa912-1f08-57ab-bb11-471f8267949f with identifier: 7009665auction111131
2026-03-27 14:58:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aa2fa912-1f08-57ab-bb11-471f8267949f with identifier: 7009665auction111131
2026-03-27 14:58:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aa2fa912-1f08-57ab-bb11-471f8267949f with identifier: 7009665auction111131 to the API
2026-03-27 14:58:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009665/photo_000/780x0__r.jpg?hash=1774621210>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'aa2fa912-1f08-57ab-bb11-471f8267949f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009665',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'V60',
'odometer': 142711,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 B3 Momentum Pro Geatronic',
'transmission': 'automatic',
'trim': 'VOLVO B3 Momentum Pro Geatronic',
'vin': None,
'year': 2021}
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009665auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:46 [ecarstrade.nl] INFO: Saving data for 7009665auction111131: {'created_time': 1774623526.216834, 'last_price_update_time': 1774623526.216846, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009665auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_004/780x0__r.jpg?hash=1774619616> (referer: https://ecarstrade.com/cars/7009300)
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_003/780x0__r.jpg?hash=1774619616> (referer: https://ecarstrade.com/cars/7009300)
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_001/780x0__r.jpg?hash=1774619409> (referer: https://ecarstrade.com/cars/7009263)
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009331> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 37bda7d8-3767-53f7-90cb-2989a4c66982
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f8acfeee-102b-5f24-825f-e861a6e21aca
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 37bda7d8-3767-53f7-90cb-2989a4c66982
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f8acfeee-102b-5f24-825f-e861a6e21aca
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f8acfeee-102b-5f24-825f-e861a6e21aca
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_005/780x0__r.jpg?hash=1774619617> (referer: https://ecarstrade.com/cars/7009300)
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_003/780x0__r.jpg?hash=1774619410> (referer: https://ecarstrade.com/cars/7009263)
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_004/780x0__r.jpg?hash=1774619410> (referer: https://ecarstrade.com/cars/7009263)
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_005/780x0__r.jpg?hash=1774619410> (referer: https://ecarstrade.com/cars/7009263)
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 37bda7d8-3767-53f7-90cb-2989a4c66982
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 37bda7d8-3767-53f7-90cb-2989a4c66982
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 57411f92-f987-51cb-ad21-1e33ea226b27
2026-03-27 14:58:46 [ecarstrade.nl] INFO: Extracting details for car 7009331auction111131
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_000/780x0__r.jpg?hash=1774621214> (referer: https://ecarstrade.com/cars/7009666)
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_000/780x0__r.jpg?hash=1774619409> (referer: https://ecarstrade.com/cars/7009263)
2026-03-27 14:58:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eeeac596-ec39-5a7f-b873-8fee0f1a9274 with identifier: 7009331auction111131
2026-03-27 14:58:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eeeac596-ec39-5a7f-b873-8fee0f1a9274 with scrape type 1
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eeeac596-ec39-5a7f-b873-8fee0f1a9274
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009331%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619758%27 HTTP/1.1" 200 None
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_000/780x0__r.jpg?hash=1774619758 not downloaded yet
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_002/780x0__r.jpg?hash=1774619410> (referer: https://ecarstrade.com/cars/7009263)
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009331%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619758%27 HTTP/1.1" 200 None
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_001/780x0__r.jpg?hash=1774619758 not downloaded yet
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_002/780x0__r.jpg?hash=1774619616> (referer: https://ecarstrade.com/cars/7009300)
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009331%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619758%27 HTTP/1.1" 200 None
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_002/780x0__r.jpg?hash=1774619758 not downloaded yet
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 37bda7d8-3767-53f7-90cb-2989a4c66982
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009331%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619758%27 HTTP/1.1" 200 None
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_003/780x0__r.jpg?hash=1774619758 not downloaded yet
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 57411f92-f987-51cb-ad21-1e33ea226b27
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 57411f92-f987-51cb-ad21-1e33ea226b27
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 57411f92-f987-51cb-ad21-1e33ea226b27
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_002/780x0__r.jpg?hash=1774623012> (referer: https://ecarstrade.com/cars/7010254)
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_003/780x0__r.jpg?hash=1774623012> (referer: https://ecarstrade.com/cars/7010254)
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009331%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619758%27 HTTP/1.1" 200 None
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_004/780x0__r.jpg?hash=1774619758 not downloaded yet
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_000/780x0__r.jpg?hash=1774623012> (referer: https://ecarstrade.com/cars/7010254)
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_001/780x0__r.jpg?hash=1774623012> (referer: https://ecarstrade.com/cars/7010254)
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009331%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619758%27 HTTP/1.1" 200 None
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_005/780x0__r.jpg?hash=1774619758 not downloaded yet
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f8acfeee-102b-5f24-825f-e861a6e21aca
2026-03-27 14:58:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f8acfeee-102b-5f24-825f-e861a6e21aca, skipping ID generation
2026-03-27 14:58:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8acfeee-102b-5f24-825f-e861a6e21aca with scrape type 1
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f8acfeee-102b-5f24-825f-e861a6e21aca sending to next pipeline
2026-03-27 14:58:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f8acfeee-102b-5f24-825f-e861a6e21aca, identifier: 7009666auction111131
2026-03-27 14:58:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f8acfeee-102b-5f24-825f-e861a6e21aca with identifier: 7009666auction111131
2026-03-27 14:58:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f8acfeee-102b-5f24-825f-e861a6e21aca with identifier: 7009666auction111131
2026-03-27 14:58:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f8acfeee-102b-5f24-825f-e861a6e21aca with identifier: 7009666auction111131 to the API
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009666/photo_000/780x0__r.jpg?hash=1774621214>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f8acfeee-102b-5f24-825f-e861a6e21aca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009666',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 91425,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI IONIQ 1.6 GDi Shine DCT',
'transmission': 'automatic',
'trim': 'HYUNDAI 1.6 GDi Shine DCT',
'vin': None,
'year': 2022}
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009666auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:46 [ecarstrade.nl] INFO: Saving data for 7009666auction111131: {'created_time': 1774623526.953325, 'last_price_update_time': 1774623526.953336, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009666auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_003/780x0__r.jpg?hash=1774620273> (referer: https://ecarstrade.com/cars/7009612)
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_002/780x0__r.jpg?hash=1774620273> (referer: https://ecarstrade.com/cars/7009612)
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 57411f92-f987-51cb-ad21-1e33ea226b27
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_000/780x0__r.jpg?hash=1774620272> (referer: https://ecarstrade.com/cars/7009612)
2026-03-27 14:58:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_001/780x0__r.jpg?hash=1774620273> (referer: https://ecarstrade.com/cars/7009612)
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 57411f92-f987-51cb-ad21-1e33ea226b27
2026-03-27 14:58:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 57411f92-f987-51cb-ad21-1e33ea226b27, skipping ID generation
2026-03-27 14:58:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57411f92-f987-51cb-ad21-1e33ea226b27 with scrape type 1
2026-03-27 14:58:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 57411f92-f987-51cb-ad21-1e33ea226b27 sending to next pipeline
2026-03-27 14:58:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 57411f92-f987-51cb-ad21-1e33ea226b27, identifier: 7009263auction111131
2026-03-27 14:58:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 37bda7d8-3767-53f7-90cb-2989a4c66982
2026-03-27 14:58:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 37bda7d8-3767-53f7-90cb-2989a4c66982, skipping ID generation
2026-03-27 14:58:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37bda7d8-3767-53f7-90cb-2989a4c66982 with scrape type 1
2026-03-27 14:58:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 37bda7d8-3767-53f7-90cb-2989a4c66982 sending to next pipeline
2026-03-27 14:58:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 37bda7d8-3767-53f7-90cb-2989a4c66982, identifier: 7009300auction111131
2026-03-27 14:58:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 44fd299b-cef5-5a03-a246-82421e639478
2026-03-27 14:58:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 44fd299b-cef5-5a03-a246-82421e639478
2026-03-27 14:58:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 44fd299b-cef5-5a03-a246-82421e639478
2026-03-27 14:58:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 44fd299b-cef5-5a03-a246-82421e639478
2026-03-27 14:58:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 44fd299b-cef5-5a03-a246-82421e639478, skipping ID generation
2026-03-27 14:58:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44fd299b-cef5-5a03-a246-82421e639478 with scrape type 1
2026-03-27 14:58:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 44fd299b-cef5-5a03-a246-82421e639478 sending to next pipeline
2026-03-27 14:58:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 44fd299b-cef5-5a03-a246-82421e639478, identifier: 7010254auction111131
2026-03-27 14:58:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 57411f92-f987-51cb-ad21-1e33ea226b27 with identifier: 7009263auction111131
2026-03-27 14:58:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 57411f92-f987-51cb-ad21-1e33ea226b27 with identifier: 7009263auction111131
2026-03-27 14:58:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 57411f92-f987-51cb-ad21-1e33ea226b27 with identifier: 7009263auction111131 to the API
2026-03-27 14:58:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009263/photo_002/780x0__r.jpg?hash=1774619410>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '57411f92-f987-51cb-ad21-1e33ea226b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009263',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 124480,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-20',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.0 T-GDi DynamicL.',
'transmission': 'manual',
'trim': 'KIA ceed sportswagon 1.0 T-GDi DynamicL.',
'vin': None,
'year': 2022}
2026-03-27 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009263auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:47 [ecarstrade.nl] INFO: Saving data for 7009263auction111131: {'created_time': 1774623527.590968, 'last_price_update_time': 1774623527.590978, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009263auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 37bda7d8-3767-53f7-90cb-2989a4c66982 with identifier: 7009300auction111131
2026-03-27 14:58:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 37bda7d8-3767-53f7-90cb-2989a4c66982 with identifier: 7009300auction111131
2026-03-27 14:58:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 37bda7d8-3767-53f7-90cb-2989a4c66982 with identifier: 7009300auction111131 to the API
2026-03-27 14:58:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009300/photo_002/780x0__r.jpg?hash=1774619616>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '37bda7d8-3767-53f7-90cb-2989a4c66982',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009300',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 47294,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-12',
'seats_number': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 DPi ComfortLine',
'transmission': 'manual',
'trim': 'KIA 1.0 DPi ComfortLine',
'vin': None,
'year': 2021}
2026-03-27 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009300auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:47 [ecarstrade.nl] INFO: Saving data for 7009300auction111131: {'created_time': 1774623527.996729, 'last_price_update_time': 1774623527.996741, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009300auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 44fd299b-cef5-5a03-a246-82421e639478 with identifier: 7010254auction111131
2026-03-27 14:58:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 44fd299b-cef5-5a03-a246-82421e639478 with identifier: 7010254auction111131
2026-03-27 14:58:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 44fd299b-cef5-5a03-a246-82421e639478 with identifier: 7010254auction111131 to the API
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010254/photo_001/780x0__r.jpg?hash=1774623012>
{'auction_title': '',
'c_o_2_emission_value': 203,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '44fd299b-cef5-5a03-a246-82421e639478',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010254',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 101698,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-21',
'seats_number': 9,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter Kombi 2.0TSI Comfortline 9P. DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter Kombi 2.0TSI Comfortline 9P. DSG',
'vin': None,
'year': 2017}
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010254auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:48 [ecarstrade.nl] INFO: Saving data for 7010254auction111131: {'created_time': 1774623528.344024, 'last_price_update_time': 1774623528.344036, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010254auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_001/780x0__r.jpg?hash=1774619758> (referer: https://ecarstrade.com/cars/7009331)
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_002/780x0__r.jpg?hash=1774620619> (referer: https://ecarstrade.com/cars/7009619)
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_000/780x0__r.jpg?hash=1774619758> (referer: https://ecarstrade.com/cars/7009331)
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_003/780x0__r.jpg?hash=1774620620> (referer: https://ecarstrade.com/cars/7009619)
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7688171e-4c86-5a78-9bfa-98373e91a7fa
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7688171e-4c86-5a78-9bfa-98373e91a7fa
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7688171e-4c86-5a78-9bfa-98373e91a7fa
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7688171e-4c86-5a78-9bfa-98373e91a7fa
2026-03-27 14:58:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7688171e-4c86-5a78-9bfa-98373e91a7fa, skipping ID generation
2026-03-27 14:58:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7688171e-4c86-5a78-9bfa-98373e91a7fa with scrape type 1
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7688171e-4c86-5a78-9bfa-98373e91a7fa sending to next pipeline
2026-03-27 14:58:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 7688171e-4c86-5a78-9bfa-98373e91a7fa, identifier: 7009612auction111131
2026-03-27 14:58:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 7688171e-4c86-5a78-9bfa-98373e91a7fa with identifier: 7009612auction111131
2026-03-27 14:58:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 7688171e-4c86-5a78-9bfa-98373e91a7fa with identifier: 7009612auction111131
2026-03-27 14:58:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 7688171e-4c86-5a78-9bfa-98373e91a7fa with identifier: 7009612auction111131 to the API
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009612/photo_001/780x0__r.jpg?hash=1774620273>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '7688171e-4c86-5a78-9bfa-98373e91a7fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009612',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Smart',
'model': 'ForTwo',
'odometer': 11674,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-17',
'seats_number': 2,
'seller_name': None,
'title': 'Smart Fortwo EQ Comfort',
'transmission': 'automatic',
'trim': 'Fortwo EQ Comfort',
'vin': None,
'year': 2020}
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009612auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:48 [ecarstrade.nl] INFO: Saving data for 7009612auction111131: {'created_time': 1774623528.856847, 'last_price_update_time': 1774623528.856858, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009612auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_001/780x0__r.jpg?hash=1774620619> (referer: https://ecarstrade.com/cars/7009619)
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_003/780x0__r.jpg?hash=1774619758> (referer: https://ecarstrade.com/cars/7009331)
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_004/780x0__r.jpg?hash=1774619758> (referer: https://ecarstrade.com/cars/7009331)
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_002/780x0__r.jpg?hash=1774619758> (referer: https://ecarstrade.com/cars/7009331)
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eeeac596-ec39-5a7f-b873-8fee0f1a9274
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eeeac596-ec39-5a7f-b873-8fee0f1a9274
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_002/780x0__r.jpg?hash=1774622540> (referer: https://ecarstrade.com/cars/7010202)
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_005/780x0__r.jpg?hash=1774619758> (referer: https://ecarstrade.com/cars/7009331)
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_000/780x0__r.jpg?hash=1774620619> (referer: https://ecarstrade.com/cars/7009619)
2026-03-27 14:58:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eeeac596-ec39-5a7f-b873-8fee0f1a9274
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eeeac596-ec39-5a7f-b873-8fee0f1a9274
2026-03-27 14:58:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eeeac596-ec39-5a7f-b873-8fee0f1a9274
2026-03-27 14:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_003/780x0__r.jpg?hash=1774622540> (referer: https://ecarstrade.com/cars/7010202)
2026-03-27 14:58:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_001/780x0__r.jpg?hash=1774622539> (referer: https://ecarstrade.com/cars/7010202)
2026-03-27 14:58:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_000/780x0__r.jpg?hash=1774622539> (referer: https://ecarstrade.com/cars/7010202)
2026-03-27 14:58:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f4f2cb60-ed36-59e7-ad2a-67bebae595dc
2026-03-27 14:58:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eeeac596-ec39-5a7f-b873-8fee0f1a9274
2026-03-27 14:58:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eeeac596-ec39-5a7f-b873-8fee0f1a9274, skipping ID generation
2026-03-27 14:58:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eeeac596-ec39-5a7f-b873-8fee0f1a9274 with scrape type 1
2026-03-27 14:58:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eeeac596-ec39-5a7f-b873-8fee0f1a9274 sending to next pipeline
2026-03-27 14:58:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: eeeac596-ec39-5a7f-b873-8fee0f1a9274, identifier: 7009331auction111131
2026-03-27 14:58:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: eeeac596-ec39-5a7f-b873-8fee0f1a9274 with identifier: 7009331auction111131
2026-03-27 14:58:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: eeeac596-ec39-5a7f-b873-8fee0f1a9274 with identifier: 7009331auction111131
2026-03-27 14:58:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: eeeac596-ec39-5a7f-b873-8fee0f1a9274 with identifier: 7009331auction111131 to the API
2026-03-27 14:58:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009331/photo_005/780x0__r.jpg?hash=1774619758>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'eeeac596-ec39-5a7f-b873-8fee0f1a9274',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009331',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 136643,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-20',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active',
'vin': None,
'year': 2019}
2026-03-27 14:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009331auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:49 [ecarstrade.nl] INFO: Saving data for 7009331auction111131: {'created_time': 1774623529.498683, 'last_price_update_time': 1774623529.498693, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009331auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_002/780x0__r.jpg?hash=1774620752> (referer: https://ecarstrade.com/cars/7009639)
2026-03-27 14:58:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7
2026-03-27 14:58:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7, skipping ID generation
2026-03-27 14:58:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with scrape type 1
2026-03-27 14:58:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 sending to next pipeline
2026-03-27 14:58:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7, identifier: 7009619auction111131
2026-03-27 14:58:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f4f2cb60-ed36-59e7-ad2a-67bebae595dc
2026-03-27 14:58:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f4f2cb60-ed36-59e7-ad2a-67bebae595dc
2026-03-27 14:58:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f4f2cb60-ed36-59e7-ad2a-67bebae595dc
2026-03-27 14:58:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f4f2cb60-ed36-59e7-ad2a-67bebae595dc, skipping ID generation
2026-03-27 14:58:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4f2cb60-ed36-59e7-ad2a-67bebae595dc with scrape type 1
2026-03-27 14:58:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f4f2cb60-ed36-59e7-ad2a-67bebae595dc sending to next pipeline
2026-03-27 14:58:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f4f2cb60-ed36-59e7-ad2a-67bebae595dc, identifier: 7010202auction111131
2026-03-27 14:58:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with identifier: 7009619auction111131
2026-03-27 14:58:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with identifier: 7009619auction111131
2026-03-27 14:58:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6cecf9c0-6fa6-5875-b52a-8fd14b4054f7 with identifier: 7009619auction111131 to the API
2026-03-27 14:58:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009619/photo_000/780x0__r.jpg?hash=1774620619>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '6cecf9c0-6fa6-5875-b52a-8fd14b4054f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009619',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 217139,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-15',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Mondeo 2.0 TDCi Titanium Lease Ed.',
'transmission': 'manual',
'trim': 'FORD 2.0 TDCi Titanium Lease Ed.',
'vin': None,
'year': 2017}
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009619auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.nl] INFO: Saving data for 7009619auction111131: {'created_time': 1774623530.110176, 'last_price_update_time': 1774623530.110191, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009619auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f4f2cb60-ed36-59e7-ad2a-67bebae595dc with identifier: 7010202auction111131
2026-03-27 14:58:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f4f2cb60-ed36-59e7-ad2a-67bebae595dc with identifier: 7010202auction111131
2026-03-27 14:58:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f4f2cb60-ed36-59e7-ad2a-67bebae595dc with identifier: 7010202auction111131 to the API
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010202/photo_000/780x0__r.jpg?hash=1774622539>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'f4f2cb60-ed36-59e7-ad2a-67bebae595dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010202',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 204179,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-19',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy 2.0 TDI BMT Trendline L2H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 TDI BMT Trendline L2H1',
'vin': None,
'year': 2017}
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010202auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.nl] INFO: Saving data for 7010202auction111131: {'created_time': 1774623530.441924, 'last_price_update_time': 1774623530.441932, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010202auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_000/780x0__r.jpg?hash=1774620751> (referer: https://ecarstrade.com/cars/7009639)
2026-03-27 14:58:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c251f027-ef2d-514e-886f-78ff16afc0d4
2026-03-27 14:58:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_003/780x0__r.jpg?hash=1774619648> (referer: https://ecarstrade.com/cars/7009306)
2026-03-27 14:58:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c251f027-ef2d-514e-886f-78ff16afc0d4
2026-03-27 14:58:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c251f027-ef2d-514e-886f-78ff16afc0d4, skipping ID generation
2026-03-27 14:58:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c251f027-ef2d-514e-886f-78ff16afc0d4 with scrape type 1
2026-03-27 14:58:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c251f027-ef2d-514e-886f-78ff16afc0d4 sending to next pipeline
2026-03-27 14:58:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c251f027-ef2d-514e-886f-78ff16afc0d4, identifier: 7009639auction111131
2026-03-27 14:58:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_002/780x0__r.jpg?hash=1774619648> (referer: https://ecarstrade.com/cars/7009306)
2026-03-27 14:58:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c251f027-ef2d-514e-886f-78ff16afc0d4 with identifier: 7009639auction111131
2026-03-27 14:58:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c251f027-ef2d-514e-886f-78ff16afc0d4 with identifier: 7009639auction111131
2026-03-27 14:58:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c251f027-ef2d-514e-886f-78ff16afc0d4 with identifier: 7009639auction111131 to the API
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009639/photo_000/780x0__r.jpg?hash=1774620751>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'c251f027-ef2d-514e-886f-78ff16afc0d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009639',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 101302,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 MPI Comfortline',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 MPI Comfortline',
'vin': None,
'year': 2020}
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009639auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:51 [ecarstrade.nl] INFO: Saving data for 7009639auction111131: {'created_time': 1774623531.018118, 'last_price_update_time': 1774623531.018128, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009639auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aba32b47-d7f0-593c-af85-53242092722d
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aba32b47-d7f0-593c-af85-53242092722d
2026-03-27 14:58:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_001/780x0__r.jpg?hash=1774619648> (referer: https://ecarstrade.com/cars/7009306)
2026-03-27 14:58:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_000/780x0__r.jpg?hash=1774619648> (referer: https://ecarstrade.com/cars/7009306)
2026-03-27 14:58:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aba32b47-d7f0-593c-af85-53242092722d
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aba32b47-d7f0-593c-af85-53242092722d
2026-03-27 14:58:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aba32b47-d7f0-593c-af85-53242092722d, skipping ID generation
2026-03-27 14:58:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aba32b47-d7f0-593c-af85-53242092722d with scrape type 1
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aba32b47-d7f0-593c-af85-53242092722d sending to next pipeline
2026-03-27 14:58:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aba32b47-d7f0-593c-af85-53242092722d, identifier: 7009306auction111131
2026-03-27 14:58:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aba32b47-d7f0-593c-af85-53242092722d with identifier: 7009306auction111131
2026-03-27 14:58:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aba32b47-d7f0-593c-af85-53242092722d with identifier: 7009306auction111131
2026-03-27 14:58:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aba32b47-d7f0-593c-af85-53242092722d with identifier: 7009306auction111131 to the API
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009306/photo_000/780x0__r.jpg?hash=1774619648>
{'auction_title': '',
'c_o_2_emission_value': 91,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'aba32b47-d7f0-593c-af85-53242092722d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009306',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 143280,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.5 BlueHDi Blue Lease Allure',
'transmission': 'manual',
'trim': 'PEUGEOT 1.5 BlueHDi Blue Lease Allure',
'vin': None,
'year': 2021}
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009306auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:58:51 [ecarstrade.nl] INFO: Saving data for 7009306auction111131: {'created_time': 1774623531.68868, 'last_price_update_time': 1774623531.688689, 'auction_closing_time': 1774953600.0}
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009306auction111131') HTTP/1.1" 204 0
2026-03-27 14:58:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009359> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:51 [ecarstrade.nl] INFO: Extracting details for car 7009359auction111131
2026-03-27 14:58:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfd2d04a-beee-567d-a08c-fc56103caa20 with identifier: 7009359auction111131
2026-03-27 14:58:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfd2d04a-beee-567d-a08c-fc56103caa20 with scrape type 1
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dfd2d04a-beee-567d-a08c-fc56103caa20
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009359%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619912%27 HTTP/1.1" 200 None
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_000/780x0__r.jpg?hash=1774619912 not downloaded yet
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009359%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619912%27 HTTP/1.1" 200 None
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_001/780x0__r.jpg?hash=1774619912 not downloaded yet
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009359%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619912%27 HTTP/1.1" 200 None
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_002/780x0__r.jpg?hash=1774619912 not downloaded yet
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009359%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619912%27 HTTP/1.1" 200 None
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_003/780x0__r.jpg?hash=1774619912 not downloaded yet
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009359%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619912%27 HTTP/1.1" 200 None
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_004/780x0__r.jpg?hash=1774619912 not downloaded yet
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009359%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619913%27 HTTP/1.1" 200 None
2026-03-27 14:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_005/780x0__r.jpg?hash=1774619913 not downloaded yet
2026-03-27 14:58:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010183> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:53 [ecarstrade.nl] INFO: Extracting details for car 7010183auction111131
2026-03-27 14:58:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with identifier: 7010183auction111131
2026-03-27 14:58:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with scrape type 1
2026-03-27 14:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dd8c71a7-c8a2-5d65-bb82-76551edd41b0
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010183%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622471%27 HTTP/1.1" 200 None
2026-03-27 14:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_000/780x0__r.jpg?hash=1774622471 not downloaded yet
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010183%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622471%27 HTTP/1.1" 200 None
2026-03-27 14:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_001/780x0__r.jpg?hash=1774622471 not downloaded yet
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010183%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622471%27 HTTP/1.1" 200 None
2026-03-27 14:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_002/780x0__r.jpg?hash=1774622471 not downloaded yet
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010183%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622471%27 HTTP/1.1" 200 None
2026-03-27 14:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_003/780x0__r.jpg?hash=1774622471 not downloaded yet
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010183%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622472%27 HTTP/1.1" 200 None
2026-03-27 14:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_004/780x0__r.jpg?hash=1774622472 not downloaded yet
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010183%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622472%27 HTTP/1.1" 200 None
2026-03-27 14:58:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_005/780x0__r.jpg?hash=1774622472 not downloaded yet
2026-03-27 14:58:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009440> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_005/780x0__r.jpg?hash=1774622457> (referer: https://ecarstrade.com/cars/7010178)
2026-03-27 14:58:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:57 [ecarstrade.nl] INFO: Extracting details for car 7009440auction111131
2026-03-27 14:58:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with identifier: 7009440auction111131
2026-03-27 14:58:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with scrape type 1
2026-03-27 14:58:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dec7abb9-88d0-5028-b015-c8bfaa9d78a0
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009440%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620119%27 HTTP/1.1" 200 None
2026-03-27 14:58:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_000/780x0__r.jpg?hash=1774620119 not downloaded yet
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009440%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620119%27 HTTP/1.1" 200 None
2026-03-27 14:58:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_001/780x0__r.jpg?hash=1774620119 not downloaded yet
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009440%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620119%27 HTTP/1.1" 200 None
2026-03-27 14:58:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_002/780x0__r.jpg?hash=1774620119 not downloaded yet
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009440%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620119%27 HTTP/1.1" 200 None
2026-03-27 14:58:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_003/780x0__r.jpg?hash=1774620119 not downloaded yet
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009440%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620119%27 HTTP/1.1" 200 None
2026-03-27 14:58:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_004/780x0__r.jpg?hash=1774620119 not downloaded yet
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009440%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620119%27 HTTP/1.1" 200 None
2026-03-27 14:58:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_005/780x0__r.jpg?hash=1774620119 not downloaded yet
2026-03-27 14:58:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ac046db7-4ddd-5a96-abbf-b829af7140d9
2026-03-27 14:58:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009618> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_004/780x0__r.jpg?hash=1774622456> (referer: https://ecarstrade.com/cars/7010178)
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:58:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_003/780x0__r.jpg?hash=1774622456> (referer: https://ecarstrade.com/cars/7010178)
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006111auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006111auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006111auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006108auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006108auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006108auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006488auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006488auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006488auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006098auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006098auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006098auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006191auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006191auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006191auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006107auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006107auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006107auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006104auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006104auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006104auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006214auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006214auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006214auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006219auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006219auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006219auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006100auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006100auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006100auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006123auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006123auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006123auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006114auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006114auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006114auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006186auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006186auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006186auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006110auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006110auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006110auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006135auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006135auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006135auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006102auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006102auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006102auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006129auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006129auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006129auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006181auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006181auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006181auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006119auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006119auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006119auction111095: 0
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Found listing with ID: 7006206auction111095
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006206auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Scrape type for 7006206auction111095: 0
2026-03-27 14:58:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:58 [ecarstrade.nl] INFO: Extracting details for car 7009618auction111131
2026-03-27 14:58:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with identifier: 7009618auction111131
2026-03-27 14:58:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with scrape type 1
2026-03-27 14:58:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5e6bd4ba-580c-5573-bf8c-9c81f032f903
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009618%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620615%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_000/780x0__r.jpg?hash=1774620615 not downloaded yet
2026-03-27 14:58:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ac046db7-4ddd-5a96-abbf-b829af7140d9
2026-03-27 14:58:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ac046db7-4ddd-5a96-abbf-b829af7140d9
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009618%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620615%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_001/780x0__r.jpg?hash=1774620615 not downloaded yet
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009618%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620615%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_002/780x0__r.jpg?hash=1774620615 not downloaded yet
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009618%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620615%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_003/780x0__r.jpg?hash=1774620615 not downloaded yet
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009618%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620615%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_004/780x0__r.jpg?hash=1774620615 not downloaded yet
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009618%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620615%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_005/780x0__r.jpg?hash=1774620615 not downloaded yet
2026-03-27 14:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009432> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_002/780x0__r.jpg?hash=1774622456> (referer: https://ecarstrade.com/cars/7010178)
2026-03-27 14:58:59 [ecarstrade.nl] INFO: Extracting details for car 7009432auction111131
2026-03-27 14:58:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3392c147-8e37-5e24-bdb5-baf64f12a829 with identifier: 7009432auction111131
2026-03-27 14:58:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3392c147-8e37-5e24-bdb5-baf64f12a829 with scrape type 1
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3392c147-8e37-5e24-bdb5-baf64f12a829
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009432%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620114%27 HTTP/1.1" 200 None
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_000/780x0__r.jpg?hash=1774620114 not downloaded yet
2026-03-27 14:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_005/780x0__r.jpg?hash=1774619913> (referer: https://ecarstrade.com/cars/7009359)
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009432%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620114%27 HTTP/1.1" 200 None
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_001/780x0__r.jpg?hash=1774620114 not downloaded yet
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009432%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620114%27 HTTP/1.1" 200 None
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_002/780x0__r.jpg?hash=1774620114 not downloaded yet
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ac046db7-4ddd-5a96-abbf-b829af7140d9
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009432%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620114%27 HTTP/1.1" 200 None
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_003/780x0__r.jpg?hash=1774620114 not downloaded yet
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009432%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620114%27 HTTP/1.1" 200 None
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_004/780x0__r.jpg?hash=1774620114 not downloaded yet
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009432%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620115%27 HTTP/1.1" 200 None
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_005/780x0__r.jpg?hash=1774620115 not downloaded yet
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dfd2d04a-beee-567d-a08c-fc56103caa20
2026-03-27 14:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_005/780x0__r.jpg?hash=1774622472> (referer: https://ecarstrade.com/cars/7010183)
2026-03-27 14:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_004/780x0__r.jpg?hash=1774622472> (referer: https://ecarstrade.com/cars/7010183)
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dd8c71a7-c8a2-5d65-bb82-76551edd41b0
2026-03-27 14:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_005/780x0__r.jpg?hash=1774620119> (referer: https://ecarstrade.com/cars/7009440)
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dd8c71a7-c8a2-5d65-bb82-76551edd41b0
2026-03-27 14:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_004/780x0__r.jpg?hash=1774620119> (referer: https://ecarstrade.com/cars/7009440)
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dec7abb9-88d0-5028-b015-c8bfaa9d78a0
2026-03-27 14:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_003/780x0__r.jpg?hash=1774620119> (referer: https://ecarstrade.com/cars/7009440)
2026-03-27 14:58:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dec7abb9-88d0-5028-b015-c8bfaa9d78a0
2026-03-27 14:58:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dec7abb9-88d0-5028-b015-c8bfaa9d78a0
2026-03-27 14:59:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009587> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_005/780x0__r.jpg?hash=1774620615> (referer: https://ecarstrade.com/cars/7009618)
2026-03-27 14:59:00 [ecarstrade.nl] INFO: Extracting details for car 7009587auction111131
2026-03-27 14:59:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42b0d154-16b2-57c8-b6c2-10ee89439429 with identifier: 7009587auction111131
2026-03-27 14:59:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42b0d154-16b2-57c8-b6c2-10ee89439429 with scrape type 1
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 42b0d154-16b2-57c8-b6c2-10ee89439429
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009587%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620200%27 HTTP/1.1" 200 None
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_000/780x0__r.jpg?hash=1774620200 not downloaded yet
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009587%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620200%27 HTTP/1.1" 200 None
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_001/780x0__r.jpg?hash=1774620200 not downloaded yet
2026-03-27 14:59:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_004/780x0__r.jpg?hash=1774620615> (referer: https://ecarstrade.com/cars/7009618)
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009587%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620200%27 HTTP/1.1" 200 None
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_002/780x0__r.jpg?hash=1774620200 not downloaded yet
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5e6bd4ba-580c-5573-bf8c-9c81f032f903
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009587%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620200%27 HTTP/1.1" 200 None
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_003/780x0__r.jpg?hash=1774620200 not downloaded yet
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009587%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620200%27 HTTP/1.1" 200 None
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_004/780x0__r.jpg?hash=1774620200 not downloaded yet
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009587%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620200%27 HTTP/1.1" 200 None
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_005/780x0__r.jpg?hash=1774620200 not downloaded yet
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5e6bd4ba-580c-5573-bf8c-9c81f032f903
2026-03-27 14:59:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_000/780x0__r.jpg?hash=1774620114> (referer: https://ecarstrade.com/cars/7009432)
2026-03-27 14:59:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_005/780x0__r.jpg?hash=1774620115> (referer: https://ecarstrade.com/cars/7009432)
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3392c147-8e37-5e24-bdb5-baf64f12a829
2026-03-27 14:59:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_004/780x0__r.jpg?hash=1774620114> (referer: https://ecarstrade.com/cars/7009432)
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3392c147-8e37-5e24-bdb5-baf64f12a829
2026-03-27 14:59:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_003/780x0__r.jpg?hash=1774620114> (referer: https://ecarstrade.com/cars/7009432)
2026-03-27 14:59:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3392c147-8e37-5e24-bdb5-baf64f12a829
2026-03-27 14:59:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_002/780x0__r.jpg?hash=1774620114> (referer: https://ecarstrade.com/cars/7009432)
2026-03-27 14:59:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3392c147-8e37-5e24-bdb5-baf64f12a829
2026-03-27 14:59:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_001/780x0__r.jpg?hash=1774620114> (referer: https://ecarstrade.com/cars/7009432)
2026-03-27 14:59:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3392c147-8e37-5e24-bdb5-baf64f12a829
2026-03-27 14:59:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_003/780x0__r.jpg?hash=1774620615> (referer: https://ecarstrade.com/cars/7009618)
2026-03-27 14:59:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3392c147-8e37-5e24-bdb5-baf64f12a829
2026-03-27 14:59:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3392c147-8e37-5e24-bdb5-baf64f12a829, skipping ID generation
2026-03-27 14:59:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3392c147-8e37-5e24-bdb5-baf64f12a829 with scrape type 1
2026-03-27 14:59:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3392c147-8e37-5e24-bdb5-baf64f12a829 sending to next pipeline
2026-03-27 14:59:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3392c147-8e37-5e24-bdb5-baf64f12a829, identifier: 7009432auction111131
2026-03-27 14:59:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3392c147-8e37-5e24-bdb5-baf64f12a829 with identifier: 7009432auction111131
2026-03-27 14:59:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3392c147-8e37-5e24-bdb5-baf64f12a829 with identifier: 7009432auction111131
2026-03-27 14:59:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3392c147-8e37-5e24-bdb5-baf64f12a829 with identifier: 7009432auction111131 to the API
2026-03-27 14:59:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009432/photo_001/780x0__r.jpg?hash=1774620114>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '3392c147-8e37-5e24-bdb5-baf64f12a829',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009432',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '108',
'odometer': 60120,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-15',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 108 1.0 e-VTi Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.0 e-VTi Active',
'vin': None,
'year': 2021}
2026-03-27 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009432auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:01 [ecarstrade.nl] INFO: Saving data for 7009432auction111131: {'created_time': 1774623541.737644, 'last_price_update_time': 1774623541.737654, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009432auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_002/780x0__r.jpg?hash=1774620615> (referer: https://ecarstrade.com/cars/7009618)
2026-03-27 14:59:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5e6bd4ba-580c-5573-bf8c-9c81f032f903
2026-03-27 14:59:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_001/780x0__r.jpg?hash=1774620200> (referer: https://ecarstrade.com/cars/7009587)
2026-03-27 14:59:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5e6bd4ba-580c-5573-bf8c-9c81f032f903
2026-03-27 14:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_005/780x0__r.jpg?hash=1774620200> (referer: https://ecarstrade.com/cars/7009587)
2026-03-27 14:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 42b0d154-16b2-57c8-b6c2-10ee89439429
2026-03-27 14:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_004/780x0__r.jpg?hash=1774620200> (referer: https://ecarstrade.com/cars/7009587)
2026-03-27 14:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 42b0d154-16b2-57c8-b6c2-10ee89439429
2026-03-27 14:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_003/780x0__r.jpg?hash=1774620200> (referer: https://ecarstrade.com/cars/7009587)
2026-03-27 14:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 42b0d154-16b2-57c8-b6c2-10ee89439429
2026-03-27 14:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_002/780x0__r.jpg?hash=1774620200> (referer: https://ecarstrade.com/cars/7009587)
2026-03-27 14:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 42b0d154-16b2-57c8-b6c2-10ee89439429
2026-03-27 14:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_000/780x0__r.jpg?hash=1774620200> (referer: https://ecarstrade.com/cars/7009587)
2026-03-27 14:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 42b0d154-16b2-57c8-b6c2-10ee89439429
2026-03-27 14:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_001/780x0__r.jpg?hash=1774620615> (referer: https://ecarstrade.com/cars/7009618)
2026-03-27 14:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 42b0d154-16b2-57c8-b6c2-10ee89439429
2026-03-27 14:59:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 42b0d154-16b2-57c8-b6c2-10ee89439429, skipping ID generation
2026-03-27 14:59:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42b0d154-16b2-57c8-b6c2-10ee89439429 with scrape type 1
2026-03-27 14:59:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 42b0d154-16b2-57c8-b6c2-10ee89439429 sending to next pipeline
2026-03-27 14:59:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 42b0d154-16b2-57c8-b6c2-10ee89439429, identifier: 7009587auction111131
2026-03-27 14:59:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 42b0d154-16b2-57c8-b6c2-10ee89439429 with identifier: 7009587auction111131
2026-03-27 14:59:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 42b0d154-16b2-57c8-b6c2-10ee89439429 with identifier: 7009587auction111131
2026-03-27 14:59:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 42b0d154-16b2-57c8-b6c2-10ee89439429 with identifier: 7009587auction111131 to the API
2026-03-27 14:59:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009587/photo_000/780x0__r.jpg?hash=1774620200>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '42b0d154-16b2-57c8-b6c2-10ee89439429',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009587',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '108',
'odometer': 45408,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 108 1.0 e-VTi Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.0 e-VTi Active',
'vin': None,
'year': 2021}
2026-03-27 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009587auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:02 [ecarstrade.nl] INFO: Saving data for 7009587auction111131: {'created_time': 1774623542.840875, 'last_price_update_time': 1774623542.840888, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009587auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_000/780x0__r.jpg?hash=1774620615> (referer: https://ecarstrade.com/cars/7009618)
2026-03-27 14:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5e6bd4ba-580c-5573-bf8c-9c81f032f903
2026-03-27 14:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_002/780x0__r.jpg?hash=1774620119> (referer: https://ecarstrade.com/cars/7009440)
2026-03-27 14:59:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5e6bd4ba-580c-5573-bf8c-9c81f032f903
2026-03-27 14:59:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5e6bd4ba-580c-5573-bf8c-9c81f032f903, skipping ID generation
2026-03-27 14:59:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with scrape type 1
2026-03-27 14:59:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5e6bd4ba-580c-5573-bf8c-9c81f032f903 sending to next pipeline
2026-03-27 14:59:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5e6bd4ba-580c-5573-bf8c-9c81f032f903, identifier: 7009618auction111131
2026-03-27 14:59:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with identifier: 7009618auction111131
2026-03-27 14:59:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with identifier: 7009618auction111131
2026-03-27 14:59:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5e6bd4ba-580c-5573-bf8c-9c81f032f903 with identifier: 7009618auction111131 to the API
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009618/photo_000/780x0__r.jpg?hash=1774620615>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5e6bd4ba-580c-5573-bf8c-9c81f032f903',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009618',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Citroen',
'model': 'C1',
'odometer': 50859,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-30',
'seats_number': 4,
'seller_name': None,
'title': 'CITROEN C1 1.0 VTi Feel',
'transmission': 'manual',
'trim': 'CITROEN 1.0 VTi Feel',
'vin': None,
'year': 2021}
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009618auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:03 [ecarstrade.nl] INFO: Saving data for 7009618auction111131: {'created_time': 1774623543.384573, 'last_price_update_time': 1774623543.384584, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009618auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_001/780x0__r.jpg?hash=1774620119> (referer: https://ecarstrade.com/cars/7009440)
2026-03-27 14:59:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dec7abb9-88d0-5028-b015-c8bfaa9d78a0
2026-03-27 14:59:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_000/780x0__r.jpg?hash=1774620119> (referer: https://ecarstrade.com/cars/7009440)
2026-03-27 14:59:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dec7abb9-88d0-5028-b015-c8bfaa9d78a0
2026-03-27 14:59:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_003/780x0__r.jpg?hash=1774622471> (referer: https://ecarstrade.com/cars/7010183)
2026-03-27 14:59:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dec7abb9-88d0-5028-b015-c8bfaa9d78a0
2026-03-27 14:59:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dec7abb9-88d0-5028-b015-c8bfaa9d78a0, skipping ID generation
2026-03-27 14:59:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with scrape type 1
2026-03-27 14:59:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dec7abb9-88d0-5028-b015-c8bfaa9d78a0 sending to next pipeline
2026-03-27 14:59:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dec7abb9-88d0-5028-b015-c8bfaa9d78a0, identifier: 7009440auction111131
2026-03-27 14:59:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with identifier: 7009440auction111131
2026-03-27 14:59:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with identifier: 7009440auction111131
2026-03-27 14:59:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dec7abb9-88d0-5028-b015-c8bfaa9d78a0 with identifier: 7009440auction111131 to the API
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009440/photo_000/780x0__r.jpg?hash=1774620119>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dec7abb9-88d0-5028-b015-c8bfaa9d78a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009440',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Astra',
'odometer': 161049,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer 1.4 Business+',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 1.4 Business+',
'vin': None,
'year': 2017}
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009440auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:03 [ecarstrade.nl] INFO: Saving data for 7009440auction111131: {'created_time': 1774623543.973777, 'last_price_update_time': 1774623543.973788, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009440auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_002/780x0__r.jpg?hash=1774622471> (referer: https://ecarstrade.com/cars/7010183)
2026-03-27 14:59:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dd8c71a7-c8a2-5d65-bb82-76551edd41b0
2026-03-27 14:59:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_001/780x0__r.jpg?hash=1774622471> (referer: https://ecarstrade.com/cars/7010183)
2026-03-27 14:59:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dd8c71a7-c8a2-5d65-bb82-76551edd41b0
2026-03-27 14:59:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_000/780x0__r.jpg?hash=1774622471> (referer: https://ecarstrade.com/cars/7010183)
2026-03-27 14:59:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dd8c71a7-c8a2-5d65-bb82-76551edd41b0
2026-03-27 14:59:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_004/780x0__r.jpg?hash=1774619912> (referer: https://ecarstrade.com/cars/7009359)
2026-03-27 14:59:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dd8c71a7-c8a2-5d65-bb82-76551edd41b0
2026-03-27 14:59:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dd8c71a7-c8a2-5d65-bb82-76551edd41b0, skipping ID generation
2026-03-27 14:59:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with scrape type 1
2026-03-27 14:59:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dd8c71a7-c8a2-5d65-bb82-76551edd41b0 sending to next pipeline
2026-03-27 14:59:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dd8c71a7-c8a2-5d65-bb82-76551edd41b0, identifier: 7010183auction111131
2026-03-27 14:59:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with identifier: 7010183auction111131
2026-03-27 14:59:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with identifier: 7010183auction111131
2026-03-27 14:59:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dd8c71a7-c8a2-5d65-bb82-76551edd41b0 with identifier: 7010183auction111131 to the API
2026-03-27 14:59:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010183/photo_000/780x0__r.jpg?hash=1774622471>
{'auction_title': '',
'c_o_2_emission_value': 180,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'dd8c71a7-c8a2-5d65-bb82-76551edd41b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010183',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Movano',
'odometer': 172906,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-31',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL movano 2.3 CDTI L2H1',
'transmission': 'manual',
'trim': 'OPEL movano 2.3 CDTI L2H1',
'vin': None,
'year': 2016}
2026-03-27 14:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010183auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:04 [ecarstrade.nl] INFO: Saving data for 7010183auction111131: {'created_time': 1774623544.736036, 'last_price_update_time': 1774623544.736046, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010183auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_003/780x0__r.jpg?hash=1774619912> (referer: https://ecarstrade.com/cars/7009359)
2026-03-27 14:59:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dfd2d04a-beee-567d-a08c-fc56103caa20
2026-03-27 14:59:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_002/780x0__r.jpg?hash=1774619912> (referer: https://ecarstrade.com/cars/7009359)
2026-03-27 14:59:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_001/780x0__r.jpg?hash=1774619912> (referer: https://ecarstrade.com/cars/7009359)
2026-03-27 14:59:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dfd2d04a-beee-567d-a08c-fc56103caa20
2026-03-27 14:59:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dfd2d04a-beee-567d-a08c-fc56103caa20
2026-03-27 14:59:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_000/780x0__r.jpg?hash=1774619912> (referer: https://ecarstrade.com/cars/7009359)
2026-03-27 14:59:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dfd2d04a-beee-567d-a08c-fc56103caa20
2026-03-27 14:59:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009620> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dfd2d04a-beee-567d-a08c-fc56103caa20
2026-03-27 14:59:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfd2d04a-beee-567d-a08c-fc56103caa20, skipping ID generation
2026-03-27 14:59:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfd2d04a-beee-567d-a08c-fc56103caa20 with scrape type 1
2026-03-27 14:59:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dfd2d04a-beee-567d-a08c-fc56103caa20 sending to next pipeline
2026-03-27 14:59:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dfd2d04a-beee-567d-a08c-fc56103caa20, identifier: 7009359auction111131
2026-03-27 14:59:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dfd2d04a-beee-567d-a08c-fc56103caa20 with identifier: 7009359auction111131
2026-03-27 14:59:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dfd2d04a-beee-567d-a08c-fc56103caa20 with identifier: 7009359auction111131
2026-03-27 14:59:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dfd2d04a-beee-567d-a08c-fc56103caa20 with identifier: 7009359auction111131 to the API
2026-03-27 14:59:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009359/photo_000/780x0__r.jpg?hash=1774619912>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dfd2d04a-beee-567d-a08c-fc56103caa20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009359',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 61974,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-30',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN up! 1.0 BMT Move UP!',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 BMT Move UP!',
'vin': None,
'year': 2020}
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009359auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Saving data for 7009359auction111131: {'created_time': 1774623546.32629, 'last_price_update_time': 1774623546.3263, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009359auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_005/780x0__r.jpg?hash=1774619634> (referer: https://ecarstrade.com/cars/7009303)
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Extracting details for car 7009620auction111131
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009266> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009669> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010209> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2449d43a-5cad-5866-840b-7ba21e8d9d51 with identifier: 7009620auction111131
2026-03-27 14:59:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2449d43a-5cad-5866-840b-7ba21e8d9d51 with scrape type 1
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2449d43a-5cad-5866-840b-7ba21e8d9d51
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009620%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620623%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_000/780x0__r.jpg?hash=1774620623 not downloaded yet
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009620%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620623%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_001/780x0__r.jpg?hash=1774620623 not downloaded yet
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009620%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620623%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_002/780x0__r.jpg?hash=1774620623 not downloaded yet
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_001/780x0__r.jpg?hash=1774622456> (referer: https://ecarstrade.com/cars/7010178)
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009620%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620624%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_003/780x0__r.jpg?hash=1774620624 not downloaded yet
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009620%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620624%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_004/780x0__r.jpg?hash=1774620624 not downloaded yet
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_004/780x0__r.jpg?hash=1774619634> (referer: https://ecarstrade.com/cars/7009303)
2026-03-27 14:59:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f43e24eb-c73d-5e0b-a048-7fc47c1764fd
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_000/780x0__r.jpg?hash=1774622456> (referer: https://ecarstrade.com/cars/7010178)
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009620%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620624%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_005/780x0__r.jpg?hash=1774620624 not downloaded yet
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Extracting details for car 7009266auction111131
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Extracting details for car 7009669auction111131
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Extracting details for car 7010209auction111131
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_003/780x0__r.jpg?hash=1774619634> (referer: https://ecarstrade.com/cars/7009303)
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009534> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5ba81ca-acaf-5f51-8b18-c5c93489a955 with identifier: 7009266auction111131
2026-03-27 14:59:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5ba81ca-acaf-5f51-8b18-c5c93489a955 with scrape type 1
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d5ba81ca-acaf-5f51-8b18-c5c93489a955
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009266%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619438%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_000/780x0__r.jpg?hash=1774619438 not downloaded yet
2026-03-27 14:59:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6b18334-537a-5130-86c0-667163e0613c with identifier: 7009669auction111131
2026-03-27 14:59:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b18334-537a-5130-86c0-667163e0613c with scrape type 1
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e6b18334-537a-5130-86c0-667163e0613c
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009669%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621226%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_000/780x0__r.jpg?hash=1774621226 not downloaded yet
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:59:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with identifier: 7010209auction111131
2026-03-27 14:59:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with scrape type 1
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010209%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622558%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_000/780x0__r.jpg?hash=1774622558 not downloaded yet
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ac046db7-4ddd-5a96-abbf-b829af7140d9
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_002/780x0__r.jpg?hash=1774619634> (referer: https://ecarstrade.com/cars/7009303)
2026-03-27 14:59:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_000/780x0__r.jpg?hash=1774619633> (referer: https://ecarstrade.com/cars/7009303)
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Extracting details for car 7009534auction111131
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009266%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619438%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_001/780x0__r.jpg?hash=1774619438 not downloaded yet
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009669%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621226%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_001/780x0__r.jpg?hash=1774621226 not downloaded yet
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006208auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006208auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006208auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006198auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006198auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006198auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006117auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006117auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006117auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006176auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006176auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006176auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006139auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006139auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006139auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006164auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006164auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006164auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006196auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006196auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006196auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006166auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006166auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006166auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006183auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006183auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006183auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006200auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006200auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006200auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006212auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006212auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006212auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006116auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006116auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006116auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006151auction111095
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006151auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Scrape type for 7006151auction111095: 0
2026-03-27 14:59:06 [ecarstrade.nl] INFO: Found listing with ID: 7006097auction111095
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006097auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Scrape type for 7006097auction111095: 0
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Found listing with ID: 7006125auction111095
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006125auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Scrape type for 7006125auction111095: 0
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Found listing with ID: 7006155auction111095
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006155auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Scrape type for 7006155auction111095: 0
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Found listing with ID: 7006146auction111095
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006146auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Scrape type for 7006146auction111095: 0
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Found listing with ID: 7006161auction111095
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006161auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Scrape type for 7006161auction111095: 0
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Found listing with ID: 7006169auction111095
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006169auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Scrape type for 7006169auction111095: 0
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Found listing with ID: 7006142auction111095
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006142auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Scrape type for 7006142auction111095: 0
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010209%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622558%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_001/780x0__r.jpg?hash=1774622558 not downloaded yet
2026-03-27 14:59:07 [scrapy.extensions.logstats] INFO: Crawled 275 pages (at 47 pages/min), scraped 223 items (at 34 items/min)
2026-03-27 14:59:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 276MiB
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f43e24eb-c73d-5e0b-a048-7fc47c1764fd
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ac046db7-4ddd-5a96-abbf-b829af7140d9
2026-03-27 14:59:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ac046db7-4ddd-5a96-abbf-b829af7140d9, skipping ID generation
2026-03-27 14:59:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac046db7-4ddd-5a96-abbf-b829af7140d9 with scrape type 1
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ac046db7-4ddd-5a96-abbf-b829af7140d9 sending to next pipeline
2026-03-27 14:59:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ac046db7-4ddd-5a96-abbf-b829af7140d9, identifier: 7010178auction111131
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f43e24eb-c73d-5e0b-a048-7fc47c1764fd
2026-03-27 14:59:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with identifier: 7009534auction111131
2026-03-27 14:59:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with scrape type 1
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b7b26770-c27a-5034-927d-f1bbf6ed0ac5
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009534%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620172%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_000/780x0__r.jpg?hash=1774620172 not downloaded yet
2026-03-27 14:59:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_001/780x0__r.jpg?hash=1774619575> (referer: https://ecarstrade.com/cars/7009292)
2026-03-27 14:59:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_000/780x0__r.jpg?hash=1774619575> (referer: https://ecarstrade.com/cars/7009292)
2026-03-27 14:59:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_001/780x0__r.jpg?hash=1774620803> (referer: https://ecarstrade.com/cars/7009651)
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009266%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619438%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_002/780x0__r.jpg?hash=1774619438 not downloaded yet
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009669%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621227%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_002/780x0__r.jpg?hash=1774621227 not downloaded yet
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010209%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622559%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_002/780x0__r.jpg?hash=1774622559 not downloaded yet
2026-03-27 14:59:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ac046db7-4ddd-5a96-abbf-b829af7140d9 with identifier: 7010178auction111131
2026-03-27 14:59:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ac046db7-4ddd-5a96-abbf-b829af7140d9 with identifier: 7010178auction111131
2026-03-27 14:59:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ac046db7-4ddd-5a96-abbf-b829af7140d9 with identifier: 7010178auction111131 to the API
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010178/photo_000/780x0__r.jpg?hash=1774622456>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'ac046db7-4ddd-5a96-abbf-b829af7140d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010178',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 211695,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-29',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L1H1 Trendl.',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L1H1 Trendl.',
'vin': None,
'year': 2017}
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010178auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [ecarstrade.nl] INFO: Saving data for 7010178auction111131: {'created_time': 1774623547.722242, 'last_price_update_time': 1774623547.722253, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010178auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009534%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620173%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_001/780x0__r.jpg?hash=1774620173 not downloaded yet
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f43e24eb-c73d-5e0b-a048-7fc47c1764fd
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f43e24eb-c73d-5e0b-a048-7fc47c1764fd
2026-03-27 14:59:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f43e24eb-c73d-5e0b-a048-7fc47c1764fd, skipping ID generation
2026-03-27 14:59:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f43e24eb-c73d-5e0b-a048-7fc47c1764fd with scrape type 1
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f43e24eb-c73d-5e0b-a048-7fc47c1764fd sending to next pipeline
2026-03-27 14:59:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f43e24eb-c73d-5e0b-a048-7fc47c1764fd, identifier: 7009303auction111131
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009266%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619438%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_003/780x0__r.jpg?hash=1774619438 not downloaded yet
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009669%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621227%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_003/780x0__r.jpg?hash=1774621227 not downloaded yet
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010209%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622559%27 HTTP/1.1" 200 None
2026-03-27 14:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_003/780x0__r.jpg?hash=1774622559 not downloaded yet
2026-03-27 14:59:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f43e24eb-c73d-5e0b-a048-7fc47c1764fd with identifier: 7009303auction111131
2026-03-27 14:59:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f43e24eb-c73d-5e0b-a048-7fc47c1764fd with identifier: 7009303auction111131
2026-03-27 14:59:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f43e24eb-c73d-5e0b-a048-7fc47c1764fd with identifier: 7009303auction111131 to the API
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009303/photo_000/780x0__r.jpg?hash=1774619633>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'f43e24eb-c73d-5e0b-a048-7fc47c1764fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009303',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': 'Tipo',
'odometer': 162969,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'FIAT Tipo Stationwagon 1.0 Tipo',
'transmission': 'manual',
'trim': 'FIAT Stationwagon 1.0',
'vin': None,
'year': 2021}
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009303auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:08 [ecarstrade.nl] INFO: Saving data for 7009303auction111131: {'created_time': 1774623548.321781, 'last_price_update_time': 1774623548.321791, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009303auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_000/780x0__r.jpg?hash=1774620803> (referer: https://ecarstrade.com/cars/7009651)
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009534%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620173%27 HTTP/1.1" 200 None
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_002/780x0__r.jpg?hash=1774620173 not downloaded yet
2026-03-27 14:59:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_002/780x0__r.jpg?hash=1774620623> (referer: https://ecarstrade.com/cars/7009620)
2026-03-27 14:59:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_003/780x0__r.jpg?hash=1774620624> (referer: https://ecarstrade.com/cars/7009620)
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009266%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619438%27 HTTP/1.1" 200 None
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_004/780x0__r.jpg?hash=1774619438 not downloaded yet
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009669%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621227%27 HTTP/1.1" 200 None
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_004/780x0__r.jpg?hash=1774621227 not downloaded yet
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010209%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622559%27 HTTP/1.1" 200 None
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_004/780x0__r.jpg?hash=1774622559 not downloaded yet
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc8de1d0-bf28-5054-b0fe-543590fbabd5
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc8de1d0-bf28-5054-b0fe-543590fbabd5
2026-03-27 14:59:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc8de1d0-bf28-5054-b0fe-543590fbabd5, skipping ID generation
2026-03-27 14:59:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc8de1d0-bf28-5054-b0fe-543590fbabd5 with scrape type 1
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc8de1d0-bf28-5054-b0fe-543590fbabd5 sending to next pipeline
2026-03-27 14:59:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fc8de1d0-bf28-5054-b0fe-543590fbabd5, identifier: 7009292auction111131
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009534%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620173%27 HTTP/1.1" 200 None
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_003/780x0__r.jpg?hash=1774620173 not downloaded yet
2026-03-27 14:59:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fc8de1d0-bf28-5054-b0fe-543590fbabd5 with identifier: 7009292auction111131
2026-03-27 14:59:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fc8de1d0-bf28-5054-b0fe-543590fbabd5 with identifier: 7009292auction111131
2026-03-27 14:59:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fc8de1d0-bf28-5054-b0fe-543590fbabd5 with identifier: 7009292auction111131 to the API
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009292/photo_000/780x0__r.jpg?hash=1774619575>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'fc8de1d0-bf28-5054-b0fe-543590fbabd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009292',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 70700,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-20',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0 EcoB. Connected',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoB. Connected',
'vin': None,
'year': 2021}
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009292auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:08 [ecarstrade.nl] INFO: Saving data for 7009292auction111131: {'created_time': 1774623548.880407, 'last_price_update_time': 1774623548.88042, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009292auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009266%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619438%27 HTTP/1.1" 200 None
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_005/780x0__r.jpg?hash=1774619438 not downloaded yet
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009669%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621227%27 HTTP/1.1" 200 None
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_005/780x0__r.jpg?hash=1774621227 not downloaded yet
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010209%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622559%27 HTTP/1.1" 200 None
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_005/780x0__r.jpg?hash=1774622559 not downloaded yet
2026-03-27 14:59:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_001/780x0__r.jpg?hash=1774620623> (referer: https://ecarstrade.com/cars/7009620)
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009534%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620173%27 HTTP/1.1" 200 None
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_004/780x0__r.jpg?hash=1774620173 not downloaded yet
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df
2026-03-27 14:59:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 517dcdd1-1f1c-5326-8de7-fdcf0d5581df, skipping ID generation
2026-03-27 14:59:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with scrape type 1
2026-03-27 14:59:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 517dcdd1-1f1c-5326-8de7-fdcf0d5581df sending to next pipeline
2026-03-27 14:59:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 517dcdd1-1f1c-5326-8de7-fdcf0d5581df, identifier: 7009651auction111131
2026-03-27 14:59:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2449d43a-5cad-5866-840b-7ba21e8d9d51
2026-03-27 14:59:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2449d43a-5cad-5866-840b-7ba21e8d9d51
2026-03-27 14:59:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_004/780x0__r.jpg?hash=1774620624> (referer: https://ecarstrade.com/cars/7009620)
2026-03-27 14:59:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_005/780x0__r.jpg?hash=1774620624> (referer: https://ecarstrade.com/cars/7009620)
2026-03-27 14:59:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with identifier: 7009651auction111131
2026-03-27 14:59:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with identifier: 7009651auction111131
2026-03-27 14:59:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 517dcdd1-1f1c-5326-8de7-fdcf0d5581df with identifier: 7009651auction111131 to the API
2026-03-27 14:59:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009651/photo_000/780x0__r.jpg?hash=1774620803>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '517dcdd1-1f1c-5326-8de7-fdcf0d5581df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009651',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 45250,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-19',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Fiesta 1.0 EcoB. Connected',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoB. Connected',
'vin': None,
'year': 2020}
2026-03-27 14:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009651auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:09 [ecarstrade.nl] INFO: Saving data for 7009651auction111131: {'created_time': 1774623549.390787, 'last_price_update_time': 1774623549.390798, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009651auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009534%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620173%27 HTTP/1.1" 200 None
2026-03-27 14:59:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_005/780x0__r.jpg?hash=1774620173 not downloaded yet
2026-03-27 14:59:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_000/780x0__r.jpg?hash=1774620623> (referer: https://ecarstrade.com/cars/7009620)
2026-03-27 14:59:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2449d43a-5cad-5866-840b-7ba21e8d9d51
2026-03-27 14:59:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2449d43a-5cad-5866-840b-7ba21e8d9d51
2026-03-27 14:59:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2449d43a-5cad-5866-840b-7ba21e8d9d51
2026-03-27 14:59:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_001/780x0__r.jpg?hash=1774622558> (referer: https://ecarstrade.com/cars/7010209)
2026-03-27 14:59:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_001/780x0__r.jpg?hash=1774621226> (referer: https://ecarstrade.com/cars/7009669)
2026-03-27 14:59:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_004/780x0__r.jpg?hash=1774619896> (referer: https://ecarstrade.com/cars/7009356)
2026-03-27 14:59:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2449d43a-5cad-5866-840b-7ba21e8d9d51
2026-03-27 14:59:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2449d43a-5cad-5866-840b-7ba21e8d9d51, skipping ID generation
2026-03-27 14:59:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2449d43a-5cad-5866-840b-7ba21e8d9d51 with scrape type 1
2026-03-27 14:59:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2449d43a-5cad-5866-840b-7ba21e8d9d51 sending to next pipeline
2026-03-27 14:59:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2449d43a-5cad-5866-840b-7ba21e8d9d51, identifier: 7009620auction111131
2026-03-27 14:59:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2449d43a-5cad-5866-840b-7ba21e8d9d51 with identifier: 7009620auction111131
2026-03-27 14:59:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2449d43a-5cad-5866-840b-7ba21e8d9d51 with identifier: 7009620auction111131
2026-03-27 14:59:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2449d43a-5cad-5866-840b-7ba21e8d9d51 with identifier: 7009620auction111131 to the API
2026-03-27 14:59:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009620/photo_000/780x0__r.jpg?hash=1774620623>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '2449d43a-5cad-5866-840b-7ba21e8d9d51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009620',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '108',
'odometer': 49112,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 108 1.0 e-VTi Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.0 e-VTi Active',
'vin': None,
'year': 2021}
2026-03-27 14:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009620auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:10 [ecarstrade.nl] INFO: Saving data for 7009620auction111131: {'created_time': 1774623550.006055, 'last_price_update_time': 1774623550.006066, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009620auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_003/780x0__r.jpg?hash=1774622559> (referer: https://ecarstrade.com/cars/7010209)
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_001/780x0__r.jpg?hash=1774619438> (referer: https://ecarstrade.com/cars/7009266)
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_003/780x0__r.jpg?hash=1774621227> (referer: https://ecarstrade.com/cars/7009669)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e6b18334-537a-5130-86c0-667163e0613c
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66cd26a0-9e5e-5c45-a095-64bea8adf946
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_003/780x0__r.jpg?hash=1774620173> (referer: https://ecarstrade.com/cars/7009534)
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_004/780x0__r.jpg?hash=1774620173> (referer: https://ecarstrade.com/cars/7009534)
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_003/780x0__r.jpg?hash=1774619438> (referer: https://ecarstrade.com/cars/7009266)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d5ba81ca-acaf-5f51-8b18-c5c93489a955
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e6b18334-537a-5130-86c0-667163e0613c
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_005/780x0__r.jpg?hash=1774622559> (referer: https://ecarstrade.com/cars/7010209)
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_005/780x0__r.jpg?hash=1774620173> (referer: https://ecarstrade.com/cars/7009534)
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_005/780x0__r.jpg?hash=1774621227> (referer: https://ecarstrade.com/cars/7009669)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b7b26770-c27a-5034-927d-f1bbf6ed0ac5
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b7b26770-c27a-5034-927d-f1bbf6ed0ac5
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d5ba81ca-acaf-5f51-8b18-c5c93489a955
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_004/780x0__r.jpg?hash=1774622559> (referer: https://ecarstrade.com/cars/7010209)
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_004/780x0__r.jpg?hash=1774621227> (referer: https://ecarstrade.com/cars/7009669)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_005/780x0__r.jpg?hash=1774619438> (referer: https://ecarstrade.com/cars/7009266)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b7b26770-c27a-5034-927d-f1bbf6ed0ac5
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_004/780x0__r.jpg?hash=1774619438> (referer: https://ecarstrade.com/cars/7009266)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e6b18334-537a-5130-86c0-667163e0613c
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_002/780x0__r.jpg?hash=1774620173> (referer: https://ecarstrade.com/cars/7009534)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_002/780x0__r.jpg?hash=1774621227> (referer: https://ecarstrade.com/cars/7009669)
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_001/780x0__r.jpg?hash=1774620173> (referer: https://ecarstrade.com/cars/7009534)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e6b18334-537a-5130-86c0-667163e0613c
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_002/780x0__r.jpg?hash=1774622559> (referer: https://ecarstrade.com/cars/7010209)
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_002/780x0__r.jpg?hash=1774619438> (referer: https://ecarstrade.com/cars/7009266)
2026-03-27 14:59:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d5ba81ca-acaf-5f51-8b18-c5c93489a955
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d5ba81ca-acaf-5f51-8b18-c5c93489a955
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_000/780x0__r.jpg?hash=1774622558> (referer: https://ecarstrade.com/cars/7010209)
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_000/780x0__r.jpg?hash=1774620172> (referer: https://ecarstrade.com/cars/7009534)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b7b26770-c27a-5034-927d-f1bbf6ed0ac5
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_000/780x0__r.jpg?hash=1774619438> (referer: https://ecarstrade.com/cars/7009266)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e6b18334-537a-5130-86c0-667163e0613c
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b7b26770-c27a-5034-927d-f1bbf6ed0ac5
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_000/780x0__r.jpg?hash=1774621226> (referer: https://ecarstrade.com/cars/7009669)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d5ba81ca-acaf-5f51-8b18-c5c93489a955
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_003/780x0__r.jpg?hash=1774619896> (referer: https://ecarstrade.com/cars/7009356)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6
2026-03-27 14:59:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6, skipping ID generation
2026-03-27 14:59:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with scrape type 1
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 sending to next pipeline
2026-03-27 14:59:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6, identifier: 7010209auction111131
2026-03-27 14:59:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with identifier: 7010209auction111131
2026-03-27 14:59:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with identifier: 7010209auction111131
2026-03-27 14:59:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 368cdc6e-8753-562a-9c5d-8c71c6c2e9e6 with identifier: 7010209auction111131 to the API
2026-03-27 14:59:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010209/photo_000/780x0__r.jpg?hash=1774622558>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '368cdc6e-8753-562a-9c5d-8c71c6c2e9e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010209',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 123411,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-10',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy 2.0 TDI L1H1 BMT Trendline',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 2.0 TDI L1H1 BMT Trendline',
'vin': None,
'year': 2016}
2026-03-27 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010209auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:10 [ecarstrade.nl] INFO: Saving data for 7010209auction111131: {'created_time': 1774623550.945393, 'last_price_update_time': 1774623550.945405, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010209auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_002/780x0__r.jpg?hash=1774619895> (referer: https://ecarstrade.com/cars/7009356)
2026-03-27 14:59:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_001/780x0__r.jpg?hash=1774619895> (referer: https://ecarstrade.com/cars/7009356)
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b7b26770-c27a-5034-927d-f1bbf6ed0ac5
2026-03-27 14:59:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b7b26770-c27a-5034-927d-f1bbf6ed0ac5, skipping ID generation
2026-03-27 14:59:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with scrape type 1
2026-03-27 14:59:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b7b26770-c27a-5034-927d-f1bbf6ed0ac5 sending to next pipeline
2026-03-27 14:59:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b7b26770-c27a-5034-927d-f1bbf6ed0ac5, identifier: 7009534auction111131
2026-03-27 14:59:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d5ba81ca-acaf-5f51-8b18-c5c93489a955
2026-03-27 14:59:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5ba81ca-acaf-5f51-8b18-c5c93489a955, skipping ID generation
2026-03-27 14:59:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5ba81ca-acaf-5f51-8b18-c5c93489a955 with scrape type 1
2026-03-27 14:59:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d5ba81ca-acaf-5f51-8b18-c5c93489a955 sending to next pipeline
2026-03-27 14:59:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d5ba81ca-acaf-5f51-8b18-c5c93489a955, identifier: 7009266auction111131
2026-03-27 14:59:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e6b18334-537a-5130-86c0-667163e0613c
2026-03-27 14:59:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e6b18334-537a-5130-86c0-667163e0613c, skipping ID generation
2026-03-27 14:59:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6b18334-537a-5130-86c0-667163e0613c with scrape type 1
2026-03-27 14:59:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e6b18334-537a-5130-86c0-667163e0613c sending to next pipeline
2026-03-27 14:59:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e6b18334-537a-5130-86c0-667163e0613c, identifier: 7009669auction111131
2026-03-27 14:59:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66cd26a0-9e5e-5c45-a095-64bea8adf946
2026-03-27 14:59:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with identifier: 7009534auction111131
2026-03-27 14:59:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with identifier: 7009534auction111131
2026-03-27 14:59:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b7b26770-c27a-5034-927d-f1bbf6ed0ac5 with identifier: 7009534auction111131 to the API
2026-03-27 14:59:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009534/photo_000/780x0__r.jpg?hash=1774620172>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'b7b26770-c27a-5034-927d-f1bbf6ed0ac5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009534',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 163211,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'KIA CEE D 1.0 T-GDi Dyn.PlusL.',
'transmission': 'manual',
'trim': 'KIA CEE D 1.0 T-GDi Dyn.PlusL.',
'vin': None,
'year': 2021}
2026-03-27 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009534auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:11 [ecarstrade.nl] INFO: Saving data for 7009534auction111131: {'created_time': 1774623551.682671, 'last_price_update_time': 1774623551.682682, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009534auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d5ba81ca-acaf-5f51-8b18-c5c93489a955 with identifier: 7009266auction111131
2026-03-27 14:59:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d5ba81ca-acaf-5f51-8b18-c5c93489a955 with identifier: 7009266auction111131
2026-03-27 14:59:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d5ba81ca-acaf-5f51-8b18-c5c93489a955 with identifier: 7009266auction111131 to the API
2026-03-27 14:59:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009266/photo_000/780x0__r.jpg?hash=1774619438>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd5ba81ca-acaf-5f51-8b18-c5c93489a955',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009266',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '108',
'odometer': 37755,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 108 1.0 e-VTi Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.0 e-VTi Active',
'vin': None,
'year': 2021}
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009266auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:12 [ecarstrade.nl] INFO: Saving data for 7009266auction111131: {'created_time': 1774623552.070059, 'last_price_update_time': 1774623552.070073, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009266auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e6b18334-537a-5130-86c0-667163e0613c with identifier: 7009669auction111131
2026-03-27 14:59:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e6b18334-537a-5130-86c0-667163e0613c with identifier: 7009669auction111131
2026-03-27 14:59:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e6b18334-537a-5130-86c0-667163e0613c with identifier: 7009669auction111131 to the API
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009669/photo_000/780x0__r.jpg?hash=1774621226>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'e6b18334-537a-5130-86c0-667163e0613c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009669',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 128066,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-24',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN up! 1.0',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0',
'vin': None,
'year': 2021}
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009669auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:12 [ecarstrade.nl] INFO: Saving data for 7009669auction111131: {'created_time': 1774623552.435151, 'last_price_update_time': 1774623552.435161, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009669auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_000/780x0__r.jpg?hash=1774619895> (referer: https://ecarstrade.com/cars/7009356)
2026-03-27 14:59:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_004/780x0__r.jpg?hash=1774620213> (referer: https://ecarstrade.com/cars/7009596)
2026-03-27 14:59:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66cd26a0-9e5e-5c45-a095-64bea8adf946
2026-03-27 14:59:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66cd26a0-9e5e-5c45-a095-64bea8adf946
2026-03-27 14:59:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010176> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_003/780x0__r.jpg?hash=1774620213> (referer: https://ecarstrade.com/cars/7009596)
2026-03-27 14:59:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_002/780x0__r.jpg?hash=1774620213> (referer: https://ecarstrade.com/cars/7009596)
2026-03-27 14:59:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_001/780x0__r.jpg?hash=1774620213> (referer: https://ecarstrade.com/cars/7009596)
2026-03-27 14:59:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66cd26a0-9e5e-5c45-a095-64bea8adf946
2026-03-27 14:59:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66cd26a0-9e5e-5c45-a095-64bea8adf946, skipping ID generation
2026-03-27 14:59:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66cd26a0-9e5e-5c45-a095-64bea8adf946 with scrape type 1
2026-03-27 14:59:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66cd26a0-9e5e-5c45-a095-64bea8adf946 sending to next pipeline
2026-03-27 14:59:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 66cd26a0-9e5e-5c45-a095-64bea8adf946, identifier: 7009356auction111131
2026-03-27 14:59:12 [ecarstrade.nl] INFO: Extracting details for car 7010176auction111131
2026-03-27 14:59:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 66cd26a0-9e5e-5c45-a095-64bea8adf946 with identifier: 7009356auction111131
2026-03-27 14:59:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 66cd26a0-9e5e-5c45-a095-64bea8adf946 with identifier: 7009356auction111131
2026-03-27 14:59:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 66cd26a0-9e5e-5c45-a095-64bea8adf946 with identifier: 7009356auction111131 to the API
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009356/photo_000/780x0__r.jpg?hash=1774619895>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '66cd26a0-9e5e-5c45-a095-64bea8adf946',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009356',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '208',
'odometer': 58116,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PT Active Pack',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT Active Pack',
'vin': None,
'year': 2022}
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009356auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:12 [ecarstrade.nl] INFO: Saving data for 7009356auction111131: {'created_time': 1774623552.988485, 'last_price_update_time': 1774623552.988499, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009356auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_003/780x0__r.jpg?hash=1774619741> (referer: https://ecarstrade.com/cars/7009327)
2026-03-27 14:59:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_000/780x0__r.jpg?hash=1774620213> (referer: https://ecarstrade.com/cars/7009596)
2026-03-27 14:59:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_002/780x0__r.jpg?hash=1774619741> (referer: https://ecarstrade.com/cars/7009327)
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2fac260f-adf6-5e9c-ae8b-8c761768d62f
2026-03-27 14:59:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aed52236-cd70-5049-a6bb-9fdc185b9fd7 with identifier: 7010176auction111131
2026-03-27 14:59:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aed52236-cd70-5049-a6bb-9fdc185b9fd7 with scrape type 1
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aed52236-cd70-5049-a6bb-9fdc185b9fd7
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010176%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622444%27 HTTP/1.1" 200 None
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_000/780x0__r.jpg?hash=1774622444 not downloaded yet
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2fac260f-adf6-5e9c-ae8b-8c761768d62f
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2fac260f-adf6-5e9c-ae8b-8c761768d62f
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2fac260f-adf6-5e9c-ae8b-8c761768d62f
2026-03-27 14:59:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009270> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010176%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622444%27 HTTP/1.1" 200 None
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_001/780x0__r.jpg?hash=1774622444 not downloaded yet
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c591b352-826b-579a-a2ed-c05ecb1f5d50
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2fac260f-adf6-5e9c-ae8b-8c761768d62f
2026-03-27 14:59:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2fac260f-adf6-5e9c-ae8b-8c761768d62f, skipping ID generation
2026-03-27 14:59:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fac260f-adf6-5e9c-ae8b-8c761768d62f with scrape type 1
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2fac260f-adf6-5e9c-ae8b-8c761768d62f sending to next pipeline
2026-03-27 14:59:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2fac260f-adf6-5e9c-ae8b-8c761768d62f, identifier: 7009596auction111131
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c591b352-826b-579a-a2ed-c05ecb1f5d50
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010176%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622444%27 HTTP/1.1" 200 None
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_002/780x0__r.jpg?hash=1774622444 not downloaded yet
2026-03-27 14:59:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2fac260f-adf6-5e9c-ae8b-8c761768d62f with identifier: 7009596auction111131
2026-03-27 14:59:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2fac260f-adf6-5e9c-ae8b-8c761768d62f with identifier: 7009596auction111131
2026-03-27 14:59:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2fac260f-adf6-5e9c-ae8b-8c761768d62f with identifier: 7009596auction111131 to the API
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009596/photo_000/780x0__r.jpg?hash=1774620213>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '2fac260f-adf6-5e9c-ae8b-8c761768d62f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009596',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Megane',
'odometer': 122171,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane Estate 1.3 TCe Limited',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Estate 1.3 TCe Limited',
'vin': None,
'year': 2020}
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009596auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:13 [ecarstrade.nl] INFO: Saving data for 7009596auction111131: {'created_time': 1774623553.824138, 'last_price_update_time': 1774623553.82415, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009596auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_000/780x0__r.jpg?hash=1774619741> (referer: https://ecarstrade.com/cars/7009327)
2026-03-27 14:59:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_004/780x0__r.jpg?hash=1774619510> (referer: https://ecarstrade.com/cars/7009280)
2026-03-27 14:59:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_001/780x0__r.jpg?hash=1774619741> (referer: https://ecarstrade.com/cars/7009327)
2026-03-27 14:59:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_003/780x0__r.jpg?hash=1774619510> (referer: https://ecarstrade.com/cars/7009280)
2026-03-27 14:59:13 [ecarstrade.nl] INFO: Extracting details for car 7009270auction111131
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010176%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622444%27 HTTP/1.1" 200 None
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_003/780x0__r.jpg?hash=1774622444 not downloaded yet
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010176%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622444%27 HTTP/1.1" 200 None
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_004/780x0__r.jpg?hash=1774622444 not downloaded yet
2026-03-27 14:59:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with identifier: 7009270auction111131
2026-03-27 14:59:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with scrape type 1
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009270%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619454%27 HTTP/1.1" 200 None
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_000/780x0__r.jpg?hash=1774619454 not downloaded yet
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010176%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622444%27 HTTP/1.1" 200 None
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_005/780x0__r.jpg?hash=1774622444 not downloaded yet
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009270%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619454%27 HTTP/1.1" 200 None
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_001/780x0__r.jpg?hash=1774619454 not downloaded yet
2026-03-27 14:59:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_002/780x0__r.jpg?hash=1774619510> (referer: https://ecarstrade.com/cars/7009280)
2026-03-27 14:59:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_000/780x0__r.jpg?hash=1774619509> (referer: https://ecarstrade.com/cars/7009280)
2026-03-27 14:59:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_004/780x0__r.jpg?hash=1774619607> (referer: https://ecarstrade.com/cars/7009298)
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009270%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619454%27 HTTP/1.1" 200 None
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_002/780x0__r.jpg?hash=1774619454 not downloaded yet
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c591b352-826b-579a-a2ed-c05ecb1f5d50
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1ec252e3-8cef-5b89-929d-a9673be818cb
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c591b352-826b-579a-a2ed-c05ecb1f5d50
2026-03-27 14:59:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c591b352-826b-579a-a2ed-c05ecb1f5d50, skipping ID generation
2026-03-27 14:59:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c591b352-826b-579a-a2ed-c05ecb1f5d50 with scrape type 1
2026-03-27 14:59:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c591b352-826b-579a-a2ed-c05ecb1f5d50 sending to next pipeline
2026-03-27 14:59:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c591b352-826b-579a-a2ed-c05ecb1f5d50, identifier: 7009327auction111131
2026-03-27 14:59:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1ec252e3-8cef-5b89-929d-a9673be818cb
2026-03-27 14:59:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_001/780x0__r.jpg?hash=1774619509> (referer: https://ecarstrade.com/cars/7009280)
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009270%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619454%27 HTTP/1.1" 200 None
2026-03-27 14:59:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_003/780x0__r.jpg?hash=1774619454 not downloaded yet
2026-03-27 14:59:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c591b352-826b-579a-a2ed-c05ecb1f5d50 with identifier: 7009327auction111131
2026-03-27 14:59:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c591b352-826b-579a-a2ed-c05ecb1f5d50 with identifier: 7009327auction111131
2026-03-27 14:59:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c591b352-826b-579a-a2ed-c05ecb1f5d50 with identifier: 7009327auction111131 to the API
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009327/photo_001/780x0__r.jpg?hash=1774619741>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c591b352-826b-579a-a2ed-c05ecb1f5d50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009327',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Captur',
'odometer': 199049,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur 1.6 ET PH 160 Intens AUT.',
'transmission': 'automatic',
'trim': 'RENAULT 1.6 ET PH 160 Intens AUT.',
'vin': None,
'year': 2021}
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009327auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:14 [ecarstrade.nl] INFO: Saving data for 7009327auction111131: {'created_time': 1774623554.58091, 'last_price_update_time': 1774623554.58092, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009327auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_001/780x0__r.jpg?hash=1774619607> (referer: https://ecarstrade.com/cars/7009298)
2026-03-27 14:59:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_003/780x0__r.jpg?hash=1774619607> (referer: https://ecarstrade.com/cars/7009298)
2026-03-27 14:59:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_002/780x0__r.jpg?hash=1774619607> (referer: https://ecarstrade.com/cars/7009298)
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009270%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619454%27 HTTP/1.1" 200 None
2026-03-27 14:59:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_004/780x0__r.jpg?hash=1774619454 not downloaded yet
2026-03-27 14:59:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009270%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619454%27 HTTP/1.1" 200 None
2026-03-27 14:59:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_005/780x0__r.jpg?hash=1774619454 not downloaded yet
2026-03-27 14:59:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1ec252e3-8cef-5b89-929d-a9673be818cb
2026-03-27 14:59:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1ec252e3-8cef-5b89-929d-a9673be818cb
2026-03-27 14:59:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 85ca6f96-18a8-5b88-b442-a771cf70ff4d
2026-03-27 14:59:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1ec252e3-8cef-5b89-929d-a9673be818cb
2026-03-27 14:59:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1ec252e3-8cef-5b89-929d-a9673be818cb, skipping ID generation
2026-03-27 14:59:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ec252e3-8cef-5b89-929d-a9673be818cb with scrape type 1
2026-03-27 14:59:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1ec252e3-8cef-5b89-929d-a9673be818cb sending to next pipeline
2026-03-27 14:59:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 1ec252e3-8cef-5b89-929d-a9673be818cb, identifier: 7009280auction111131
2026-03-27 14:59:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 1ec252e3-8cef-5b89-929d-a9673be818cb with identifier: 7009280auction111131
2026-03-27 14:59:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 1ec252e3-8cef-5b89-929d-a9673be818cb with identifier: 7009280auction111131
2026-03-27 14:59:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 1ec252e3-8cef-5b89-929d-a9673be818cb with identifier: 7009280auction111131 to the API
2026-03-27 14:59:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009280/photo_001/780x0__r.jpg?hash=1774619509>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '1ec252e3-8cef-5b89-929d-a9673be818cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009280',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '308',
'odometer': 129386,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.2 PureTech Allure',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Allure',
'vin': None,
'year': 2022}
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009280auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [ecarstrade.nl] INFO: Saving data for 7009280auction111131: {'created_time': 1774623555.09154, 'last_price_update_time': 1774623555.091551, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009280auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_000/780x0__r.jpg?hash=1774622444> (referer: https://ecarstrade.com/cars/7010176)
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_000/780x0__r.jpg?hash=1774619607> (referer: https://ecarstrade.com/cars/7009298)
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_001/780x0__r.jpg?hash=1774622444> (referer: https://ecarstrade.com/cars/7010176)
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009368> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009633> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 85ca6f96-18a8-5b88-b442-a771cf70ff4d
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 85ca6f96-18a8-5b88-b442-a771cf70ff4d
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 85ca6f96-18a8-5b88-b442-a771cf70ff4d
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_000/780x0__r.jpg?hash=1774619454> (referer: https://ecarstrade.com/cars/7009270)
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_001/780x0__r.jpg?hash=1774619454> (referer: https://ecarstrade.com/cars/7009270)
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_005/780x0__r.jpg?hash=1774622444> (referer: https://ecarstrade.com/cars/7010176)
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009305> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aed52236-cd70-5049-a6bb-9fdc185b9fd7
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 85ca6f96-18a8-5b88-b442-a771cf70ff4d
2026-03-27 14:59:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85ca6f96-18a8-5b88-b442-a771cf70ff4d, skipping ID generation
2026-03-27 14:59:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85ca6f96-18a8-5b88-b442-a771cf70ff4d with scrape type 1
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85ca6f96-18a8-5b88-b442-a771cf70ff4d sending to next pipeline
2026-03-27 14:59:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 85ca6f96-18a8-5b88-b442-a771cf70ff4d, identifier: 7009298auction111131
2026-03-27 14:59:15 [ecarstrade.nl] INFO: Extracting details for car 7009368auction111131
2026-03-27 14:59:15 [ecarstrade.nl] INFO: Extracting details for car 7009633auction111131
2026-03-27 14:59:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 85ca6f96-18a8-5b88-b442-a771cf70ff4d with identifier: 7009298auction111131
2026-03-27 14:59:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 85ca6f96-18a8-5b88-b442-a771cf70ff4d with identifier: 7009298auction111131
2026-03-27 14:59:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 85ca6f96-18a8-5b88-b442-a771cf70ff4d with identifier: 7009298auction111131 to the API
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009298/photo_000/780x0__r.jpg?hash=1774619607>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '85ca6f96-18a8-5b88-b442-a771cf70ff4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009298',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 119975,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO 1.0 TSI Highl. Bus. R',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO 1.0 TSI Highl. Bus. R',
'vin': None,
'year': 2021}
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009298auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [ecarstrade.nl] INFO: Saving data for 7009298auction111131: {'created_time': 1774623555.691468, 'last_price_update_time': 1774623555.691478, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009298auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_002/780x0__r.jpg?hash=1774619454> (referer: https://ecarstrade.com/cars/7009270)
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_003/780x0__r.jpg?hash=1774619454> (referer: https://ecarstrade.com/cars/7009270)
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_004/780x0__r.jpg?hash=1774622444> (referer: https://ecarstrade.com/cars/7010176)
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_005/780x0__r.jpg?hash=1774619454> (referer: https://ecarstrade.com/cars/7009270)
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_003/780x0__r.jpg?hash=1774622444> (referer: https://ecarstrade.com/cars/7010176)
2026-03-27 14:59:15 [ecarstrade.nl] INFO: Extracting details for car 7009305auction111131
2026-03-27 14:59:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aed52236-cd70-5049-a6bb-9fdc185b9fd7
2026-03-27 14:59:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 094dbdf4-d2bb-584c-9565-56435e9b0d13 with identifier: 7009368auction111131
2026-03-27 14:59:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 094dbdf4-d2bb-584c-9565-56435e9b0d13 with scrape type 1
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 094dbdf4-d2bb-584c-9565-56435e9b0d13
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009368%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620038%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_000/780x0__r.jpg?hash=1774620038 not downloaded yet
2026-03-27 14:59:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b55f3ac6-0767-59db-9198-4ec20476a4cc with identifier: 7009633auction111131
2026-03-27 14:59:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b55f3ac6-0767-59db-9198-4ec20476a4cc with scrape type 1
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b55f3ac6-0767-59db-9198-4ec20476a4cc
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009633%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620723%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_000/780x0__r.jpg?hash=1774620723 not downloaded yet
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aed52236-cd70-5049-a6bb-9fdc185b9fd7
2026-03-27 14:59:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1f5bdcf-d928-5577-b026-e90d6ca10cdd with identifier: 7009305auction111131
2026-03-27 14:59:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1f5bdcf-d928-5577-b026-e90d6ca10cdd with scrape type 1
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a1f5bdcf-d928-5577-b026-e90d6ca10cdd
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009305%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619643%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_000/780x0__r.jpg?hash=1774619643 not downloaded yet
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_004/780x0__r.jpg?hash=1774622491> (referer: https://ecarstrade.com/cars/7010189)
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009368%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620038%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_001/780x0__r.jpg?hash=1774620038 not downloaded yet
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009633%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620723%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_001/780x0__r.jpg?hash=1774620723 not downloaded yet
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009305%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619643%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_001/780x0__r.jpg?hash=1774619643 not downloaded yet
2026-03-27 14:59:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_004/780x0__r.jpg?hash=1774619454> (referer: https://ecarstrade.com/cars/7009270)
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_005/780x0__r.jpg?hash=1774622491> (referer: https://ecarstrade.com/cars/7010189)
2026-03-27 14:59:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_002/780x0__r.jpg?hash=1774622444> (referer: https://ecarstrade.com/cars/7010176)
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009368%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620038%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_002/780x0__r.jpg?hash=1774620038 not downloaded yet
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009633%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620723%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_002/780x0__r.jpg?hash=1774620723 not downloaded yet
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009305%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619644%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_002/780x0__r.jpg?hash=1774619644 not downloaded yet
2026-03-27 14:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_003/780x0__r.jpg?hash=1774622491> (referer: https://ecarstrade.com/cars/7010189)
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009368%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620038%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_003/780x0__r.jpg?hash=1774620038 not downloaded yet
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009633%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620724%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_003/780x0__r.jpg?hash=1774620724 not downloaded yet
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009305%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619644%27 HTTP/1.1" 200 None
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_003/780x0__r.jpg?hash=1774619644 not downloaded yet
2026-03-27 14:59:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aed52236-cd70-5049-a6bb-9fdc185b9fd7
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8
2026-03-27 14:59:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aed52236-cd70-5049-a6bb-9fdc185b9fd7
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009368%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620038%27 HTTP/1.1" 200 None
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_004/780x0__r.jpg?hash=1774620038 not downloaded yet
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009633%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620724%27 HTTP/1.1" 200 None
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_004/780x0__r.jpg?hash=1774620724 not downloaded yet
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009305%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619644%27 HTTP/1.1" 200 None
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_004/780x0__r.jpg?hash=1774619644 not downloaded yet
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e
2026-03-27 14:59:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_002/780x0__r.jpg?hash=1774622491> (referer: https://ecarstrade.com/cars/7010189)
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009368%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620038%27 HTTP/1.1" 200 None
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_005/780x0__r.jpg?hash=1774620038 not downloaded yet
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009633%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620724%27 HTTP/1.1" 200 None
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_005/780x0__r.jpg?hash=1774620724 not downloaded yet
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009305%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619644%27 HTTP/1.1" 200 None
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_005/780x0__r.jpg?hash=1774619644 not downloaded yet
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8
2026-03-27 14:59:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8, skipping ID generation
2026-03-27 14:59:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with scrape type 1
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 sending to next pipeline
2026-03-27 14:59:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8, identifier: 7009270auction111131
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aed52236-cd70-5049-a6bb-9fdc185b9fd7
2026-03-27 14:59:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aed52236-cd70-5049-a6bb-9fdc185b9fd7, skipping ID generation
2026-03-27 14:59:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aed52236-cd70-5049-a6bb-9fdc185b9fd7 with scrape type 1
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aed52236-cd70-5049-a6bb-9fdc185b9fd7 sending to next pipeline
2026-03-27 14:59:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aed52236-cd70-5049-a6bb-9fdc185b9fd7, identifier: 7010176auction111131
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e
2026-03-27 14:59:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with identifier: 7009270auction111131
2026-03-27 14:59:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with identifier: 7009270auction111131
2026-03-27 14:59:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8 with identifier: 7009270auction111131 to the API
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009270/photo_004/780x0__r.jpg?hash=1774619454>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '6efb2e1c-c26b-59de-8f3a-7ae769f5b9b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009270',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Hyundai',
'model': 'i10',
'odometer': 103478,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'seats_number': 4,
'seller_name': None,
'title': 'HYUNDAI i10 1.0 Comfort',
'transmission': 'manual',
'trim': 'HYUNDAI 1.0 Comfort',
'vin': None,
'year': 2021}
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009270auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:16 [ecarstrade.nl] INFO: Saving data for 7009270auction111131: {'created_time': 1774623556.616328, 'last_price_update_time': 1774623556.616338, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009270auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aed52236-cd70-5049-a6bb-9fdc185b9fd7 with identifier: 7010176auction111131
2026-03-27 14:59:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aed52236-cd70-5049-a6bb-9fdc185b9fd7 with identifier: 7010176auction111131
2026-03-27 14:59:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aed52236-cd70-5049-a6bb-9fdc185b9fd7 with identifier: 7010176auction111131 to the API
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010176/photo_002/780x0__r.jpg?hash=1774622444>
{'auction_title': '',
'c_o_2_emission_value': 178,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'aed52236-cd70-5049-a6bb-9fdc185b9fd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010176',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 143355,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-30',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit Custom 270 2.2 TDCI L1H1 Tr',
'transmission': 'manual',
'trim': 'FORD 270 2.2 TDCI L1H1 Tr',
'vin': None,
'year': 2014}
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010176auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:16 [ecarstrade.nl] INFO: Saving data for 7010176auction111131: {'created_time': 1774623556.970674, 'last_price_update_time': 1774623556.970686, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010176auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_001/780x0__r.jpg?hash=1774622491> (referer: https://ecarstrade.com/cars/7010189)
2026-03-27 14:59:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e
2026-03-27 14:59:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e
2026-03-27 14:59:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_000/780x0__r.jpg?hash=1774622490> (referer: https://ecarstrade.com/cars/7010189)
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:59:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_000/780x0__r.jpg?hash=1774619643> (referer: https://ecarstrade.com/cars/7009305)
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Found listing with ID: 7006172auction111095
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006172auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Scrape type for 7006172auction111095: 0
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Found listing with ID: 7006203auction111095
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006203auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Scrape type for 7006203auction111095: 0
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Found listing with ID: 7006127auction111095
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006127auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Scrape type for 7006127auction111095: 0
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Found listing with ID: 7006210auction111095
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277006210auction111095%27 HTTP/1.1" 200 None
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Scrape type for 7006210auction111095: 0
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Found listing with ID: 6999952auction111021
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999952auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Scrape type for 6999952auction111021: 2
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Found listing with ID: 6999954auction111021
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999954auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Scrape type for 6999954auction111021: 2
2026-03-27 14:59:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e
2026-03-27 14:59:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d002c4a-f403-5a50-ae0f-1c12b3353b0e, skipping ID generation
2026-03-27 14:59:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with scrape type 1
2026-03-27 14:59:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d002c4a-f403-5a50-ae0f-1c12b3353b0e sending to next pipeline
2026-03-27 14:59:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2d002c4a-f403-5a50-ae0f-1c12b3353b0e, identifier: 7010189auction111131
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Found listing with ID: 6999947auction111021
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999947auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:20 [ecarstrade.nl] INFO: Scrape type for 6999947auction111021: 2
2026-03-27 14:59:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with identifier: 7010189auction111131
2026-03-27 14:59:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with identifier: 7010189auction111131
2026-03-27 14:59:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2d002c4a-f403-5a50-ae0f-1c12b3353b0e with identifier: 7010189auction111131 to the API
2026-03-27 14:59:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010189/photo_000/780x0__r.jpg?hash=1774622490>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '2d002c4a-f403-5a50-ae0f-1c12b3353b0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010189',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 145159,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-06',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Cargo 2.0 TDI Comfort',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Cargo 2.0 TDI Comfort',
'vin': None,
'year': 2021}
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010189auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Saving data for 7010189auction111131: {'created_time': 1774623561.437077, 'last_price_update_time': 1774623561.437087, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010189auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_000/780x0__r.jpg?hash=1774620723> (referer: https://ecarstrade.com/cars/7009633)
2026-03-27 14:59:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a1f5bdcf-d928-5577-b026-e90d6ca10cdd
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 6999957auction111021
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999957auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 6999957auction111021: 2
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 6999956auction111021
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999956auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 6999956auction111021: 2
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 6999949auction111021
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999949auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 6999949auction111021: 2
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 6999946auction111021
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999946auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 6999946auction111021: 2
2026-03-27 14:59:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_000/780x0__r.jpg?hash=1774620038> (referer: https://ecarstrade.com/cars/7009368)
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 6999955auction111021
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999955auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 6999955auction111021: 2
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 6999950auction111021
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999950auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 6999950auction111021: 2
2026-03-27 14:59:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b55f3ac6-0767-59db-9198-4ec20476a4cc
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 6999951auction111021
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999951auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 6999951auction111021: 2
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 6999953auction111021
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999953auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 6999953auction111021: 2
2026-03-27 14:59:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_001/780x0__r.jpg?hash=1774619643> (referer: https://ecarstrade.com/cars/7009305)
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 6999948auction111021
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999948auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 6999948auction111021: 2
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 6999443auction111008
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999443auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 6999443auction111008: 2
2026-03-27 14:59:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 094dbdf4-d2bb-584c-9565-56435e9b0d13
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 7001333auction111008
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277001333auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 7001333auction111008: 2
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 7002866auction111008
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002866auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 7002866auction111008: 0
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Found listing with ID: 6999445auction111008
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999445auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:21 [ecarstrade.nl] INFO: Scrape type for 6999445auction111008: 2
2026-03-27 14:59:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_002/780x0__r.jpg?hash=1774619644> (referer: https://ecarstrade.com/cars/7009305)
2026-03-27 14:59:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a1f5bdcf-d928-5577-b026-e90d6ca10cdd
2026-03-27 14:59:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_004/780x0__r.jpg?hash=1774619644> (referer: https://ecarstrade.com/cars/7009305)
2026-03-27 14:59:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a1f5bdcf-d928-5577-b026-e90d6ca10cdd
2026-03-27 14:59:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_005/780x0__r.jpg?hash=1774619644> (referer: https://ecarstrade.com/cars/7009305)
2026-03-27 14:59:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a1f5bdcf-d928-5577-b026-e90d6ca10cdd
2026-03-27 14:59:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_005/780x0__r.jpg?hash=1774620724> (referer: https://ecarstrade.com/cars/7009633)
2026-03-27 14:59:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a1f5bdcf-d928-5577-b026-e90d6ca10cdd
2026-03-27 14:59:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009511> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_005/780x0__r.jpg?hash=1774620038> (referer: https://ecarstrade.com/cars/7009368)
2026-03-27 14:59:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b55f3ac6-0767-59db-9198-4ec20476a4cc
2026-03-27 14:59:22 [ecarstrade.nl] INFO: Extracting details for car 7009511auction111131
2026-03-27 14:59:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with identifier: 7009511auction111131
2026-03-27 14:59:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with scrape type 1
2026-03-27 14:59:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4cfc6e83-76bc-5c13-aee3-c86a927cff89
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009511%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 14:59:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_000/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009511%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 14:59:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_001/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009511%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 14:59:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_002/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 14:59:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 094dbdf4-d2bb-584c-9565-56435e9b0d13
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009511%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 14:59:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_003/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009511%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620158%27 HTTP/1.1" 200 None
2026-03-27 14:59:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_004/780x0__r.jpg?hash=1774620158 not downloaded yet
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009511%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620158%27 HTTP/1.1" 200 None
2026-03-27 14:59:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_005/780x0__r.jpg?hash=1774620158 not downloaded yet
2026-03-27 14:59:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010172> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:23 [ecarstrade.nl] INFO: Extracting details for car 7010172auction111131
2026-03-27 14:59:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f5f3b73-96a8-5463-a406-e935fbaac2fe with identifier: 7010172auction111131
2026-03-27 14:59:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f5f3b73-96a8-5463-a406-e935fbaac2fe with scrape type 1
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0f5f3b73-96a8-5463-a406-e935fbaac2fe
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010172%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622424%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_000/780x0__r.jpg?hash=1774622424 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010172%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622424%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_001/780x0__r.jpg?hash=1774622424 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010172%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622425%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_002/780x0__r.jpg?hash=1774622425 not downloaded yet
2026-03-27 14:59:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009330> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010172%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622425%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_003/780x0__r.jpg?hash=1774622425 not downloaded yet
2026-03-27 14:59:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010172%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622425%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_004/780x0__r.jpg?hash=1774622425 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010172%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622425%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_005/780x0__r.jpg?hash=1774622425 not downloaded yet
2026-03-27 14:59:23 [ecarstrade.nl] INFO: Extracting details for car 7009330auction111131
2026-03-27 14:59:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with identifier: 7009330auction111131
2026-03-27 14:59:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with scrape type 1
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aca397fd-9958-53f5-9bfa-ffa3b4ffd045
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009330%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619754%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_000/780x0__r.jpg?hash=1774619754 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009330%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619754%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_001/780x0__r.jpg?hash=1774619754 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009330%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619754%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_002/780x0__r.jpg?hash=1774619754 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009330%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619754%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_003/780x0__r.jpg?hash=1774619754 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009330%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619754%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_004/780x0__r.jpg?hash=1774619754 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009330%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619755%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_005/780x0__r.jpg?hash=1774619755 not downloaded yet
2026-03-27 14:59:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009637> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009283> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:23 [ecarstrade.nl] INFO: Extracting details for car 7009637auction111131
2026-03-27 14:59:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 554a9cae-7661-547d-b182-a5aa10bfec48 with identifier: 7009637auction111131
2026-03-27 14:59:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 554a9cae-7661-547d-b182-a5aa10bfec48 with scrape type 1
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 554a9cae-7661-547d-b182-a5aa10bfec48
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009637%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620742%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_000/780x0__r.jpg?hash=1774620742 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009637%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620742%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_001/780x0__r.jpg?hash=1774620742 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009637%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620743%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_002/780x0__r.jpg?hash=1774620743 not downloaded yet
2026-03-27 14:59:23 [ecarstrade.nl] INFO: Extracting details for car 7009283auction111131
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009637%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620743%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_003/780x0__r.jpg?hash=1774620743 not downloaded yet
2026-03-27 14:59:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9146e2e5-9951-51df-bd55-3e36556ed579 with identifier: 7009283auction111131
2026-03-27 14:59:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9146e2e5-9951-51df-bd55-3e36556ed579 with scrape type 1
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9146e2e5-9951-51df-bd55-3e36556ed579
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009283%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619524%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_000/780x0__r.jpg?hash=1774619524 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009637%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620743%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_004/780x0__r.jpg?hash=1774620743 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009283%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619524%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_001/780x0__r.jpg?hash=1774619524 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009637%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620743%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_005/780x0__r.jpg?hash=1774620743 not downloaded yet
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009283%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619524%27 HTTP/1.1" 200 None
2026-03-27 14:59:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_002/780x0__r.jpg?hash=1774619524 not downloaded yet
2026-03-27 14:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009283%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619524%27 HTTP/1.1" 200 None
2026-03-27 14:59:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_003/780x0__r.jpg?hash=1774619524 not downloaded yet
2026-03-27 14:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009283%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619524%27 HTTP/1.1" 200 None
2026-03-27 14:59:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_004/780x0__r.jpg?hash=1774619524 not downloaded yet
2026-03-27 14:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009283%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619524%27 HTTP/1.1" 200 None
2026-03-27 14:59:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_005/780x0__r.jpg?hash=1774619524 not downloaded yet
2026-03-27 14:59:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009609> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:24 [ecarstrade.nl] INFO: Extracting details for car 7009609auction111131
2026-03-27 14:59:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with identifier: 7009609auction111131
2026-03-27 14:59:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with scrape type 1
2026-03-27 14:59:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e1fad5ec-375d-5660-afdc-d30f9f2afdf2
2026-03-27 14:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009609%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620254%27 HTTP/1.1" 200 None
2026-03-27 14:59:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_000/780x0__r.jpg?hash=1774620254 not downloaded yet
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009609%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620254%27 HTTP/1.1" 200 None
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_001/780x0__r.jpg?hash=1774620254 not downloaded yet
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009609%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620255%27 HTTP/1.1" 200 None
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_002/780x0__r.jpg?hash=1774620255 not downloaded yet
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009609%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620255%27 HTTP/1.1" 200 None
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_003/780x0__r.jpg?hash=1774620255 not downloaded yet
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009609%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620255%27 HTTP/1.1" 200 None
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_004/780x0__r.jpg?hash=1774620255 not downloaded yet
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009609%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620255%27 HTTP/1.1" 200 None
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_005/780x0__r.jpg?hash=1774620255 not downloaded yet
2026-03-27 14:59:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009337> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:25 [ecarstrade.nl] INFO: Extracting details for car 7009337auction111131
2026-03-27 14:59:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8549a7f5-5083-53d8-809c-c2630bca860c with identifier: 7009337auction111131
2026-03-27 14:59:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8549a7f5-5083-53d8-809c-c2630bca860c with scrape type 1
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8549a7f5-5083-53d8-809c-c2630bca860c
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009337%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619792%27 HTTP/1.1" 200 None
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_000/780x0__r.jpg?hash=1774619792 not downloaded yet
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009337%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619792%27 HTTP/1.1" 200 None
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_001/780x0__r.jpg?hash=1774619792 not downloaded yet
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009337%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619792%27 HTTP/1.1" 200 None
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_002/780x0__r.jpg?hash=1774619792 not downloaded yet
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009337%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619792%27 HTTP/1.1" 200 None
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_003/780x0__r.jpg?hash=1774619792 not downloaded yet
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009337%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619793%27 HTTP/1.1" 200 None
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_004/780x0__r.jpg?hash=1774619793 not downloaded yet
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009337%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619793%27 HTTP/1.1" 200 None
2026-03-27 14:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_005/780x0__r.jpg?hash=1774619793 not downloaded yet
2026-03-27 14:59:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999954> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:28 [ecarstrade.nl] INFO: Extracting details for car 6999954auction111021
2026-03-27 14:59:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e167b463-961e-5076-babe-8aa9e91cb41e with identifier: 6999954auction111021
2026-03-27 14:59:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e167b463-961e-5076-babe-8aa9e91cb41e with scrape type 2
2026-03-27 14:59:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e167b463-961e-5076-babe-8aa9e91cb41e with scrape type 2
2026-03-27 14:59:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e167b463-961e-5076-babe-8aa9e91cb41e, identifier: 6999954auction111021
2026-03-27 14:59:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e167b463-961e-5076-babe-8aa9e91cb41e with identifier: 6999954auction111021
2026-03-27 14:59:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e167b463-961e-5076-babe-8aa9e91cb41e with identifier: 6999954auction111021
2026-03-27 14:59:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e167b463-961e-5076-babe-8aa9e91cb41e with identifier: 6999954auction111021 to the API
2026-03-27 14:59:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999954>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'e167b463-961e-5076-babe-8aa9e91cb41e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999954',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 112659,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Vito 114 CDI Lang DC',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ 114 CDI Lang DC',
'vin': None,
'year': 2021}
2026-03-27 14:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999954auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:29 [ecarstrade.nl] INFO: Saving data for 6999954auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450210.80837, 'last_price_update_time': 1774623569.02801}
2026-03-27 14:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999954auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999953> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:29 [ecarstrade.nl] INFO: Extracting details for car 6999953auction111021
2026-03-27 14:59:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with identifier: 6999953auction111021
2026-03-27 14:59:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with scrape type 2
2026-03-27 14:59:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with scrape type 2
2026-03-27 14:59:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0d899d50-f7a1-58a4-85db-7f3773e7ab57, identifier: 6999953auction111021
2026-03-27 14:59:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with identifier: 6999953auction111021
2026-03-27 14:59:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with identifier: 6999953auction111021
2026-03-27 14:59:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0d899d50-f7a1-58a4-85db-7f3773e7ab57 with identifier: 6999953auction111021 to the API
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999953>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': '0d899d50-f7a1-58a4-85db-7f3773e7ab57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999953',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'NV200',
'odometer': 36980,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-23',
'seats_number': 2,
'seller_name': None,
'title': 'NISSAN NV200 1.5 dCi Optima',
'transmission': 'manual',
'trim': 'NISSAN 1.5 dCi Optima',
'vin': None,
'year': 2018}
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999953auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Saving data for 6999953auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450241.29243, 'last_price_update_time': 1774623570.329164}
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999953auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_005/780x0__r.jpg?hash=1774620158> (referer: https://ecarstrade.com/cars/7009511)
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found 20 car items
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 6999441auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999441auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 6999441auction111008: 2
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 6999440auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999440auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 6999440auction111008: 2
2026-03-27 14:59:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_002/780x0__r.jpg?hash=1774622425> (referer: https://ecarstrade.com/cars/7010172)
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002869auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002869auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002869auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002870auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002870auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002870auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002874auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002874auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002874auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002861auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002861auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002861auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002863auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002863auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002863auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002862auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002862auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002862auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002867auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002867auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002867auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002912auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002912auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002912auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002854auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002854auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002854auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002875auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002875auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002875auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002873auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002873auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002873auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002859auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002859auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Scrape type for 7002859auction111008: 0
2026-03-27 14:59:30 [ecarstrade.nl] INFO: Found listing with ID: 7002910auction111008
2026-03-27 14:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002910auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Scrape type for 7002910auction111008: 0
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Found listing with ID: 7002911auction111008
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002911auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Scrape type for 7002911auction111008: 0
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Found listing with ID: 7002872auction111008
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002872auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Scrape type for 7002872auction111008: 0
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Found listing with ID: 7002871auction111008
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002871auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Scrape type for 7002871auction111008: 0
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Found listing with ID: 7002855auction111008
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002855auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Scrape type for 7002855auction111008: 0
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Found listing with ID: 7002858auction111008
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002858auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Scrape type for 7002858auction111008: 0
2026-03-27 14:59:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4cfc6e83-76bc-5c13-aee3-c86a927cff89
2026-03-27 14:59:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0f5f3b73-96a8-5463-a406-e935fbaac2fe
2026-03-27 14:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_005/780x0__r.jpg?hash=1774619755> (referer: https://ecarstrade.com/cars/7009330)
2026-03-27 14:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_004/780x0__r.jpg?hash=1774619754> (referer: https://ecarstrade.com/cars/7009330)
2026-03-27 14:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999445> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aca397fd-9958-53f5-9bfa-ffa3b4ffd045
2026-03-27 14:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_005/780x0__r.jpg?hash=1774619524> (referer: https://ecarstrade.com/cars/7009283)
2026-03-27 14:59:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aca397fd-9958-53f5-9bfa-ffa3b4ffd045
2026-03-27 14:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_005/780x0__r.jpg?hash=1774620255> (referer: https://ecarstrade.com/cars/7009609)
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Extracting details for car 6999445auction111008
2026-03-27 14:59:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10538516-52d6-51b1-9c46-a98ea7a6a29a with identifier: 6999445auction111008
2026-03-27 14:59:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10538516-52d6-51b1-9c46-a98ea7a6a29a with scrape type 2
2026-03-27 14:59:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10538516-52d6-51b1-9c46-a98ea7a6a29a with scrape type 2
2026-03-27 14:59:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 10538516-52d6-51b1-9c46-a98ea7a6a29a, identifier: 6999445auction111008
2026-03-27 14:59:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 10538516-52d6-51b1-9c46-a98ea7a6a29a with identifier: 6999445auction111008
2026-03-27 14:59:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 10538516-52d6-51b1-9c46-a98ea7a6a29a with identifier: 6999445auction111008
2026-03-27 14:59:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 10538516-52d6-51b1-9c46-a98ea7a6a29a with identifier: 6999445auction111008 to the API
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999445>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '10538516-52d6-51b1-9c46-a98ea7a6a29a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999445',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 152721,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 35tfsi business edition 110kW s-tronic aut',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 35tfsi business edition 110kW s-tronic aut',
'vin': None,
'year': 2021}
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999445auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:31 [ecarstrade.nl] INFO: Saving data for 6999445auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450236.834148, 'last_price_update_time': 1774623571.827546}
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999445auction111008') HTTP/1.1" 204 0
2026-03-27 14:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_005/780x0__r.jpg?hash=1774619793> (referer: https://ecarstrade.com/cars/7009337)
2026-03-27 14:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_004/780x0__r.jpg?hash=1774619793> (referer: https://ecarstrade.com/cars/7009337)
2026-03-27 14:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001333> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9146e2e5-9951-51df-bd55-3e36556ed579
2026-03-27 14:59:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e1fad5ec-375d-5660-afdc-d30f9f2afdf2
2026-03-27 14:59:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_003/780x0__r.jpg?hash=1774619792> (referer: https://ecarstrade.com/cars/7009337)
2026-03-27 14:59:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8549a7f5-5083-53d8-809c-c2630bca860c
2026-03-27 14:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_002/780x0__r.jpg?hash=1774619792> (referer: https://ecarstrade.com/cars/7009337)
2026-03-27 14:59:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8549a7f5-5083-53d8-809c-c2630bca860c
2026-03-27 14:59:32 [ecarstrade.nl] INFO: Extracting details for car 7001333auction111008
2026-03-27 14:59:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acc6198b-326c-566b-821d-a45994c1bcbd with identifier: 7001333auction111008
2026-03-27 14:59:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acc6198b-326c-566b-821d-a45994c1bcbd with scrape type 2
2026-03-27 14:59:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acc6198b-326c-566b-821d-a45994c1bcbd with scrape type 2
2026-03-27 14:59:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: acc6198b-326c-566b-821d-a45994c1bcbd, identifier: 7001333auction111008
2026-03-27 14:59:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: acc6198b-326c-566b-821d-a45994c1bcbd with identifier: 7001333auction111008
2026-03-27 14:59:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: acc6198b-326c-566b-821d-a45994c1bcbd with identifier: 7001333auction111008
2026-03-27 14:59:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: acc6198b-326c-566b-821d-a45994c1bcbd with identifier: 7001333auction111008 to the API
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001333>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'acc6198b-326c-566b-821d-a45994c1bcbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001333',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Audi',
'model': 'A3',
'odometer': 77607,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-04-27',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A3 Cabriolet 35tfsi advance sport 110kW s-tronic aut',
'transmission': 'automatic',
'trim': 'AUDI Cabriolet 35tfsi advance sport 110kW s-tronic aut',
'vin': None,
'year': 2020}
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277001333auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:32 [ecarstrade.nl] INFO: Saving data for 7001333auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450237.917632, 'last_price_update_time': 1774623572.406331}
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7001333auction111008') HTTP/1.1" 204 0
2026-03-27 14:59:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8549a7f5-5083-53d8-809c-c2630bca860c
2026-03-27 14:59:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8549a7f5-5083-53d8-809c-c2630bca860c
2026-03-27 14:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999948> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_001/780x0__r.jpg?hash=1774619792> (referer: https://ecarstrade.com/cars/7009337)
2026-03-27 14:59:32 [ecarstrade.nl] INFO: Extracting details for car 6999948auction111021
2026-03-27 14:59:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59cd069d-be95-534a-893c-0ae679e5e2f6 with identifier: 6999948auction111021
2026-03-27 14:59:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59cd069d-be95-534a-893c-0ae679e5e2f6 with scrape type 2
2026-03-27 14:59:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59cd069d-be95-534a-893c-0ae679e5e2f6 with scrape type 2
2026-03-27 14:59:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 59cd069d-be95-534a-893c-0ae679e5e2f6, identifier: 6999948auction111021
2026-03-27 14:59:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 59cd069d-be95-534a-893c-0ae679e5e2f6 with identifier: 6999948auction111021
2026-03-27 14:59:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 59cd069d-be95-534a-893c-0ae679e5e2f6 with identifier: 6999948auction111021
2026-03-27 14:59:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 59cd069d-be95-534a-893c-0ae679e5e2f6 with identifier: 6999948auction111021 to the API
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999948>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Petrol',
'id': '59cd069d-be95-534a-893c-0ae679e5e2f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999948',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 44652,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-31',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT Partner 1.2 PT. Premium',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PT. Premium',
'vin': None,
'year': 2022}
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999948auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:32 [ecarstrade.nl] INFO: Saving data for 6999948auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450242.014661, 'last_price_update_time': 1774623572.95202}
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999948auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_000/780x0__r.jpg?hash=1774619792> (referer: https://ecarstrade.com/cars/7009337)
2026-03-27 14:59:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8549a7f5-5083-53d8-809c-c2630bca860c
2026-03-27 14:59:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_004/780x0__r.jpg?hash=1774620255> (referer: https://ecarstrade.com/cars/7009609)
2026-03-27 14:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8549a7f5-5083-53d8-809c-c2630bca860c
2026-03-27 14:59:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8549a7f5-5083-53d8-809c-c2630bca860c, skipping ID generation
2026-03-27 14:59:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8549a7f5-5083-53d8-809c-c2630bca860c with scrape type 1
2026-03-27 14:59:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8549a7f5-5083-53d8-809c-c2630bca860c sending to next pipeline
2026-03-27 14:59:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8549a7f5-5083-53d8-809c-c2630bca860c, identifier: 7009337auction111131
2026-03-27 14:59:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8549a7f5-5083-53d8-809c-c2630bca860c with identifier: 7009337auction111131
2026-03-27 14:59:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8549a7f5-5083-53d8-809c-c2630bca860c with identifier: 7009337auction111131
2026-03-27 14:59:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8549a7f5-5083-53d8-809c-c2630bca860c with identifier: 7009337auction111131 to the API
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009337/photo_000/780x0__r.jpg?hash=1774619792>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8549a7f5-5083-53d8-809c-c2630bca860c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009337',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 177348,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-29',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.5 T-GDi DynamicPlusLine',
'transmission': 'automatic',
'trim': 'KIA ceed sportswagon 1.5 T-GDi DynamicPlusLine',
'vin': None,
'year': 2021}
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009337auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.nl] INFO: Saving data for 7009337auction111131: {'created_time': 1774623573.510713, 'last_price_update_time': 1774623573.510722, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009337auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_003/780x0__r.jpg?hash=1774620255> (referer: https://ecarstrade.com/cars/7009609)
2026-03-27 14:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e1fad5ec-375d-5660-afdc-d30f9f2afdf2
2026-03-27 14:59:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_002/780x0__r.jpg?hash=1774620255> (referer: https://ecarstrade.com/cars/7009609)
2026-03-27 14:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e1fad5ec-375d-5660-afdc-d30f9f2afdf2
2026-03-27 14:59:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_001/780x0__r.jpg?hash=1774620254> (referer: https://ecarstrade.com/cars/7009609)
2026-03-27 14:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e1fad5ec-375d-5660-afdc-d30f9f2afdf2
2026-03-27 14:59:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_000/780x0__r.jpg?hash=1774620254> (referer: https://ecarstrade.com/cars/7009609)
2026-03-27 14:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e1fad5ec-375d-5660-afdc-d30f9f2afdf2
2026-03-27 14:59:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_004/780x0__r.jpg?hash=1774619524> (referer: https://ecarstrade.com/cars/7009283)
2026-03-27 14:59:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e1fad5ec-375d-5660-afdc-d30f9f2afdf2
2026-03-27 14:59:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1fad5ec-375d-5660-afdc-d30f9f2afdf2, skipping ID generation
2026-03-27 14:59:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with scrape type 1
2026-03-27 14:59:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1fad5ec-375d-5660-afdc-d30f9f2afdf2 sending to next pipeline
2026-03-27 14:59:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e1fad5ec-375d-5660-afdc-d30f9f2afdf2, identifier: 7009609auction111131
2026-03-27 14:59:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with identifier: 7009609auction111131
2026-03-27 14:59:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with identifier: 7009609auction111131
2026-03-27 14:59:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e1fad5ec-375d-5660-afdc-d30f9f2afdf2 with identifier: 7009609auction111131 to the API
2026-03-27 14:59:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009609/photo_000/780x0__r.jpg?hash=1774620254>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'e1fad5ec-375d-5660-afdc-d30f9f2afdf2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009609',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 72909,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-31',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL 1.2 Edition',
'vin': None,
'year': 2022}
2026-03-27 14:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009609auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:34 [ecarstrade.nl] INFO: Saving data for 7009609auction111131: {'created_time': 1774623574.26788, 'last_price_update_time': 1774623574.267892, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009609auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_003/780x0__r.jpg?hash=1774619524> (referer: https://ecarstrade.com/cars/7009283)
2026-03-27 14:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9146e2e5-9951-51df-bd55-3e36556ed579
2026-03-27 14:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_002/780x0__r.jpg?hash=1774619524> (referer: https://ecarstrade.com/cars/7009283)
2026-03-27 14:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9146e2e5-9951-51df-bd55-3e36556ed579
2026-03-27 14:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_005/780x0__r.jpg?hash=1774620743> (referer: https://ecarstrade.com/cars/7009637)
2026-03-27 14:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9146e2e5-9951-51df-bd55-3e36556ed579
2026-03-27 14:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_001/780x0__r.jpg?hash=1774619524> (referer: https://ecarstrade.com/cars/7009283)
2026-03-27 14:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 554a9cae-7661-547d-b182-a5aa10bfec48
2026-03-27 14:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_004/780x0__r.jpg?hash=1774620743> (referer: https://ecarstrade.com/cars/7009637)
2026-03-27 14:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9146e2e5-9951-51df-bd55-3e36556ed579
2026-03-27 14:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_000/780x0__r.jpg?hash=1774619524> (referer: https://ecarstrade.com/cars/7009283)
2026-03-27 14:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 554a9cae-7661-547d-b182-a5aa10bfec48
2026-03-27 14:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_003/780x0__r.jpg?hash=1774620743> (referer: https://ecarstrade.com/cars/7009637)
2026-03-27 14:59:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9146e2e5-9951-51df-bd55-3e36556ed579
2026-03-27 14:59:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9146e2e5-9951-51df-bd55-3e36556ed579, skipping ID generation
2026-03-27 14:59:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9146e2e5-9951-51df-bd55-3e36556ed579 with scrape type 1
2026-03-27 14:59:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9146e2e5-9951-51df-bd55-3e36556ed579 sending to next pipeline
2026-03-27 14:59:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9146e2e5-9951-51df-bd55-3e36556ed579, identifier: 7009283auction111131
2026-03-27 14:59:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_002/780x0__r.jpg?hash=1774620743> (referer: https://ecarstrade.com/cars/7009637)
2026-03-27 14:59:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9146e2e5-9951-51df-bd55-3e36556ed579 with identifier: 7009283auction111131
2026-03-27 14:59:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9146e2e5-9951-51df-bd55-3e36556ed579 with identifier: 7009283auction111131
2026-03-27 14:59:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9146e2e5-9951-51df-bd55-3e36556ed579 with identifier: 7009283auction111131 to the API
2026-03-27 14:59:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009283/photo_000/780x0__r.jpg?hash=1774619524>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '9146e2e5-9951-51df-bd55-3e36556ed579',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009283',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 145001,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-09',
'seats_number': 5,
'seller_name': None,
'title': 'KIA ceed sportswagon 1.0 T-GDi GT-Line Edition',
'transmission': 'manual',
'trim': 'KIA ceed sportswagon 1.0 T-GDi GT-Line Edition',
'vin': None,
'year': 2021}
2026-03-27 14:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009283auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:35 [ecarstrade.nl] INFO: Saving data for 7009283auction111131: {'created_time': 1774623575.206121, 'last_price_update_time': 1774623575.206134, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009283auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 554a9cae-7661-547d-b182-a5aa10bfec48
2026-03-27 14:59:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 554a9cae-7661-547d-b182-a5aa10bfec48
2026-03-27 14:59:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_001/780x0__r.jpg?hash=1774620742> (referer: https://ecarstrade.com/cars/7009637)
2026-03-27 14:59:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_000/780x0__r.jpg?hash=1774620742> (referer: https://ecarstrade.com/cars/7009637)
2026-03-27 14:59:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 554a9cae-7661-547d-b182-a5aa10bfec48
2026-03-27 14:59:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_003/780x0__r.jpg?hash=1774619754> (referer: https://ecarstrade.com/cars/7009330)
2026-03-27 14:59:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 554a9cae-7661-547d-b182-a5aa10bfec48
2026-03-27 14:59:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 554a9cae-7661-547d-b182-a5aa10bfec48, skipping ID generation
2026-03-27 14:59:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 554a9cae-7661-547d-b182-a5aa10bfec48 with scrape type 1
2026-03-27 14:59:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 554a9cae-7661-547d-b182-a5aa10bfec48 sending to next pipeline
2026-03-27 14:59:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 554a9cae-7661-547d-b182-a5aa10bfec48, identifier: 7009637auction111131
2026-03-27 14:59:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 554a9cae-7661-547d-b182-a5aa10bfec48 with identifier: 7009637auction111131
2026-03-27 14:59:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 554a9cae-7661-547d-b182-a5aa10bfec48 with identifier: 7009637auction111131
2026-03-27 14:59:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 554a9cae-7661-547d-b182-a5aa10bfec48 with identifier: 7009637auction111131 to the API
2026-03-27 14:59:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009637/photo_000/780x0__r.jpg?hash=1774620742>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '554a9cae-7661-547d-b182-a5aa10bfec48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009637',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Corsa',
'odometer': 48243,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.2 Edition',
'transmission': 'manual',
'trim': 'OPEL 1.2 Edition',
'vin': None,
'year': 2021}
2026-03-27 14:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009637auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:35 [ecarstrade.nl] INFO: Saving data for 7009637auction111131: {'created_time': 1774623575.932693, 'last_price_update_time': 1774623575.932703, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009637auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_002/780x0__r.jpg?hash=1774619754> (referer: https://ecarstrade.com/cars/7009330)
2026-03-27 14:59:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aca397fd-9958-53f5-9bfa-ffa3b4ffd045
2026-03-27 14:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_001/780x0__r.jpg?hash=1774619754> (referer: https://ecarstrade.com/cars/7009330)
2026-03-27 14:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aca397fd-9958-53f5-9bfa-ffa3b4ffd045
2026-03-27 14:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_000/780x0__r.jpg?hash=1774619754> (referer: https://ecarstrade.com/cars/7009330)
2026-03-27 14:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aca397fd-9958-53f5-9bfa-ffa3b4ffd045
2026-03-27 14:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_005/780x0__r.jpg?hash=1774622425> (referer: https://ecarstrade.com/cars/7010172)
2026-03-27 14:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aca397fd-9958-53f5-9bfa-ffa3b4ffd045
2026-03-27 14:59:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aca397fd-9958-53f5-9bfa-ffa3b4ffd045, skipping ID generation
2026-03-27 14:59:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with scrape type 1
2026-03-27 14:59:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aca397fd-9958-53f5-9bfa-ffa3b4ffd045 sending to next pipeline
2026-03-27 14:59:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: aca397fd-9958-53f5-9bfa-ffa3b4ffd045, identifier: 7009330auction111131
2026-03-27 14:59:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with identifier: 7009330auction111131
2026-03-27 14:59:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with identifier: 7009330auction111131
2026-03-27 14:59:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: aca397fd-9958-53f5-9bfa-ffa3b4ffd045 with identifier: 7009330auction111131 to the API
2026-03-27 14:59:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009330/photo_000/780x0__r.jpg?hash=1774619754>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'aca397fd-9958-53f5-9bfa-ffa3b4ffd045',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009330',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 155909,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.5 EcoBlue Trend Ed. Business',
'transmission': 'manual',
'trim': 'FORD Wagon 1.5 EcoBlue Trend Ed. Business',
'vin': None,
'year': 2021}
2026-03-27 14:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009330auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:36 [ecarstrade.nl] INFO: Saving data for 7009330auction111131: {'created_time': 1774623576.619999, 'last_price_update_time': 1774623576.620012, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009330auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_004/780x0__r.jpg?hash=1774622425> (referer: https://ecarstrade.com/cars/7010172)
2026-03-27 14:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0f5f3b73-96a8-5463-a406-e935fbaac2fe
2026-03-27 14:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_003/780x0__r.jpg?hash=1774622425> (referer: https://ecarstrade.com/cars/7010172)
2026-03-27 14:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0f5f3b73-96a8-5463-a406-e935fbaac2fe
2026-03-27 14:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_001/780x0__r.jpg?hash=1774622424> (referer: https://ecarstrade.com/cars/7010172)
2026-03-27 14:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0f5f3b73-96a8-5463-a406-e935fbaac2fe
2026-03-27 14:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_000/780x0__r.jpg?hash=1774622424> (referer: https://ecarstrade.com/cars/7010172)
2026-03-27 14:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0f5f3b73-96a8-5463-a406-e935fbaac2fe
2026-03-27 14:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_004/780x0__r.jpg?hash=1774620158> (referer: https://ecarstrade.com/cars/7009511)
2026-03-27 14:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999950> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0f5f3b73-96a8-5463-a406-e935fbaac2fe
2026-03-27 14:59:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f5f3b73-96a8-5463-a406-e935fbaac2fe, skipping ID generation
2026-03-27 14:59:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f5f3b73-96a8-5463-a406-e935fbaac2fe with scrape type 1
2026-03-27 14:59:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f5f3b73-96a8-5463-a406-e935fbaac2fe sending to next pipeline
2026-03-27 14:59:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 0f5f3b73-96a8-5463-a406-e935fbaac2fe, identifier: 7010172auction111131
2026-03-27 14:59:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 0f5f3b73-96a8-5463-a406-e935fbaac2fe with identifier: 7010172auction111131
2026-03-27 14:59:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 0f5f3b73-96a8-5463-a406-e935fbaac2fe with identifier: 7010172auction111131
2026-03-27 14:59:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 0f5f3b73-96a8-5463-a406-e935fbaac2fe with identifier: 7010172auction111131 to the API
2026-03-27 14:59:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010172/photo_000/780x0__r.jpg?hash=1774622424>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': '0f5f3b73-96a8-5463-a406-e935fbaac2fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010172',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Focus',
'odometer': 148743,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Wagon 1.5 EcoBlue Trend Edition Busi',
'transmission': 'manual',
'trim': 'FORD Wagon 1.5 EcoBlue Trend Edition Busi',
'vin': None,
'year': 2021}
2026-03-27 14:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010172auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:37 [ecarstrade.nl] INFO: Saving data for 7010172auction111131: {'created_time': 1774623577.476642, 'last_price_update_time': 1774623577.476653, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010172auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_003/780x0__r.jpg?hash=1774620157> (referer: https://ecarstrade.com/cars/7009511)
2026-03-27 14:59:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_002/780x0__r.jpg?hash=1774620157> (referer: https://ecarstrade.com/cars/7009511)
2026-03-27 14:59:37 [ecarstrade.nl] INFO: Extracting details for car 6999950auction111021
2026-03-27 14:59:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4cfc6e83-76bc-5c13-aee3-c86a927cff89
2026-03-27 14:59:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98e5b354-0950-538a-af8c-6ee3e17b5023 with identifier: 6999950auction111021
2026-03-27 14:59:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98e5b354-0950-538a-af8c-6ee3e17b5023 with scrape type 2
2026-03-27 14:59:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98e5b354-0950-538a-af8c-6ee3e17b5023 with scrape type 2
2026-03-27 14:59:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 98e5b354-0950-538a-af8c-6ee3e17b5023, identifier: 6999950auction111021
2026-03-27 14:59:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 98e5b354-0950-538a-af8c-6ee3e17b5023 with identifier: 6999950auction111021
2026-03-27 14:59:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 98e5b354-0950-538a-af8c-6ee3e17b5023 with identifier: 6999950auction111021
2026-03-27 14:59:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 98e5b354-0950-538a-af8c-6ee3e17b5023 with identifier: 6999950auction111021 to the API
2026-03-27 14:59:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999950>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': '98e5b354-0950-538a-af8c-6ee3e17b5023',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999950',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 65970,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-30',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL Vivaro 1.6 CDTI L1H1 Ed.',
'transmission': 'manual',
'trim': 'OPEL 1.6 CDTI L1H1 Ed.',
'vin': None,
'year': 2019}
2026-03-27 14:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999950auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:37 [ecarstrade.nl] INFO: Saving data for 6999950auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450250.387495, 'last_price_update_time': 1774623577.866644}
2026-03-27 14:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999950auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_001/780x0__r.jpg?hash=1774620157> (referer: https://ecarstrade.com/cars/7009511)
2026-03-27 14:59:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_000/780x0__r.jpg?hash=1774620157> (referer: https://ecarstrade.com/cars/7009511)
2026-03-27 14:59:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4cfc6e83-76bc-5c13-aee3-c86a927cff89
2026-03-27 14:59:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4cfc6e83-76bc-5c13-aee3-c86a927cff89
2026-03-27 14:59:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4cfc6e83-76bc-5c13-aee3-c86a927cff89
2026-03-27 14:59:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4cfc6e83-76bc-5c13-aee3-c86a927cff89
2026-03-27 14:59:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4cfc6e83-76bc-5c13-aee3-c86a927cff89, skipping ID generation
2026-03-27 14:59:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with scrape type 1
2026-03-27 14:59:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4cfc6e83-76bc-5c13-aee3-c86a927cff89 sending to next pipeline
2026-03-27 14:59:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4cfc6e83-76bc-5c13-aee3-c86a927cff89, identifier: 7009511auction111131
2026-03-27 14:59:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with identifier: 7009511auction111131
2026-03-27 14:59:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with identifier: 7009511auction111131
2026-03-27 14:59:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4cfc6e83-76bc-5c13-aee3-c86a927cff89 with identifier: 7009511auction111131 to the API
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009511/photo_000/780x0__r.jpg?hash=1774620157>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Electric',
'id': '4cfc6e83-76bc-5c13-aee3-c86a927cff89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009511',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MG',
'model': 'ZS',
'odometer': 97711,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'MG MG ZS EV Luxury 45 kWh',
'transmission': 'automatic',
'trim': 'EV Luxury 45 kWh',
'vin': None,
'year': 2019}
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009511auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:38 [ecarstrade.nl] INFO: Saving data for 7009511auction111131: {'created_time': 1774623578.411818, 'last_price_update_time': 1774623578.411828, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009511auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999951> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:38 [ecarstrade.nl] INFO: Extracting details for car 6999951auction111021
2026-03-27 14:59:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d90b63d4-403b-5705-b90d-c903cda957f2 with identifier: 6999951auction111021
2026-03-27 14:59:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d90b63d4-403b-5705-b90d-c903cda957f2 with scrape type 2
2026-03-27 14:59:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d90b63d4-403b-5705-b90d-c903cda957f2 with scrape type 2
2026-03-27 14:59:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d90b63d4-403b-5705-b90d-c903cda957f2, identifier: 6999951auction111021
2026-03-27 14:59:38 [ecarstrade.nl] INFO: Found 6 car items
2026-03-27 14:59:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d90b63d4-403b-5705-b90d-c903cda957f2 with identifier: 6999951auction111021
2026-03-27 14:59:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d90b63d4-403b-5705-b90d-c903cda957f2 with identifier: 6999951auction111021
2026-03-27 14:59:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d90b63d4-403b-5705-b90d-c903cda957f2 with identifier: 6999951auction111021 to the API
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999951>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'd90b63d4-403b-5705-b90d-c903cda957f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999951',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 62847,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-30',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL Vivaro 1.6 CDTI L1H1 Ed.',
'transmission': 'manual',
'trim': 'OPEL 1.6 CDTI L1H1 Ed.',
'vin': None,
'year': 2019}
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999951auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:38 [ecarstrade.nl] INFO: Saving data for 6999951auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450250.774975, 'last_price_update_time': 1774623578.961444}
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999951auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:38 [ecarstrade.nl] INFO: Found listing with ID: 7002856auction111008
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002856auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:38 [ecarstrade.nl] INFO: Scrape type for 7002856auction111008: 0
2026-03-27 14:59:38 [ecarstrade.nl] INFO: Found listing with ID: 7002868auction111008
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002868auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.nl] INFO: Scrape type for 7002868auction111008: 0
2026-03-27 14:59:39 [ecarstrade.nl] INFO: Found listing with ID: 6999442auction111008
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999442auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.nl] INFO: Scrape type for 6999442auction111008: 2
2026-03-27 14:59:39 [ecarstrade.nl] INFO: Found listing with ID: 7002857auction111008
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002857auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.nl] INFO: Scrape type for 7002857auction111008: 0
2026-03-27 14:59:39 [ecarstrade.nl] INFO: Found listing with ID: 7002860auction111008
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002860auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.nl] INFO: Scrape type for 7002860auction111008: 0
2026-03-27 14:59:39 [ecarstrade.nl] INFO: Found listing with ID: 7002876auction111008
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277002876auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.nl] INFO: Scrape type for 7002876auction111008: 0
2026-03-27 14:59:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999441> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:39 [ecarstrade.nl] INFO: Extracting details for car 6999441auction111008
2026-03-27 14:59:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d325c2e9-3316-5552-a381-63ba1e5a69df with identifier: 6999441auction111008
2026-03-27 14:59:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d325c2e9-3316-5552-a381-63ba1e5a69df with scrape type 2
2026-03-27 14:59:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d325c2e9-3316-5552-a381-63ba1e5a69df with scrape type 2
2026-03-27 14:59:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d325c2e9-3316-5552-a381-63ba1e5a69df, identifier: 6999441auction111008
2026-03-27 14:59:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d325c2e9-3316-5552-a381-63ba1e5a69df with identifier: 6999441auction111008
2026-03-27 14:59:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d325c2e9-3316-5552-a381-63ba1e5a69df with identifier: 6999441auction111008
2026-03-27 14:59:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d325c2e9-3316-5552-a381-63ba1e5a69df with identifier: 6999441auction111008 to the API
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999441>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd325c2e9-3316-5552-a381-63ba1e5a69df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999441',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Kuga',
'odometer': 158667,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Kuga 2.5 phev titanium 165kW e-cvt aut',
'transmission': 'automatic',
'trim': 'FORD 2.5 phev titanium 165kW e-cvt aut',
'vin': None,
'year': 2022}
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999441auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.nl] INFO: Saving data for 6999441auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450239.849191, 'last_price_update_time': 1774623579.922809}
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999441auction111008') HTTP/1.1" 204 0
2026-03-27 14:59:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999440> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:40 [ecarstrade.nl] INFO: Extracting details for car 6999440auction111008
2026-03-27 14:59:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b15e2f09-7af8-5093-b605-d9d21d87219c with identifier: 6999440auction111008
2026-03-27 14:59:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b15e2f09-7af8-5093-b605-d9d21d87219c with scrape type 2
2026-03-27 14:59:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b15e2f09-7af8-5093-b605-d9d21d87219c with scrape type 2
2026-03-27 14:59:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b15e2f09-7af8-5093-b605-d9d21d87219c, identifier: 6999440auction111008
2026-03-27 14:59:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b15e2f09-7af8-5093-b605-d9d21d87219c with identifier: 6999440auction111008
2026-03-27 14:59:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b15e2f09-7af8-5093-b605-d9d21d87219c with identifier: 6999440auction111008
2026-03-27 14:59:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b15e2f09-7af8-5093-b605-d9d21d87219c with identifier: 6999440auction111008 to the API
2026-03-27 14:59:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999440>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b15e2f09-7af8-5093-b605-d9d21d87219c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999440',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'AC',
'model': 'DS Automobiles DS3 Crossback',
'odometer': 54951,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS 3 Crossback 50kWh ev e-tense business aut',
'transmission': 'automatic',
'trim': 'DS 3 Crossback 50kWh ev e-tense business aut',
'vin': None,
'year': 2021}
2026-03-27 14:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999440auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:40 [ecarstrade.nl] INFO: Saving data for 6999440auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450240.37369, 'last_price_update_time': 1774623580.411369}
2026-03-27 14:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999440auction111008') HTTP/1.1" 204 0
2026-03-27 14:59:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999443> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_004/780x0__r.jpg?hash=1774620724> (referer: https://ecarstrade.com/cars/7009633)
2026-03-27 14:59:43 [ecarstrade.nl] INFO: Extracting details for car 6999443auction111008
2026-03-27 14:59:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_004/780x0__r.jpg?hash=1774620038> (referer: https://ecarstrade.com/cars/7009368)
2026-03-27 14:59:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with identifier: 6999443auction111008
2026-03-27 14:59:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with scrape type 2
2026-03-27 14:59:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with scrape type 2
2026-03-27 14:59:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc, identifier: 6999443auction111008
2026-03-27 14:59:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with identifier: 6999443auction111008
2026-03-27 14:59:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with identifier: 6999443auction111008
2026-03-27 14:59:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 275d01e1-3e4b-5e8b-b540-5aeffdfd29bc with identifier: 6999443auction111008 to the API
2026-03-27 14:59:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999443>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Electric',
'id': '275d01e1-3e4b-5e8b-b540-5aeffdfd29bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999443',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'BMW',
'model': 'iX3',
'odometer': 82074,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-21',
'seats_number': 5,
'seller_name': None,
'title': 'BMW iX3 80kWh ev executive 210kW aut',
'transmission': 'automatic',
'trim': '80kWh ev executive 210kW aut',
'vin': None,
'year': 2021}
2026-03-27 14:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999443auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:44 [ecarstrade.nl] INFO: Saving data for 6999443auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450267.049293, 'last_price_update_time': 1774623584.048857}
2026-03-27 14:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999443auction111008') HTTP/1.1" 204 0
2026-03-27 14:59:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_003/780x0__r.jpg?hash=1774619644> (referer: https://ecarstrade.com/cars/7009305)
2026-03-27 14:59:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b55f3ac6-0767-59db-9198-4ec20476a4cc
2026-03-27 14:59:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 094dbdf4-d2bb-584c-9565-56435e9b0d13
2026-03-27 14:59:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_003/780x0__r.jpg?hash=1774620724> (referer: https://ecarstrade.com/cars/7009633)
2026-03-27 14:59:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a1f5bdcf-d928-5577-b026-e90d6ca10cdd
2026-03-27 14:59:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a1f5bdcf-d928-5577-b026-e90d6ca10cdd, skipping ID generation
2026-03-27 14:59:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1f5bdcf-d928-5577-b026-e90d6ca10cdd with scrape type 1
2026-03-27 14:59:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a1f5bdcf-d928-5577-b026-e90d6ca10cdd sending to next pipeline
2026-03-27 14:59:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: a1f5bdcf-d928-5577-b026-e90d6ca10cdd, identifier: 7009305auction111131
2026-03-27 14:59:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: a1f5bdcf-d928-5577-b026-e90d6ca10cdd with identifier: 7009305auction111131
2026-03-27 14:59:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:59:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: a1f5bdcf-d928-5577-b026-e90d6ca10cdd with identifier: 7009305auction111131
2026-03-27 14:59:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: a1f5bdcf-d928-5577-b026-e90d6ca10cdd with identifier: 7009305auction111131 to the API
2026-03-27 14:59:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009305/photo_003/780x0__r.jpg?hash=1774619644>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'a1f5bdcf-d928-5577-b026-e90d6ca10cdd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009305',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 115246,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-12',
'seats_number': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 DPi GT-Line',
'transmission': 'manual',
'trim': 'KIA 1.0 DPi GT-Line',
'vin': None,
'year': 2021}
2026-03-27 14:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009305auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:44 [ecarstrade.nl] INFO: Saving data for 7009305auction111131: {'created_time': 1774623584.618661, 'last_price_update_time': 1774623584.618673, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009305auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_003/780x0__r.jpg?hash=1774620038> (referer: https://ecarstrade.com/cars/7009368)
2026-03-27 14:59:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b55f3ac6-0767-59db-9198-4ec20476a4cc
2026-03-27 14:59:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_002/780x0__r.jpg?hash=1774620723> (referer: https://ecarstrade.com/cars/7009633)
2026-03-27 14:59:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 094dbdf4-d2bb-584c-9565-56435e9b0d13
2026-03-27 14:59:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b55f3ac6-0767-59db-9198-4ec20476a4cc
2026-03-27 14:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999949> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:45 [ecarstrade.nl] INFO: Extracting details for car 6999949auction111021
2026-03-27 14:59:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5034304-968e-56d0-9d69-d5112ea7bd71 with identifier: 6999949auction111021
2026-03-27 14:59:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5034304-968e-56d0-9d69-d5112ea7bd71 with scrape type 2
2026-03-27 14:59:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5034304-968e-56d0-9d69-d5112ea7bd71 with scrape type 2
2026-03-27 14:59:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b5034304-968e-56d0-9d69-d5112ea7bd71, identifier: 6999949auction111021
2026-03-27 14:59:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b5034304-968e-56d0-9d69-d5112ea7bd71 with identifier: 6999949auction111021
2026-03-27 14:59:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b5034304-968e-56d0-9d69-d5112ea7bd71 with identifier: 6999949auction111021
2026-03-27 14:59:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b5034304-968e-56d0-9d69-d5112ea7bd71 with identifier: 6999949auction111021 to the API
2026-03-27 14:59:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999949>
{'auction_title': '',
'c_o_2_emission_value': 192,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'b5034304-968e-56d0-9d69-d5112ea7bd71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999949',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Movano',
'odometer': 144841,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-07',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL movano 2.3 Turbo L1H1',
'transmission': 'manual',
'trim': 'OPEL movano 2.3 Turbo L1H1',
'vin': None,
'year': 2021}
2026-03-27 14:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999949auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:45 [ecarstrade.nl] INFO: Saving data for 6999949auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450249.734183, 'last_price_update_time': 1774623585.889574}
2026-03-27 14:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999949auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999955> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999956> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_001/780x0__r.jpg?hash=1774620723> (referer: https://ecarstrade.com/cars/7009633)
2026-03-27 14:59:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_002/780x0__r.jpg?hash=1774620038> (referer: https://ecarstrade.com/cars/7009368)
2026-03-27 14:59:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:46 [ecarstrade.nl] INFO: Extracting details for car 6999955auction111021
2026-03-27 14:59:46 [ecarstrade.nl] INFO: Extracting details for car 6999956auction111021
2026-03-27 14:59:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_001/780x0__r.jpg?hash=1774620038> (referer: https://ecarstrade.com/cars/7009368)
2026-03-27 14:59:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with identifier: 6999955auction111021
2026-03-27 14:59:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with scrape type 2
2026-03-27 14:59:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with scrape type 2
2026-03-27 14:59:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: efe0c560-05f7-5c8d-aaee-ce9e5096bc0c, identifier: 6999955auction111021
2026-03-27 14:59:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cb89f3f-c0a9-5e23-9df3-859801859d92 with identifier: 6999956auction111021
2026-03-27 14:59:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cb89f3f-c0a9-5e23-9df3-859801859d92 with scrape type 2
2026-03-27 14:59:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cb89f3f-c0a9-5e23-9df3-859801859d92 with scrape type 2
2026-03-27 14:59:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4cb89f3f-c0a9-5e23-9df3-859801859d92, identifier: 6999956auction111021
2026-03-27 14:59:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with identifier: 6999955auction111021
2026-03-27 14:59:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with identifier: 6999955auction111021
2026-03-27 14:59:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: efe0c560-05f7-5c8d-aaee-ce9e5096bc0c with identifier: 6999955auction111021 to the API
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999955>
{'auction_title': '',
'c_o_2_emission_value': 216,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'efe0c560-05f7-5c8d-aaee-ce9e5096bc0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999955',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 266225,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-06',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ Sprinter 311 2.2 CDI 325 DC',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ 311 2.2 CDI 325 DC',
'vin': None,
'year': 2018}
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999955auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.nl] INFO: Saving data for 6999955auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450253.591818, 'last_price_update_time': 1774623586.531923}
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999955auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4cb89f3f-c0a9-5e23-9df3-859801859d92 with identifier: 6999956auction111021
2026-03-27 14:59:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4cb89f3f-c0a9-5e23-9df3-859801859d92 with identifier: 6999956auction111021
2026-03-27 14:59:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4cb89f3f-c0a9-5e23-9df3-859801859d92 with identifier: 6999956auction111021 to the API
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999956>
{'auction_title': '',
'c_o_2_emission_value': 181,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': '4cb89f3f-c0a9-5e23-9df3-859801859d92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999956',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit',
'odometer': 141488,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-21',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit 350 2.0 TDCIL5H1TrSk',
'transmission': 'manual',
'trim': 'FORD 350 2.0 TDCIL5H1TrSk',
'vin': None,
'year': 2022}
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999956auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.nl] INFO: Saving data for 6999956auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450248.690164, 'last_price_update_time': 1774623586.853155}
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999956auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999957> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b55f3ac6-0767-59db-9198-4ec20476a4cc
2026-03-27 14:59:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b55f3ac6-0767-59db-9198-4ec20476a4cc, skipping ID generation
2026-03-27 14:59:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b55f3ac6-0767-59db-9198-4ec20476a4cc with scrape type 1
2026-03-27 14:59:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b55f3ac6-0767-59db-9198-4ec20476a4cc sending to next pipeline
2026-03-27 14:59:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: b55f3ac6-0767-59db-9198-4ec20476a4cc, identifier: 7009633auction111131
2026-03-27 14:59:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 094dbdf4-d2bb-584c-9565-56435e9b0d13
2026-03-27 14:59:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 094dbdf4-d2bb-584c-9565-56435e9b0d13
2026-03-27 14:59:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 094dbdf4-d2bb-584c-9565-56435e9b0d13, skipping ID generation
2026-03-27 14:59:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 094dbdf4-d2bb-584c-9565-56435e9b0d13 with scrape type 1
2026-03-27 14:59:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 094dbdf4-d2bb-584c-9565-56435e9b0d13 sending to next pipeline
2026-03-27 14:59:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 094dbdf4-d2bb-584c-9565-56435e9b0d13, identifier: 7009368auction111131
2026-03-27 14:59:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: b55f3ac6-0767-59db-9198-4ec20476a4cc with identifier: 7009633auction111131
2026-03-27 14:59:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: b55f3ac6-0767-59db-9198-4ec20476a4cc with identifier: 7009633auction111131
2026-03-27 14:59:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: b55f3ac6-0767-59db-9198-4ec20476a4cc with identifier: 7009633auction111131 to the API
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009633/photo_001/780x0__r.jpg?hash=1774620723>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'b55f3ac6-0767-59db-9198-4ec20476a4cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009633',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '308',
'odometer': 121371,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PureT.Blue L. Pr',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.2 PureT.Blue L. Pr',
'vin': None,
'year': 2018}
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009633auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:47 [ecarstrade.nl] INFO: Saving data for 7009633auction111131: {'created_time': 1774623587.399425, 'last_price_update_time': 1774623587.399437, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009633auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 094dbdf4-d2bb-584c-9565-56435e9b0d13 with identifier: 7009368auction111131
2026-03-27 14:59:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 094dbdf4-d2bb-584c-9565-56435e9b0d13 with identifier: 7009368auction111131
2026-03-27 14:59:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 094dbdf4-d2bb-584c-9565-56435e9b0d13 with identifier: 7009368auction111131 to the API
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009368/photo_001/780x0__r.jpg?hash=1774620038>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '094dbdf4-d2bb-584c-9565-56435e9b0d13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009368',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 38749,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 0.9 TA T Young',
'transmission': 'manual',
'trim': 'FIAT 0.9 TA T Young',
'vin': None,
'year': 2019}
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009368auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:47 [ecarstrade.nl] INFO: Saving data for 7009368auction111131: {'created_time': 1774623587.767803, 'last_price_update_time': 1774623587.767814, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009368auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:47 [ecarstrade.nl] INFO: Extracting details for car 6999957auction111021
2026-03-27 14:59:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_001/780x0__r.jpg?hash=1774620237> (referer: https://ecarstrade.com/cars/7009605)
2026-03-27 14:59:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3350e324-c19b-5f65-871e-ff30af60f797 with identifier: 6999957auction111021
2026-03-27 14:59:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3350e324-c19b-5f65-871e-ff30af60f797 with scrape type 2
2026-03-27 14:59:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3350e324-c19b-5f65-871e-ff30af60f797 with scrape type 2
2026-03-27 14:59:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 3350e324-c19b-5f65-871e-ff30af60f797, identifier: 6999957auction111021
2026-03-27 14:59:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 3350e324-c19b-5f65-871e-ff30af60f797 with identifier: 6999957auction111021
2026-03-27 14:59:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 3350e324-c19b-5f65-871e-ff30af60f797 with identifier: 6999957auction111021
2026-03-27 14:59:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 3350e324-c19b-5f65-871e-ff30af60f797 with identifier: 6999957auction111021 to the API
2026-03-27 14:59:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999957>
{'auction_title': '',
'c_o_2_emission_value': 178,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': '3350e324-c19b-5f65-871e-ff30af60f797',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999957',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 108028,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-28',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit Custom 300 2.0 TDCI L2H2 Tr',
'transmission': 'manual',
'trim': 'FORD 300 2.0 TDCI L2H2 Tr',
'vin': None,
'year': 2022}
2026-03-27 14:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999957auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:48 [ecarstrade.nl] INFO: Saving data for 6999957auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450252.397777, 'last_price_update_time': 1774623588.149908}
2026-03-27 14:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999957auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_004/780x0__r.jpg?hash=1774620168> (referer: https://ecarstrade.com/cars/7009528)
2026-03-27 14:59:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c
2026-03-27 14:59:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc0ffbb3-52d3-59f2-aa8a-9216391cba0c, skipping ID generation
2026-03-27 14:59:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with scrape type 1
2026-03-27 14:59:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dc0ffbb3-52d3-59f2-aa8a-9216391cba0c sending to next pipeline
2026-03-27 14:59:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dc0ffbb3-52d3-59f2-aa8a-9216391cba0c, identifier: 7009605auction111131
2026-03-27 14:59:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with identifier: 7009605auction111131
2026-03-27 14:59:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with identifier: 7009605auction111131
2026-03-27 14:59:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dc0ffbb3-52d3-59f2-aa8a-9216391cba0c with identifier: 7009605auction111131 to the API
2026-03-27 14:59:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009605/photo_001/780x0__r.jpg?hash=1774620237>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dc0ffbb3-52d3-59f2-aa8a-9216391cba0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009605',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 90767,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-21',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ibiza 1.0 EcoTSI Style Business Inte',
'transmission': 'manual',
'trim': 'SEAT 1.0 EcoTSI Style Business Inte',
'vin': None,
'year': 2022}
2026-03-27 14:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009605auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:48 [ecarstrade.nl] INFO: Saving data for 7009605auction111131: {'created_time': 1774623588.694113, 'last_price_update_time': 1774623588.694124, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009605auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_003/780x0__r.jpg?hash=1774620168> (referer: https://ecarstrade.com/cars/7009528)
2026-03-27 14:59:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dc6b53d3-619a-589f-9427-3759aabece01
2026-03-27 14:59:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dc6b53d3-619a-589f-9427-3759aabece01
2026-03-27 14:59:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc6b53d3-619a-589f-9427-3759aabece01, skipping ID generation
2026-03-27 14:59:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc6b53d3-619a-589f-9427-3759aabece01 with scrape type 1
2026-03-27 14:59:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dc6b53d3-619a-589f-9427-3759aabece01 sending to next pipeline
2026-03-27 14:59:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: dc6b53d3-619a-589f-9427-3759aabece01, identifier: 7009528auction111131
2026-03-27 14:59:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: dc6b53d3-619a-589f-9427-3759aabece01 with identifier: 7009528auction111131
2026-03-27 14:59:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: dc6b53d3-619a-589f-9427-3759aabece01 with identifier: 7009528auction111131
2026-03-27 14:59:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: dc6b53d3-619a-589f-9427-3759aabece01 with identifier: 7009528auction111131 to the API
2026-03-27 14:59:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009528/photo_003/780x0__r.jpg?hash=1774620168>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'dc6b53d3-619a-589f-9427-3759aabece01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009528',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 150263,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Variant 1.0 TSI Life',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Variant 1.0 TSI Life',
'vin': None,
'year': 2021}
2026-03-27 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009528auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:49 [ecarstrade.nl] INFO: Saving data for 7009528auction111131: {'created_time': 1774623589.500786, 'last_price_update_time': 1774623589.500797, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009528auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999952> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:50 [ecarstrade.nl] INFO: Extracting details for car 6999952auction111021
2026-03-27 14:59:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with identifier: 6999952auction111021
2026-03-27 14:59:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with scrape type 2
2026-03-27 14:59:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with scrape type 2
2026-03-27 14:59:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 624e608d-07dc-5ecc-ab09-d66ea40e0f12, identifier: 6999952auction111021
2026-03-27 14:59:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with identifier: 6999952auction111021
2026-03-27 14:59:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with identifier: 6999952auction111021
2026-03-27 14:59:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 624e608d-07dc-5ecc-ab09-d66ea40e0f12 with identifier: 6999952auction111021 to the API
2026-03-27 14:59:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999952>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Z',
'engine': '',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Electric',
'id': '624e608d-07dc-5ecc-ab09-d66ea40e0f12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999952',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 116643,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL Vivaro-e L2H1 Edition 75 kWh',
'transmission': 'automatic',
'trim': 'OPEL -e L2H1 Edition 75 kWh',
'vin': None,
'year': 2021}
2026-03-27 14:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999952auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:50 [ecarstrade.nl] INFO: Saving data for 6999952auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450211.425846, 'last_price_update_time': 1774623590.418037}
2026-03-27 14:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999952auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999442> (referer: https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:51 [ecarstrade.nl] INFO: Extracting details for car 6999442auction111008
2026-03-27 14:59:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with identifier: 6999442auction111008
2026-03-27 14:59:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with scrape type 2
2026-03-27 14:59:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with scrape type 2
2026-03-27 14:59:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ce0b6ef3-852d-582b-9135-f41f9bc9b5aa, identifier: 6999442auction111008
2026-03-27 14:59:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with identifier: 6999442auction111008
2026-03-27 14:59:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with identifier: 6999442auction111008
2026-03-27 14:59:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ce0b6ef3-852d-582b-9135-f41f9bc9b5aa with identifier: 6999442auction111008 to the API
2026-03-27 14:59:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999442>
{'auction_title': '',
'c_o_2_emission_value': 88,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'ce0b6ef3-852d-582b-9135-f41f9bc9b5aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999442',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Fiat',
'model': '500',
'odometer': 135418,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-30',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT 500 0.9 twin air 80 sport 59kW',
'transmission': 'manual',
'trim': 'FIAT 0.9 twin air 80 sport 59kW',
'vin': None,
'year': 2018}
2026-03-27 14:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999442auction111008%27 HTTP/1.1" 200 None
2026-03-27 14:59:52 [ecarstrade.nl] INFO: Saving data for 6999442auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774450238.685174, 'last_price_update_time': 1774623592.343189}
2026-03-27 14:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999442auction111008') HTTP/1.1" 204 0
2026-03-27 14:59:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET> (referer: https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:52 [ecarstrade.nl] INFO: No car items found on page 33
2026-03-27 14:59:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010190> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:55 [ecarstrade.nl] INFO: Extracting details for car 7010190auction111131
2026-03-27 14:59:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb87850d-ed1c-5792-a74a-0d0ab100fea5 with identifier: 7010190auction111131
2026-03-27 14:59:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb87850d-ed1c-5792-a74a-0d0ab100fea5 with scrape type 1
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fb87850d-ed1c-5792-a74a-0d0ab100fea5
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010190%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622495%27 HTTP/1.1" 200 None
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_000/780x0__r.jpg?hash=1774622495 not downloaded yet
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010190%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622495%27 HTTP/1.1" 200 None
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_001/780x0__r.jpg?hash=1774622495 not downloaded yet
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010190%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622495%27 HTTP/1.1" 200 None
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_002/780x0__r.jpg?hash=1774622495 not downloaded yet
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010190%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622495%27 HTTP/1.1" 200 None
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_003/780x0__r.jpg?hash=1774622495 not downloaded yet
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010190%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622495%27 HTTP/1.1" 200 None
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_004/780x0__r.jpg?hash=1774622495 not downloaded yet
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010190%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622495%27 HTTP/1.1" 200 None
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_005/780x0__r.jpg?hash=1774622495 not downloaded yet
2026-03-27 14:59:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_000/780x0__r.jpg?hash=1774622495> (referer: https://ecarstrade.com/cars/7010190)
2026-03-27 14:59:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_001/780x0__r.jpg?hash=1774622495> (referer: https://ecarstrade.com/cars/7010190)
2026-03-27 14:59:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_003/780x0__r.jpg?hash=1774622495> (referer: https://ecarstrade.com/cars/7010190)
2026-03-27 14:59:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_002/780x0__r.jpg?hash=1774622495> (referer: https://ecarstrade.com/cars/7010190)
2026-03-27 14:59:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_004/780x0__r.jpg?hash=1774622495> (referer: https://ecarstrade.com/cars/7010190)
2026-03-27 14:59:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009336> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_005/780x0__r.jpg?hash=1774622495> (referer: https://ecarstrade.com/cars/7010190)
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fb87850d-ed1c-5792-a74a-0d0ab100fea5
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fb87850d-ed1c-5792-a74a-0d0ab100fea5
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fb87850d-ed1c-5792-a74a-0d0ab100fea5
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fb87850d-ed1c-5792-a74a-0d0ab100fea5
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fb87850d-ed1c-5792-a74a-0d0ab100fea5
2026-03-27 14:59:55 [ecarstrade.nl] INFO: Extracting details for car 7009336auction111131
2026-03-27 14:59:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 874c7316-50e5-562a-8d18-16f31ea6742a with identifier: 7009336auction111131
2026-03-27 14:59:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874c7316-50e5-562a-8d18-16f31ea6742a with scrape type 1
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 874c7316-50e5-562a-8d18-16f31ea6742a
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009336%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774619788%27 HTTP/1.1" 200 None
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_000/780x0__r.jpg?hash=1774619788 not downloaded yet
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fb87850d-ed1c-5792-a74a-0d0ab100fea5
2026-03-27 14:59:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fb87850d-ed1c-5792-a74a-0d0ab100fea5, skipping ID generation
2026-03-27 14:59:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb87850d-ed1c-5792-a74a-0d0ab100fea5 with scrape type 1
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fb87850d-ed1c-5792-a74a-0d0ab100fea5 sending to next pipeline
2026-03-27 14:59:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: fb87850d-ed1c-5792-a74a-0d0ab100fea5, identifier: 7010190auction111131
2026-03-27 14:59:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: fb87850d-ed1c-5792-a74a-0d0ab100fea5 with identifier: 7010190auction111131
2026-03-27 14:59:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: fb87850d-ed1c-5792-a74a-0d0ab100fea5 with identifier: 7010190auction111131
2026-03-27 14:59:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: fb87850d-ed1c-5792-a74a-0d0ab100fea5 with identifier: 7010190auction111131 to the API
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010190/photo_005/780x0__r.jpg?hash=1774622495>
{'auction_title': '',
'c_o_2_emission_value': 204,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'fb87850d-ed1c-5792-a74a-0d0ab100fea5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010190',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Ford',
'model': 'Transit',
'odometer': 111412,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-04',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit 350 2.2 TDCI Trend',
'transmission': 'manual',
'trim': 'FORD 350 2.2 TDCI Trend',
'vin': None,
'year': 2015}
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010190auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:56 [ecarstrade.nl] INFO: Saving data for 7010190auction111131: {'created_time': 1774623596.328403, 'last_price_update_time': 1774623596.328413, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7010190auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009336%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619788%27 HTTP/1.1" 200 None
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_001/780x0__r.jpg?hash=1774619788 not downloaded yet
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009336%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619788%27 HTTP/1.1" 200 None
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_002/780x0__r.jpg?hash=1774619788 not downloaded yet
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009336%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619788%27 HTTP/1.1" 200 None
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_003/780x0__r.jpg?hash=1774619788 not downloaded yet
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009336%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619788%27 HTTP/1.1" 200 None
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_004/780x0__r.jpg?hash=1774619788 not downloaded yet
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009336%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619788%27 HTTP/1.1" 200 None
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_005/780x0__r.jpg?hash=1774619788 not downloaded yet
2026-03-27 14:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_000/780x0__r.jpg?hash=1774619788> (referer: https://ecarstrade.com/cars/7009336)
2026-03-27 14:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_001/780x0__r.jpg?hash=1774619788> (referer: https://ecarstrade.com/cars/7009336)
2026-03-27 14:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_003/780x0__r.jpg?hash=1774619788> (referer: https://ecarstrade.com/cars/7009336)
2026-03-27 14:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_002/780x0__r.jpg?hash=1774619788> (referer: https://ecarstrade.com/cars/7009336)
2026-03-27 14:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_005/780x0__r.jpg?hash=1774619788> (referer: https://ecarstrade.com/cars/7009336)
2026-03-27 14:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_004/780x0__r.jpg?hash=1774619788> (referer: https://ecarstrade.com/cars/7009336)
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 874c7316-50e5-562a-8d18-16f31ea6742a
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 874c7316-50e5-562a-8d18-16f31ea6742a
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 874c7316-50e5-562a-8d18-16f31ea6742a
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 874c7316-50e5-562a-8d18-16f31ea6742a
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 874c7316-50e5-562a-8d18-16f31ea6742a
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 874c7316-50e5-562a-8d18-16f31ea6742a
2026-03-27 14:59:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 874c7316-50e5-562a-8d18-16f31ea6742a, skipping ID generation
2026-03-27 14:59:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874c7316-50e5-562a-8d18-16f31ea6742a with scrape type 1
2026-03-27 14:59:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 874c7316-50e5-562a-8d18-16f31ea6742a sending to next pipeline
2026-03-27 14:59:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 874c7316-50e5-562a-8d18-16f31ea6742a, identifier: 7009336auction111131
2026-03-27 14:59:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 874c7316-50e5-562a-8d18-16f31ea6742a with identifier: 7009336auction111131
2026-03-27 14:59:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 874c7316-50e5-562a-8d18-16f31ea6742a with identifier: 7009336auction111131
2026-03-27 14:59:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 874c7316-50e5-562a-8d18-16f31ea6742a with identifier: 7009336auction111131 to the API
2026-03-27 14:59:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009336/photo_004/780x0__r.jpg?hash=1774619788>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:40:00Z',
'fuel_type': 'Petrol',
'id': '874c7316-50e5-562a-8d18-16f31ea6742a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009336',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Nissan',
'model': 'Micra',
'odometer': 51079,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T N-Design',
'transmission': 'manual',
'trim': 'NISSAN MICRA 1.0 IG-T N-Design',
'vin': None,
'year': 2021}
2026-03-27 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277009336auction111131%27 HTTP/1.1" 200 None
2026-03-27 14:59:57 [ecarstrade.nl] INFO: Saving data for 7009336auction111131: {'created_time': 1774623597.096153, 'last_price_update_time': 1774623597.096164, 'auction_closing_time': 1774953600.0}
2026-03-27 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7009336auction111131') HTTP/1.1" 204 0
2026-03-27 14:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999946> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:57 [ecarstrade.nl] INFO: Extracting details for car 6999946auction111021
2026-03-27 14:59:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with identifier: 6999946auction111021
2026-03-27 14:59:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with scrape type 2
2026-03-27 14:59:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with scrape type 2
2026-03-27 14:59:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5, identifier: 6999946auction111021
2026-03-27 14:59:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with identifier: 6999946auction111021
2026-03-27 14:59:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with identifier: 6999946auction111021
2026-03-27 14:59:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5 with identifier: 6999946auction111021 to the API
2026-03-27 14:59:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999946>
{'auction_title': '',
'c_o_2_emission_value': 176,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': '8bd82b8c-f554-5cd1-9c44-b9c8e4bffff5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999946',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 155290,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-02',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L2H1',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L2H1',
'vin': None,
'year': 2020}
2026-03-27 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999946auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:57 [ecarstrade.nl] INFO: Saving data for 6999946auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450254.244505, 'last_price_update_time': 1774623597.77875}
2026-03-27 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999946auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999947> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=NL&country%5B%5D=NET) ['zyte-api']
2026-03-27 14:59:58 [ecarstrade.nl] INFO: Extracting details for car 6999947auction111021
2026-03-27 14:59:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad88c213-ce0d-5f31-8717-8c3db79b7953 with identifier: 6999947auction111021
2026-03-27 14:59:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad88c213-ce0d-5f31-8717-8c3db79b7953 with scrape type 2
2026-03-27 14:59:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad88c213-ce0d-5f31-8717-8c3db79b7953 with scrape type 2
2026-03-27 14:59:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ad88c213-ce0d-5f31-8717-8c3db79b7953, identifier: 6999947auction111021
2026-03-27 14:59:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ad88c213-ce0d-5f31-8717-8c3db79b7953 with identifier: 6999947auction111021
2026-03-27 14:59:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ad88c213-ce0d-5f31-8717-8c3db79b7953 with identifier: 6999947auction111021
2026-03-27 14:59:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ad88c213-ce0d-5f31-8717-8c3db79b7953 with identifier: 6999947auction111021 to the API
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59: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-27 14:59:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999947>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T08:10:00Z',
'fuel_type': 'Diesel',
'id': 'ad88c213-ce0d-5f31-8717-8c3db79b7953',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999947',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 124864,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-22',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter 2.0 TDI L1H1 Bu',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter 2.0 TDI L1H1 Bu',
'vin': None,
'year': 2022}
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%276999947auction111021%27 HTTP/1.1" 200 None
2026-03-27 14:59:58 [ecarstrade.nl] INFO: Saving data for 6999947auction111021: {'auction_closing_time': 1775031000.0, 'created_time': 1774450249.364344, 'last_price_update_time': 1774623598.440932}
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6999947auction111021') HTTP/1.1" 204 0
2026-03-27 14:59:58 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-27 14:59:58 [ecarstrade.nl] INFO: ecarstrade.nl Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 1, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 5, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20last_price_update_time%20lt%201774191598 HTTP/1.1" 200 None
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978352auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978354auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978355auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978357auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978358auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978360auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978361auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978363auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978364auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978365auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978366auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978368auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978370auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978373auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978374auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978376auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978377auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978379auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978381auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978382auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978383auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978385auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978387auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978388auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978389auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978390auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978393auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978394auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978395auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978399auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978401auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978402auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978404auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978405auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978406auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978408auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978409auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978410auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978411auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978415auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978420auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978421auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978423auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978425auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978427auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978429auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978430auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978432auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978434auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978436auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978437auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978438auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978439auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978442auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978443auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978445auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978447auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978448auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978450auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978452auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978453auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6978455auction110752') HTTP/1.1" 204 0
2026-03-27 14:59:59 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (272 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.nl/task_35_2026-03-27T14_45_00.jl
2026-03-27 14:59:59 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 4468805,
'downloader/request_count': 1826,
'downloader/request_method_count/GET': 1826,
'downloader/response_bytes': 178464871,
'downloader/response_count': 1826,
'downloader/response_status_count/200': 1826,
'elapsed_time_seconds': 892.294048,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 27, 14, 59, 59, 212272, tzinfo=datetime.timezone.utc),
'item_scraped_count': 272,
'log_count/DEBUG': 9117,
'log_count/INFO': 5908,
'log_count/WARNING': 1511,
'memusage/max': 289652736,
'memusage/startup': 150003712,
'photo_download_count': 1520,
'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': 173,
'playwright/request_count/method/GET': 152,
'playwright/request_count/method/POST': 21,
'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': 16,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 84,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 45,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 173,
'playwright/response_count/method/GET': 152,
'playwright/response_count/method/POST': 21,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 16,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 84,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 45,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 33,
'response_received_count': 306,
'scheduler/dequeued': 1826,
'scheduler/dequeued/memory': 1826,
'scheduler/enqueued': 1826,
'scheduler/enqueued/memory': 1826,
'scrape_type/new': 254,
'scrape_type/price_update': 18,
'scrape_type/skipped': 354,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 305,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 15.966750236686144,
'scrapy-zyte-api/mean_response_seconds': 16.19704416023233,
'scrapy-zyte-api/processed': 305,
'scrapy-zyte-api/request_args/browserHtml': 305,
'scrapy-zyte-api/request_args/experimental.requestCookies': 305,
'scrapy-zyte-api/request_args/experimental.responseCookies': 305,
'scrapy-zyte-api/request_args/requestHeaders': 305,
'scrapy-zyte-api/request_args/sessionContext': 305,
'scrapy-zyte-api/request_args/url': 305,
'scrapy-zyte-api/status_codes/200': 305,
'scrapy-zyte-api/success': 305,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 27, 14, 45, 6, 918224, tzinfo=datetime.timezone.utc)}
2026-03-27 14:59:59 [scrapy.core.engine] INFO: Spider closed (finished)