2026-03-29 14:45:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 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-29 14:45:06 [ecarstrade.nl] INFO: Starting spider ecarstrade.nl
2026-03-29 14:45:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 14:45:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 14:45:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 14:45:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 14:45:06 [scrapy.extensions.telnet] INFO: Telnet Password: 766f4a6a902e15ea
2026-03-29 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-29 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-29T14_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-29 14:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 14:45:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 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-29 14:45:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 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-29 14:45:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-29 14:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 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 2118
2026-03-29 14:45:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 14:45:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 14:45:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-29 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-29 14:45:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 14:45:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 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-29 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-29 14:45:06 [scrapy.core.engine] INFO: Spider opened
2026-03-29 14:45:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 14:45:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-03-29 14:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-29 14:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 14:45:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 14:45:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-29 14:45:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-29 14:45:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-29 14:45:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-29 14:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-29 14:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-29 14:45:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-29 14:45:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-29 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-29 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-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-29 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-29 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-29 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-29 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-29 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-29 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-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-29 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-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-29 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-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-29 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-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-29 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-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-29 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-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-29 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-29 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-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/app/dist/subscribe.js> (resource type: script, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21)
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/marksData.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-29 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-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-29 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-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1503865368&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=1521140073&gjid=323622764&cid=113568126.1774795516&tid=UA-73443533-1&_gid=90441261.1774795516&_r=1&_slc=1&z=643995223> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-29 14:45:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1503865368&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=1521140073&gjid=323622764&cid=113568126.1774795516&tid=UA-73443533-1&_gid=90441261.1774795516&_r=1&_slc=1&z=643995223>
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-29 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-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63p1> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 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-29 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-29 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=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=1&tft=1774795516591&tfd=3481> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 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-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false>
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6906917/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 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-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6906917/photo_000/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774795200000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=1&tft=1774795516591&tfd=3481>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-29 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-29 14:45:18 [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=aec2cbd8912248549f678314b979db17&traceId=aec2cbd8912248549f678314b979db17> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-29 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-29 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://a.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774795200000/5441429.js>
2026-03-29 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-29 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-29 14:45:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://a.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 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=aec2cbd8912248549f678314b979db17&traceId=aec2cbd8912248549f678314b979db17>
2026-03-29 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63p1>
2026-03-29 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&_p=1774795514664&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=113568126.1774795516&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938466~115938468~117266402~117384406~117484252&sid=1774795519&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=6347> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=113568126.1774795516>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266402~117384406~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-29 14:45:19 [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=113568126.1774795516>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266402~117384406~117484252&z=589713074> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774795514664&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=113568126.1774795516&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=0~115938466~115938468~117266402~117384406~117484252&sid=1774795519&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=2&tfd=6366> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://a.clarity.ms/collect>
2026-03-29 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&_p=1774795514664&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=113568126.1774795516&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938466~115938468~117266402~117384406~117484252&sid=1774795519&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=6347>
2026-03-29 14:45:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://a.clarity.ms/collect>
2026-03-29 14:45:20 [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=113568126.1774795516>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266402~117384406~117484252&z=589713074>
2026-03-29 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774795514664&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=113568126.1774795516&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=0~115938466~115938468~117266402~117384406~117484252&sid=1774795519&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=2&tfd=6366>
2026-03-29 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=113568126.1774795516>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266402~117384406~117484252>
2026-03-29 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-29 14:45:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://a.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 14:45:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://a.clarity.ms/collect>
2026-03-29 14:45:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-29 14:45:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774795514664&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=113568126.1774795516&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=0~115938466~115938468~117266402~117384406~117484252&sid=1774795519&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=11366> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774795514664&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=113568126.1774795516&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=0~115938466~115938468~117266402~117384406~117484252&sid=1774795519&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=11366>
2026-03-29 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795525354&cv=11&fst=1774795525354&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795525379&tfd=12269> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:25 [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=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795525379&tfd=12269>
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795525354&cv=11&fst=1774795525354&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774795525354&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B96BKafDe771FWHbZGo5scN0wfA568K-ArnGGSrlT1-AJxIwKvbztHG448XR-9Q21TEjo-OB6_q4_8strrtLWoCs36W9sck5Ww0ckv&random=1035610778&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795525354&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B96BKafDe771FWHbZGo5scN0wfA568K-ArnGGSrlT1-AJxIwKvbztHG448XR-9Q21TEjo-OB6_q4_8strrtLWoCs36W9sck5Ww0ckv&random=1035610778&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795525354&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B96BKafDe771FWHbZGo5scN0wfA568K-ArnGGSrlT1-AJxIwKvbztHG448XR-9Q21TEjo-OB6_q4_8strrtLWoCs36W9sck5Ww0ckv&random=1035610778&rmt_tld=1&ipr=y>
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774795525354&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B96BKafDe771FWHbZGo5scN0wfA568K-ArnGGSrlT1-AJxIwKvbztHG448XR-9Q21TEjo-OB6_q4_8strrtLWoCs36W9sck5Ww0ckv&random=1035610778&rmt_tld=0&ipr=y>
2026-03-29 14:45:26 [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=1774795526639&vi=641218da4db56f8294caa1299762cb36&nc=true&u=129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1&b=129379155.1.1774795526638&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-29 14:45:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-29 14:45:27 [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=1774795527036&vi=641218da4db56f8294caa1299762cb36&nc=true&u=129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1&b=129379155.1.1774795526638&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:27 [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=1774795526639&vi=641218da4db56f8294caa1299762cb36&nc=true&u=129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1&b=129379155.1.1774795526638&cc=15>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-29 14:45:27 [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=1774795527264&vi=641218da4db56f8294caa1299762cb36&nc=true&u=129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1&b=129379155.1.1774795526638&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:27 [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=1774795527036&vi=641218da4db56f8294caa1299762cb36&nc=true&u=129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1&b=129379155.1.1774795526638&cc=15>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795527346&cv=11&fst=1774795527346&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=1&tft=1774795527368&tfd=14258> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 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=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795527369&tfd=14258> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:27 [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=1774795527264&vi=641218da4db56f8294caa1299762cb36&nc=true&u=129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1&b=129379155.1.1774795526638&cc=15>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795527346&cv=11&fst=1774795527346&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774795527346&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9U0wTKioaZK21pFRETg9E8V5Ed4lc4enGpv_LpubmNcHC77CJMmwsCMXJxS1XIObbTSQiGcqMKfFnkBr03qANm-z59T40IMyXpP8VW6uc9FIswYbn2JXLKKQ&random=2787431810&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795527346&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9U0wTKioaZK21pFRETg9E8V5Ed4lc4enGpv_LpubmNcHC77CJMmwsCMXJxS1XIObbTSQiGcqMKfFnkBr03qANm-z59T40IMyXpP8VW6uc9FIswYbn2JXLKKQ&random=2787431810&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938468~116133314~117484252&apve=1&apvf=f&apvc=1&tft=1774795527368&tfd=14258>
2026-03-29 14:45:27 [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=1774795527562&vi=641218da4db56f8294caa1299762cb36&nc=true&u=129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1&b=129379155.1.1774795526638&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 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=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795527369&tfd=14258>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774795514664&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=113568126.1774795516&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=4&tag_exp=0~115938466~115938468~117266402~117384406~117484252&uid=0&sid=1774795519&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&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&_et=7846&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=14535> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795527647&cv=11&fst=1774795527647&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 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=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795527662&tfd=14552> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795527346&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9U0wTKioaZK21pFRETg9E8V5Ed4lc4enGpv_LpubmNcHC77CJMmwsCMXJxS1XIObbTSQiGcqMKfFnkBr03qANm-z59T40IMyXpP8VW6uc9FIswYbn2JXLKKQ&random=2787431810&rmt_tld=1&ipr=y>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774795527346&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9U0wTKioaZK21pFRETg9E8V5Ed4lc4enGpv_LpubmNcHC77CJMmwsCMXJxS1XIObbTSQiGcqMKfFnkBr03qANm-z59T40IMyXpP8VW6uc9FIswYbn2JXLKKQ&random=2787431810&rmt_tld=0&ipr=y>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774795514664&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=113568126.1774795516&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=4&tag_exp=0~115938466~115938468~117266402~117384406~117484252&uid=0&sid=1774795519&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&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&_et=7846&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=14535>
2026-03-29 14:45:27 [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=1774795527562&vi=641218da4db56f8294caa1299762cb36&nc=true&u=129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1&b=129379155.1.1774795526638&cc=15>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795527647&cv=11&fst=1774795527647&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-29 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=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795527662&tfd=14552>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774795527647&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9-u5i2EgVi6kKJqCdR0JjE19MC7zWum30nmy-EF5KFGV2iloRYIlyjwPkKvlpLawGyum_3TwyxA7bmhXrxyh_7D8yduXsR67MQLl_OeQPyQpCb5Q5vaLqjn8&random=310016374&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795527647&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9-u5i2EgVi6kKJqCdR0JjE19MC7zWum30nmy-EF5KFGV2iloRYIlyjwPkKvlpLawGyum_3TwyxA7bmhXrxyh_7D8yduXsR67MQLl_OeQPyQpCb5Q5vaLqjn8&random=310016374&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795527647&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9-u5i2EgVi6kKJqCdR0JjE19MC7zWum30nmy-EF5KFGV2iloRYIlyjwPkKvlpLawGyum_3TwyxA7bmhXrxyh_7D8yduXsR67MQLl_OeQPyQpCb5Q5vaLqjn8&random=310016374&rmt_tld=1&ipr=y>
2026-03-29 14:45:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774795527647&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9-u5i2EgVi6kKJqCdR0JjE19MC7zWum30nmy-EF5KFGV2iloRYIlyjwPkKvlpLawGyum_3TwyxA7bmhXrxyh_7D8yduXsR67MQLl_OeQPyQpCb5Q5vaLqjn8&random=310016374&rmt_tld=0&ipr=y>
2026-03-29 14:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://a.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 14:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://a.clarity.ms/collect>
2026-03-29 14:45:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-29 14:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013969/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/171/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013967/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013968/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013964/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013962/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013963/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013957/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013958/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013960/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013961/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013959/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013955/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013951/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013950/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013949/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/171/logo.png>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013948/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013944/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013941/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013940/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013939/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013969/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013967/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013968/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013964/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013962/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013963/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013957/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013958/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013961/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013960/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013959/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013955/photo_001/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013951/photo_000/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013950/photo_000/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013949/photo_000/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013948/photo_000/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013944/photo_000/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013941/photo_000/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013940/photo_000/260x0__r.jpg>
2026-03-29 14:45:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013939/photo_000/260x0__r.jpg>
2026-03-29 14:45:32 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774795514664&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=113568126.1774795516&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=5&tag_exp=0~115938466~115938468~117266402~117384406~117484252&uid=0&sid=1774795519&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&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&_et=294&tfd=19536> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:32 [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=1774795532877&vi=641218da4db56f8294caa1299762cb36&nc=true&u=129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1&b=129379155.1.1774795526638&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795532898&cv=11&fst=1774795532898&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:32 [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=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795532907&tfd=19798> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:33 [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=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795532907&tfd=19798>
2026-03-29 14:45:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795532898&cv=11&fst=1774795532898&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-29 14:45:33 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774795532898&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9MVlpKetdXU6b-5EKfedOR2h-xezsopuM9V_cnlEQFGsk4GswNywBGxBP7i5_U9087MRgst1C2Cb5g-1wEvBNn9CfuuRwuxON-iAzR5hOkNna-TLmp-4zhd0&random=1044624096&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:33 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795532898&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9MVlpKetdXU6b-5EKfedOR2h-xezsopuM9V_cnlEQFGsk4GswNywBGxBP7i5_U9087MRgst1C2Cb5g-1wEvBNn9CfuuRwuxON-iAzR5hOkNna-TLmp-4zhd0&random=1044624096&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:33 [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=1774795532877&vi=641218da4db56f8294caa1299762cb36&nc=true&u=129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1&b=129379155.1.1774795526638&cc=15>
2026-03-29 14:45:33 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://a.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 14:45:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774795532898&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9MVlpKetdXU6b-5EKfedOR2h-xezsopuM9V_cnlEQFGsk4GswNywBGxBP7i5_U9087MRgst1C2Cb5g-1wEvBNn9CfuuRwuxON-iAzR5hOkNna-TLmp-4zhd0&random=1044624096&rmt_tld=0&ipr=y>
2026-03-29 14:45:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795532898&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9MVlpKetdXU6b-5EKfedOR2h-xezsopuM9V_cnlEQFGsk4GswNywBGxBP7i5_U9087MRgst1C2Cb5g-1wEvBNn9CfuuRwuxON-iAzR5hOkNna-TLmp-4zhd0&random=1044624096&rmt_tld=1&ipr=y>
2026-03-29 14:45:33 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://a.clarity.ms/collect>
2026-03-29 14:45:33 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774795514664&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=113568126.1774795516&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=5&tag_exp=0~115938466~115938468~117266402~117384406~117484252&uid=0&sid=1774795519&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&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&_et=294&tfd=19536>
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795535162&cv=11&fst=1774795535162&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795535183&cv=11&fst=1774795535183&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795535190&tfd=22081> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795535191&tfd=22081> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795535190&tfd=22081>
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=687321687.1774795517&dt=Search%20%7C%20eCarsTrade&auid=379265826.1774795517&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774794613&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774795535191&tfd=22081>
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795535162&cv=11&fst=1774795535162&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774795535162&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9-d_NZeB_b_QdsUAF_Sv6cfM_YsFB4ZdLgrcYu4dy4VnVMh4fFqUVTlrte_PdfqUEgT1PwMGWpl97mS8pRY2YTZPqCP8M7qlf-5V-c03eHAxU7C8mFqTGlf0&random=642715863&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795535162&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9-d_NZeB_b_QdsUAF_Sv6cfM_YsFB4ZdLgrcYu4dy4VnVMh4fFqUVTlrte_PdfqUEgT1PwMGWpl97mS8pRY2YTZPqCP8M7qlf-5V-c03eHAxU7C8mFqTGlf0&random=642715863&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774795535183&cv=11&fst=1774795535183&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774795535183&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9thDDtShkbPIz4xTioiYvVqZGWM3jeUm613eoLOV6KC-JmReuXGQswgnbk0Ipsm6VoZpkb5-9UYMWglDbKhcnfiQ_8t4ueyXHa_EU00Ef0BHFz0_a7yV7Tp0&random=1370194277&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795535183&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9thDDtShkbPIz4xTioiYvVqZGWM3jeUm613eoLOV6KC-JmReuXGQswgnbk0Ipsm6VoZpkb5-9UYMWglDbKhcnfiQ_8t4ueyXHa_EU00Ef0BHFz0_a7yV7Tp0&random=1370194277&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795535162&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9-d_NZeB_b_QdsUAF_Sv6cfM_YsFB4ZdLgrcYu4dy4VnVMh4fFqUVTlrte_PdfqUEgT1PwMGWpl97mS8pRY2YTZPqCP8M7qlf-5V-c03eHAxU7C8mFqTGlf0&random=642715863&rmt_tld=1&ipr=y>
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774795535162&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9-d_NZeB_b_QdsUAF_Sv6cfM_YsFB4ZdLgrcYu4dy4VnVMh4fFqUVTlrte_PdfqUEgT1PwMGWpl97mS8pRY2YTZPqCP8M7qlf-5V-c03eHAxU7C8mFqTGlf0&random=642715863&rmt_tld=0&ipr=y>
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774795535183&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9thDDtShkbPIz4xTioiYvVqZGWM3jeUm613eoLOV6KC-JmReuXGQswgnbk0Ipsm6VoZpkb5-9UYMWglDbKhcnfiQ_8t4ueyXHa_EU00Ef0BHFz0_a7yV7Tp0&random=1370194277&rmt_tld=1&ipr=y>
2026-03-29 14:45:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774795535183&cv=11&fst=1774792800000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938469~116991817~117266401~117484252~117884344&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=379265826.1774795517&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774794613%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=CAQSXgAFq6B9thDDtShkbPIz4xTioiYvVqZGWM3jeUm613eoLOV6KC-JmReuXGQswgnbk0Ipsm6VoZpkb5-9UYMWglDbKhcnfiQ_8t4ueyXHa_EU00Ef0BHFz0_a7yV7Tp0&random=1370194277&rmt_tld=0&ipr=y>
2026-03-29 14:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-29 14:45:37 [ecarstrade.nl] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUnJCUiw4fjv-8oKjvHYFDnf77AcEl7PfalS0pjeXYANF_1VUsJujgJxFZW3', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808491527, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777387513, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'q4nkpnl89cue2gk6k308mhg49l', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774824313, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836312313, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777387513, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '1b03e377-80b0-4a91-8846-18bb94ac191c', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809355515, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.90441261.1774795516', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774881915, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774795575, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Ae5f1a39a-7995-4181-be86-28181395d708%22%2C%22%24device_id%22%3A%22e5f1a39a-7995-4181-be86-28181395d708%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': 1806331517, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '5f402ac7-9cc3-4cad-b7df-f982a5096970', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806331518, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '_ga', 'value': 'GA1.1.113568126.1774795516', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837867519, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.379265826.1774795517', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782571517, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__hstc', 'value': '129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790347526, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': '641218da4db56f8294caa1299762cb36', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790347526, '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.1774795526638', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774797326, '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-29T14%3A45%3A27.066Z%22%2C%22consentId%22%3A%22c3883e34-ebf4-4ba9-8662-5d2900f0b3a5%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-29T14%3A45%3A27.066Z%22%2C%22expirationTime%22%3A1790520327067%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790520327, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"c3883e34-ebf4-4ba9-8662-5d2900f0b3a5","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': 1774795828, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774795519$o1$g1$t1774795535$j44$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837867535, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'glPndrqYetAsUAfaclcQ268x89SC1bW8MTQIl7.S0i0-1774795527-1.0.1.1-OPQDWEEXShdR13wVAqIu9W2BawpLa84F1k7MNlmzQAOs.AxHz32FT_L_WqGkymVL3L_XYPKpitKRAVi2xo6zN.wbscxJhI5JHKPotS6UHfw', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774797327, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'fCq3yog9WTFksKXLprhtKq3.UDWRESZ898YPd4KfE6s-1774795527063-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-29 14:45:37 [ecarstrade.nl] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUnJCUiw4fjv-8oKjvHYFDnf77AcEl7PfalS0pjeXYANF_1VUsJujgJxFZW3', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'q4nkpnl89cue2gk6k308mhg49l', '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': '1b03e377-80b0-4a91-8846-18bb94ac191c', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.90441261.1774795516', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Ae5f1a39a-7995-4181-be86-28181395d708%22%2C%22%24device_id%22%3A%22e5f1a39a-7995-4181-be86-28181395d708%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': '5f402ac7-9cc3-4cad-b7df-f982a5096970', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.113568126.1774795516', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.379265826.1774795517', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.641218da4db56f8294caa1299762cb36.1774795526638.1774795526638.1774795526638.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': '641218da4db56f8294caa1299762cb36', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774795526638', '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-29T14%3A45%3A27.066Z%22%2C%22consentId%22%3A%22c3883e34-ebf4-4ba9-8662-5d2900f0b3a5%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-29T14%3A45%3A27.066Z%22%2C%22expirationTime%22%3A1790520327067%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"c3883e34-ebf4-4ba9-8662-5d2900f0b3a5","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.s1774795519$o1$g1$t1774795535$j44$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'glPndrqYetAsUAfaclcQ268x89SC1bW8MTQIl7.S0i0-1774795527-1.0.1.1-OPQDWEEXShdR13wVAqIu9W2BawpLa84F1k7MNlmzQAOs.AxHz32FT_L_WqGkymVL3L_XYPKpitKRAVi2xo6zN.wbscxJhI5JHKPotS6UHfw', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'fCq3yog9WTFksKXLprhtKq3.UDWRESZ898YPd4KfE6s-1774795527063-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-29 14:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-29 14:45:37 [ecarstrade.nl] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-29 14:45:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000120auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000120auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000165auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000165auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000175auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000175auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000176auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000176auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000121auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000121auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000187auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000187auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000166auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000166auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000161auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000161auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000157auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000157auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000189auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000189auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000145auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000145auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000164auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000164auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000159auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000159auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000123auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:43 [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-29 14:45:43 [ecarstrade.nl] INFO: Scrape type for 7000123auction111023: 0
2026-03-29 14:45:43 [ecarstrade.nl] INFO: Found listing with ID: 7000191auction111023
2026-03-29 14:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:44 [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-29 14:45:44 [ecarstrade.nl] INFO: Scrape type for 7000191auction111023: 0
2026-03-29 14:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000139auction111023
2026-03-29 14:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:44 [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-29 14:45:44 [ecarstrade.nl] INFO: Scrape type for 7000139auction111023: 0
2026-03-29 14:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000153auction111023
2026-03-29 14:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:44 [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-29 14:45:44 [ecarstrade.nl] INFO: Scrape type for 7000153auction111023: 0
2026-03-29 14:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000163auction111023
2026-03-29 14:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:44 [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-29 14:45:44 [ecarstrade.nl] INFO: Scrape type for 7000163auction111023: 0
2026-03-29 14:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000169auction111023
2026-03-29 14:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:44 [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-29 14:45:44 [ecarstrade.nl] INFO: Scrape type for 7000169auction111023: 0
2026-03-29 14:45:44 [ecarstrade.nl] INFO: Found listing with ID: 7000133auction111023
2026-03-29 14:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:44 [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-29 14:45:44 [ecarstrade.nl] INFO: Scrape type for 7000133auction111023: 0
2026-03-29 14:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:45:51 [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-29 14:45:52 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000160auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000160auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000158auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000158auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000188auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000188auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000190auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000190auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000162auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000162auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000170auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000170auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000149auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000149auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000124auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000124auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000172auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000172auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000148auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000148auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000171auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000171auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000127auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000127auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000138auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000138auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000129auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000129auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000134auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000134auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000155auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000155auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000122auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000122auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000128auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000128auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000136auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000136auction111023: 0
2026-03-29 14:45:52 [ecarstrade.nl] INFO: Found listing with ID: 7000131auction111023
2026-03-29 14:45:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:52 [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-29 14:45:52 [ecarstrade.nl] INFO: Scrape type for 7000131auction111023: 0
2026-03-29 14:45:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:45:58 [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-29 14:45:58 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:45:58 [ecarstrade.nl] INFO: Found listing with ID: 7000126auction111023
2026-03-29 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:58 [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-29 14:45:58 [ecarstrade.nl] INFO: Scrape type for 7000126auction111023: 0
2026-03-29 14:45:58 [ecarstrade.nl] INFO: Found listing with ID: 7000156auction111023
2026-03-29 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:58 [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-29 14:45:58 [ecarstrade.nl] INFO: Scrape type for 7000156auction111023: 0
2026-03-29 14:45:58 [ecarstrade.nl] INFO: Found listing with ID: 7000135auction111023
2026-03-29 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:58 [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-29 14:45:58 [ecarstrade.nl] INFO: Scrape type for 7000135auction111023: 0
2026-03-29 14:45:58 [ecarstrade.nl] INFO: Found listing with ID: 7000154auction111023
2026-03-29 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:58 [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-29 14:45:58 [ecarstrade.nl] INFO: Scrape type for 7000154auction111023: 0
2026-03-29 14:45:58 [ecarstrade.nl] INFO: Found listing with ID: 7000140auction111023
2026-03-29 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:58 [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-29 14:45:58 [ecarstrade.nl] INFO: Scrape type for 7000140auction111023: 0
2026-03-29 14:45:58 [ecarstrade.nl] INFO: Found listing with ID: 7000125auction111023
2026-03-29 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:58 [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-29 14:45:58 [ecarstrade.nl] INFO: Scrape type for 7000125auction111023: 0
2026-03-29 14:45:58 [ecarstrade.nl] INFO: Found listing with ID: 7000132auction111023
2026-03-29 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:58 [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-29 14:45:58 [ecarstrade.nl] INFO: Scrape type for 7000132auction111023: 0
2026-03-29 14:45:58 [ecarstrade.nl] INFO: Found listing with ID: 7000173auction111023
2026-03-29 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000173auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000141auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000141auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000152auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000152auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000167auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000167auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000142auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000142auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000178auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000178auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000174auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000174auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000143auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000143auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000144auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000144auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000130auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000130auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000150auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000150auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000168auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000168auction111023: 0
2026-03-29 14:45:59 [ecarstrade.nl] INFO: Found listing with ID: 7000177auction111023
2026-03-29 14:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:45:59 [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-29 14:45:59 [ecarstrade.nl] INFO: Scrape type for 7000177auction111023: 0
2026-03-29 14:45:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7000137auction111023
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7000137auction111023: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7000151auction111023
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7000151auction111023: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7000179auction111023
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7000179auction111023: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7000181auction111023
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7000181auction111023: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7000180auction111023
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7000180auction111023: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7000146auction111023
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7000146auction111023: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7000147auction111023
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7000147auction111023: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7000182auction111023
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7000182auction111023: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7000184auction111023
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7000184auction111023: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7000186auction111023
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7000186auction111023: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7005149auction111084
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7005149auction111084: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7005206auction111084
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7005206auction111084: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7005207auction111084
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7005207auction111084: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7005205auction111084
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7005205auction111084: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7005203auction111084
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7005203auction111084: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7005148auction111084
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7005148auction111084: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7005204auction111084
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7005204auction111084: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7005166auction111084
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7005166auction111084: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7005208auction111084
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7005208auction111084: 0
2026-03-29 14:46:06 [ecarstrade.nl] INFO: Found listing with ID: 7005192auction111084
2026-03-29 14:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:06 [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-29 14:46:06 [ecarstrade.nl] INFO: Scrape type for 7005192auction111084: 0
2026-03-29 14:46:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:46:06 [scrapy.extensions.logstats] INFO: Crawled 5 pages (at 5 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 14:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 207MiB
2026-03-29 14:46:12 [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-29 14:46:13 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005169auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005169auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005147auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005147auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005181auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005181auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005146auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005146auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005151auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005151auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005165auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005165auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005202auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005202auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005193auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005193auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005163auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005163auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005194auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005194auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005167auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005167auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005196auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005196auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005184auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005184auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005170auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005170auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005168auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005168auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005154auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005154auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005176auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005176auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005157auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005157auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005209auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005209auction111084: 0
2026-03-29 14:46:13 [ecarstrade.nl] INFO: Found listing with ID: 7005158auction111084
2026-03-29 14:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:13 [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-29 14:46:13 [ecarstrade.nl] INFO: Scrape type for 7005158auction111084: 0
2026-03-29 14:46:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:46:20 [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-29 14:46:20 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7005161auction111084
2026-03-29 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277005161auction111084%27 HTTP/1.1" 200 None
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7005161auction111084: 0
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7005191auction111084
2026-03-29 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277005191auction111084%27 HTTP/1.1" 200 None
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7005191auction111084: 0
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7005177auction111084
2026-03-29 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277005177auction111084%27 HTTP/1.1" 200 None
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7005177auction111084: 0
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7005190auction111084
2026-03-29 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277005190auction111084%27 HTTP/1.1" 200 None
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7005190auction111084: 0
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7005162auction111084
2026-03-29 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277005162auction111084%27 HTTP/1.1" 200 None
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7005162auction111084: 0
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7005159auction111084
2026-03-29 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277005159auction111084%27 HTTP/1.1" 200 None
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Scrape type for 7005159auction111084: 0
2026-03-29 14:46:20 [ecarstrade.nl] INFO: Found listing with ID: 7005164auction111084
2026-03-29 14:46:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277005164auction111084%27 HTTP/1.1" 200 None
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005164auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005178auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005178auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005179auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005179auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005188auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005188auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005153auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005153auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005155auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005155auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005156auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005156auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005175auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005175auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005152auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005152auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005187auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005187auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005189auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005189auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005185auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005185auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005201auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005201auction111084: 0
2026-03-29 14:46:21 [ecarstrade.nl] INFO: Found listing with ID: 7005199auction111084
2026-03-29 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:21 [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-29 14:46:21 [ecarstrade.nl] INFO: Scrape type for 7005199auction111084: 0
2026-03-29 14:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:46:26 [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-29 14:46:26 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:46:26 [ecarstrade.nl] INFO: Found listing with ID: 7005173auction111084
2026-03-29 14:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:26 [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-29 14:46:26 [ecarstrade.nl] INFO: Scrape type for 7005173auction111084: 0
2026-03-29 14:46:26 [ecarstrade.nl] INFO: Found listing with ID: 7005200auction111084
2026-03-29 14:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:26 [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-29 14:46:26 [ecarstrade.nl] INFO: Scrape type for 7005200auction111084: 0
2026-03-29 14:46:26 [ecarstrade.nl] INFO: Found listing with ID: 7005150auction111084
2026-03-29 14:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:26 [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-29 14:46:26 [ecarstrade.nl] INFO: Scrape type for 7005150auction111084: 0
2026-03-29 14:46:26 [ecarstrade.nl] INFO: Found listing with ID: 7005197auction111084
2026-03-29 14:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:26 [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-29 14:46:26 [ecarstrade.nl] INFO: Scrape type for 7005197auction111084: 0
2026-03-29 14:46:26 [ecarstrade.nl] INFO: Found listing with ID: 7005195auction111084
2026-03-29 14:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:26 [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-29 14:46:26 [ecarstrade.nl] INFO: Scrape type for 7005195auction111084: 0
2026-03-29 14:46:26 [ecarstrade.nl] INFO: Found listing with ID: 7005172auction111084
2026-03-29 14:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:26 [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-29 14:46:26 [ecarstrade.nl] INFO: Scrape type for 7005172auction111084: 0
2026-03-29 14:46:26 [ecarstrade.nl] INFO: Found listing with ID: 7005198auction111084
2026-03-29 14:46:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277005198auction111084%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005198auction111084: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7005171auction111084
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277005171auction111084%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7005171auction111084: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004123auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004123auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004123auction111077: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004138auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004138auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004138auction111077: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004128auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004128auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004128auction111077: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004124auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004124auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004124auction111077: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004136auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004136auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004136auction111077: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004147auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004147auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004147auction111077: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004126auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004126auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004126auction111077: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004255auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004255auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004255auction111077: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004285auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004285auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004285auction111077: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004283auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004283auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004283auction111077: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004190auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004190auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004190auction111077: 0
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Found listing with ID: 7004289auction111077
2026-03-29 14:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004289auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:27 [ecarstrade.nl] INFO: Scrape type for 7004289auction111077: 0
2026-03-29 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-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004155auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004155auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004260auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004260auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004253auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004253auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004135auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004135auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004139auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004139auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004133auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004133auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004254auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004254auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004279auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004279auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004192auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004192auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004193auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004193auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004196auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004196auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004278auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004278auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004131auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004131auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004275auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004275auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004127auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004127auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004290auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004290auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004169auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004169auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004263auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004263auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004261auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004261auction111077: 0
2026-03-29 14:46:33 [ecarstrade.nl] INFO: Found listing with ID: 7004282auction111077
2026-03-29 14:46:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:33 [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-29 14:46:33 [ecarstrade.nl] INFO: Scrape type for 7004282auction111077: 0
2026-03-29 14:46:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004315auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004315auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004251auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004251auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004252auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004252auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004250auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004250auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004163auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004163auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004114auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004114auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004141auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004141auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004262auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004262auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004314auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004314auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004265auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004265auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004313auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004313auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004117auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004117auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004161auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004161auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004154auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004154auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004264auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004264auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004177auction111077
2026-03-29 14:46:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:40 [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-29 14:46:40 [ecarstrade.nl] INFO: Scrape type for 7004177auction111077: 0
2026-03-29 14:46:40 [ecarstrade.nl] INFO: Found listing with ID: 7004195auction111077
2026-03-29 14:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:41 [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-29 14:46:41 [ecarstrade.nl] INFO: Scrape type for 7004195auction111077: 0
2026-03-29 14:46:41 [ecarstrade.nl] INFO: Found listing with ID: 7004266auction111077
2026-03-29 14:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:41 [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-29 14:46:41 [ecarstrade.nl] INFO: Scrape type for 7004266auction111077: 0
2026-03-29 14:46:41 [ecarstrade.nl] INFO: Found listing with ID: 7004189auction111077
2026-03-29 14:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:41 [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-29 14:46:41 [ecarstrade.nl] INFO: Scrape type for 7004189auction111077: 0
2026-03-29 14:46:41 [ecarstrade.nl] INFO: Found listing with ID: 7004130auction111077
2026-03-29 14:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:41 [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-29 14:46:41 [ecarstrade.nl] INFO: Scrape type for 7004130auction111077: 0
2026-03-29 14:46:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:46:46 [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-29 14:46:46 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7004119auction111077
2026-03-29 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004119auction111077%27 HTTP/1.1" 200 None
2026-03-29 14:46:46 [ecarstrade.nl] INFO: Scrape type for 7004119auction111077: 0
2026-03-29 14:46:46 [ecarstrade.nl] INFO: Found listing with ID: 7004157auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004157auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004182auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004182auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004323auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004323auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004110auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004110auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004115auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004115auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004149auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004149auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004258auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004258auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004122auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004122auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004318auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004318auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004287auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004287auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004288auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004288auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004297auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004297auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004257auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004257auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004259auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004259auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004299auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004299auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004324auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004324auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004291auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004291auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004292auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004292auction111077: 0
2026-03-29 14:46:47 [ecarstrade.nl] INFO: Found listing with ID: 7004116auction111077
2026-03-29 14:46:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:47 [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-29 14:46:47 [ecarstrade.nl] INFO: Scrape type for 7004116auction111077: 0
2026-03-29 14:46:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:46:52 [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-29 14:46:52 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:46:52 [ecarstrade.nl] INFO: Found listing with ID: 7004142auction111077
2026-03-29 14:46:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:52 [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-29 14:46:52 [ecarstrade.nl] INFO: Scrape type for 7004142auction111077: 0
2026-03-29 14:46:52 [ecarstrade.nl] INFO: Found listing with ID: 7004179auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004179auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004317auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004317auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004118auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004118auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004168auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004168auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004143auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004143auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004284auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004284auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004113auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004113auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004121auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004121auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004271auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004271auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004109auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004109auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004188auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004188auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004293auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004293auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004120auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004120auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004274auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004274auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004309auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004309auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004272auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004272auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004320auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004320auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004148auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004148auction111077: 0
2026-03-29 14:46:53 [ecarstrade.nl] INFO: Found listing with ID: 7004268auction111077
2026-03-29 14:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:46:53 [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-29 14:46:53 [ecarstrade.nl] INFO: Scrape type for 7004268auction111077: 0
2026-03-29 14:46:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004294auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004294auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004277auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004277auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004107auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004107auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004159auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004159auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004172auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004172auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004269auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004269auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004296auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004296auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004160auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004160auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004273auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004273auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004280auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004280auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004298auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004298auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004267auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004267auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004286auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004286auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004295auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004295auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004322auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004322auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004164auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004164auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004145auction111077
2026-03-29 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:00 [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-29 14:47:00 [ecarstrade.nl] INFO: Scrape type for 7004145auction111077: 0
2026-03-29 14:47:00 [ecarstrade.nl] INFO: Found listing with ID: 7004316auction111077
2026-03-29 14:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:01 [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-29 14:47:01 [ecarstrade.nl] INFO: Scrape type for 7004316auction111077: 0
2026-03-29 14:47:01 [ecarstrade.nl] INFO: Found listing with ID: 7004321auction111077
2026-03-29 14:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:01 [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-29 14:47:01 [ecarstrade.nl] INFO: Scrape type for 7004321auction111077: 0
2026-03-29 14:47:01 [ecarstrade.nl] INFO: Found listing with ID: 7004108auction111077
2026-03-29 14:47:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:01 [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-29 14:47:01 [ecarstrade.nl] INFO: Scrape type for 7004108auction111077: 0
2026-03-29 14:47:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:47:06 [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-29 14:47:06 [scrapy.extensions.logstats] INFO: Crawled 14 pages (at 9 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 14:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 256MiB
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004270auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004270auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004101auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004101auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004102auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004102auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004104auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004104auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004106auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004106auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004103auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004103auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004105auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004105auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7005063auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7005063auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004176auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004176auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004276auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004276auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004312auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004312auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004311auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004311auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004152auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004152auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004325auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004325auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004170auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004170auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004174auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004174auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004301auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004301auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004167auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004167auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004175auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004175auction111077: 0
2026-03-29 14:47:07 [ecarstrade.nl] INFO: Found listing with ID: 7004151auction111077
2026-03-29 14:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:07 [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-29 14:47:07 [ecarstrade.nl] INFO: Scrape type for 7004151auction111077: 0
2026-03-29 14:47:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004165auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004165auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004183auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004183auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004319auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004319auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004306auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004306auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004184auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004184auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004281auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004281auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004310auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004310auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004308auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004308auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004186auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004186auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004300auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004300auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004256auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004256auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004112auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004112auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004111auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004111auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004100auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004100auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004180auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004180auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7004307auction111077
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7004307auction111077: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7007123auction111108
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7007123auction111108: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7007129auction111108
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7007129auction111108: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7007157auction111108
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7007157auction111108: 0
2026-03-29 14:47:14 [ecarstrade.nl] INFO: Found listing with ID: 7007121auction111108
2026-03-29 14:47:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:14 [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-29 14:47:14 [ecarstrade.nl] INFO: Scrape type for 7007121auction111108: 0
2026-03-29 14:47:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:47:20 [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-29 14:47:21 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007160auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007160auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007111auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007111auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007224auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007224auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007125auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007125auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007124auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007124auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007159auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007159auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7009257auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7009257auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007143auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007143auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007169auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007169auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007153auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007153auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007163auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007163auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007126auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007126auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007168auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007168auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007120auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007120auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007162auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007162auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007119auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007119auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007130auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007130auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007139auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007139auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007112auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007112auction111108: 0
2026-03-29 14:47:21 [ecarstrade.nl] INFO: Found listing with ID: 7007117auction111108
2026-03-29 14:47:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:21 [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-29 14:47:21 [ecarstrade.nl] INFO: Scrape type for 7007117auction111108: 0
2026-03-29 14:47:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7007203auction111108
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7007203auction111108: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7007144auction111108
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7007144auction111108: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009406auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009406auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7010542auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010542auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7010542auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7010540auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010540auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7010540auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009328auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009328auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7010539auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010539auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7010539auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009324auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009324auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009352auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009352auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009644auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009644auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009465auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009465auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009522auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009522auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009601auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47: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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009601auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7010544auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010544auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7010544auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009646auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009646auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009399auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009399auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009642auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009642auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009316auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009316auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009372auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009372auction111131: 0
2026-03-29 14:47:27 [ecarstrade.nl] INFO: Found listing with ID: 7009390auction111131
2026-03-29 14:47:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:27 [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-29 14:47:27 [ecarstrade.nl] INFO: Scrape type for 7009390auction111131: 0
2026-03-29 14:47:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:47:34 [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-29 14:47:35 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009493auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009493auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009630auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009630auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009345auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009345auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009347auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009347auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009578auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009578auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009346auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009346auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009322auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009322auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009349auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009349auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009540auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009540auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009635auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009635auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009652auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009652auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009282auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009282auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009475auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009475auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009297auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009297auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009343auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009343auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009267auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009267auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009274auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009274auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009415auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009415auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7010184auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7010184auction111131: 0
2026-03-29 14:47:35 [ecarstrade.nl] INFO: Found listing with ID: 7009289auction111131
2026-03-29 14:47:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:35 [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-29 14:47:35 [ecarstrade.nl] INFO: Scrape type for 7009289auction111131: 0
2026-03-29 14:47:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:47:41 [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-29 14:47:41 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:47:41 [ecarstrade.nl] INFO: Found listing with ID: 7009344auction111131
2026-03-29 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:41 [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-29 14:47:41 [ecarstrade.nl] INFO: Scrape type for 7009344auction111131: 0
2026-03-29 14:47:41 [ecarstrade.nl] INFO: Found listing with ID: 7010173auction111131
2026-03-29 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:41 [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-29 14:47:41 [ecarstrade.nl] INFO: Scrape type for 7010173auction111131: 0
2026-03-29 14:47:41 [ecarstrade.nl] INFO: Found listing with ID: 7009290auction111131
2026-03-29 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:41 [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-29 14:47:41 [ecarstrade.nl] INFO: Scrape type for 7009290auction111131: 0
2026-03-29 14:47:41 [ecarstrade.nl] INFO: Found listing with ID: 7009380auction111131
2026-03-29 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:41 [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-29 14:47:41 [ecarstrade.nl] INFO: Scrape type for 7009380auction111131: 0
2026-03-29 14:47:41 [ecarstrade.nl] INFO: Found listing with ID: 7009611auction111131
2026-03-29 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:41 [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-29 14:47:41 [ecarstrade.nl] INFO: Scrape type for 7009611auction111131: 0
2026-03-29 14:47:41 [ecarstrade.nl] INFO: Found listing with ID: 7009648auction111131
2026-03-29 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:41 [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-29 14:47:41 [ecarstrade.nl] INFO: Scrape type for 7009648auction111131: 0
2026-03-29 14:47:41 [ecarstrade.nl] INFO: Found listing with ID: 7009278auction111131
2026-03-29 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:41 [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-29 14:47:41 [ecarstrade.nl] INFO: Scrape type for 7009278auction111131: 0
2026-03-29 14:47:41 [ecarstrade.nl] INFO: Found listing with ID: 7009291auction111131
2026-03-29 14:47:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009291auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7009350auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009350auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7009650auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009650auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7009301auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009301auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7010205auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7010205auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7009381auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009381auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7009616auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009616auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7009624auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009624auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7009653auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009653auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7009339auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009339auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7009360auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009360auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7009657auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009657auction111131: 0
2026-03-29 14:47:42 [ecarstrade.nl] INFO: Found listing with ID: 7009285auction111131
2026-03-29 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:47:42 [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-29 14:47:42 [ecarstrade.nl] INFO: Scrape type for 7009285auction111131: 0
2026-03-29 14:47:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:48:06 [scrapy.extensions.logstats] INFO: Crawled 19 pages (at 5 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 14:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 276MiB
2026-03-29 14:48:16 [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-29 14:48:16 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009335auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009335auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009335auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009660auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009660auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009660auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7010187auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010187auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7010187auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009264auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009264auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009264auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009279auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009279auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009279auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009355auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009355auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009355auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009277auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009277auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009277auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009338auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009338auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009338auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009351auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009351auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009351auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009634auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009634auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009634auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009767auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009767auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009767auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009370auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009370auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009370auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009457auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009457auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009457auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009632auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009632auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009632auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009323auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009323auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009323auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009273auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009273auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009273auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009304auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009304auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009304auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009640auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009640auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009640auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009803auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009803auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009803auction111131: 0
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Found listing with ID: 7009276auction111131
2026-03-29 14:48:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009276auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:16 [ecarstrade.nl] INFO: Scrape type for 7009276auction111131: 0
2026-03-29 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-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009287auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009287auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7010537auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010537auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7010537auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009374auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009374auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009340auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009340auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009364auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009364auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009569auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009569auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009334auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009334auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009672auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009672auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009361auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009361auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009365auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009365auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009594auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009594auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7010186auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7010186auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009341auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009341auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009423auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009423auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009625auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009625auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009627auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48: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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009627auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009670auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009670auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009296auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009296auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7009658auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7009658auction111131: 0
2026-03-29 14:48:23 [ecarstrade.nl] INFO: Found listing with ID: 7010169auction111131
2026-03-29 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:23 [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-29 14:48:23 [ecarstrade.nl] INFO: Scrape type for 7010169auction111131: 0
2026-03-29 14:48:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:48:29 [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-29 14:48:29 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7009559auction111131
2026-03-29 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:29 [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-29 14:48:29 [ecarstrade.nl] INFO: Scrape type for 7009559auction111131: 0
2026-03-29 14:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7009613auction111131
2026-03-29 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:29 [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-29 14:48:29 [ecarstrade.nl] INFO: Scrape type for 7009613auction111131: 0
2026-03-29 14:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7009376auction111131
2026-03-29 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:29 [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-29 14:48:29 [ecarstrade.nl] INFO: Scrape type for 7009376auction111131: 0
2026-03-29 14:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7009621auction111131
2026-03-29 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:29 [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-29 14:48:29 [ecarstrade.nl] INFO: Scrape type for 7009621auction111131: 0
2026-03-29 14:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7010177auction111131
2026-03-29 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:29 [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-29 14:48:29 [ecarstrade.nl] INFO: Scrape type for 7010177auction111131: 0
2026-03-29 14:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7009319auction111131
2026-03-29 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:29 [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-29 14:48:29 [ecarstrade.nl] INFO: Scrape type for 7009319auction111131: 0
2026-03-29 14:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7009674auction111131
2026-03-29 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:29 [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-29 14:48:29 [ecarstrade.nl] INFO: Scrape type for 7009674auction111131: 0
2026-03-29 14:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7009367auction111131
2026-03-29 14:48:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:29 [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-29 14:48:29 [ecarstrade.nl] INFO: Scrape type for 7009367auction111131: 0
2026-03-29 14:48:29 [ecarstrade.nl] INFO: Found listing with ID: 7009649auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009649auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7009649auction111131: 0
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7010198auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010198auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7010198auction111131: 0
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7010181auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010181auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7010181auction111131: 0
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7009333auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009333auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7009333auction111131: 0
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7010180auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010180auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7010180auction111131: 0
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7009363auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009363auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7009363auction111131: 0
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7009607auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009607auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7009607auction111131: 0
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7009641auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009641auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7009641auction111131: 0
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7010192auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010192auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7010192auction111131: 0
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7009286auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009286auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7009286auction111131: 0
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7010182auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010182auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7010182auction111131: 0
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Found listing with ID: 7010174auction111131
2026-03-29 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010174auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:30 [ecarstrade.nl] INFO: Scrape type for 7010174auction111131: 0
2026-03-29 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-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009358auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009358auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009597auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009597auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009622auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009622auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009626auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009626auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009636auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009636auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7010191auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7010191auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009795auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009795auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7010200auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7010200auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009299auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009299auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009329auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009329auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009655auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009655auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7010199auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7010199auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009295auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009295auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009631auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009631auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009659auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009659auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009280auction111131
2026-03-29 14:48:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:36 [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-29 14:48:36 [ecarstrade.nl] INFO: Scrape type for 7009280auction111131: 0
2026-03-29 14:48:36 [ecarstrade.nl] INFO: Found listing with ID: 7009298auction111131
2026-03-29 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:37 [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-29 14:48:37 [ecarstrade.nl] INFO: Scrape type for 7009298auction111131: 0
2026-03-29 14:48:37 [ecarstrade.nl] INFO: Found listing with ID: 7009318auction111131
2026-03-29 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:37 [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-29 14:48:37 [ecarstrade.nl] INFO: Scrape type for 7009318auction111131: 0
2026-03-29 14:48:37 [ecarstrade.nl] INFO: Found listing with ID: 7009327auction111131
2026-03-29 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:37 [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-29 14:48:37 [ecarstrade.nl] INFO: Scrape type for 7009327auction111131: 0
2026-03-29 14:48:37 [ecarstrade.nl] INFO: Found listing with ID: 7009549auction111131
2026-03-29 14:48:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:37 [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-29 14:48:37 [ecarstrade.nl] INFO: Scrape type for 7009549auction111131: 0
2026-03-29 14:48:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009638auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009638auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009320auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009320auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009342auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009342auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009647auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009647auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009675auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009675auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7010189auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7010189auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009332auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009332auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009528auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009528auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009605auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009605auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009293auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009293auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009302auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009302auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009610auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009610auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009615auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009615auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009294auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009294auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009608auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009608auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009281auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009281auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009288auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009288auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009321auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009321auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009354auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009354auction111131: 0
2026-03-29 14:48:43 [ecarstrade.nl] INFO: Found listing with ID: 7009275auction111131
2026-03-29 14:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:43 [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-29 14:48:43 [ecarstrade.nl] INFO: Scrape type for 7009275auction111131: 0
2026-03-29 14:48:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:48:50 [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-29 14:48:50 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:48:50 [ecarstrade.nl] INFO: Found listing with ID: 7009309auction111131
2026-03-29 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:50 [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-29 14:48:50 [ecarstrade.nl] INFO: Scrape type for 7009309auction111131: 0
2026-03-29 14:48:50 [ecarstrade.nl] INFO: Found listing with ID: 7009317auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009317auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7010193auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7010193auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009271auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009271auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009325auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009325auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009628auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009628auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009268auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009268auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009596auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009596auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009356auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009356auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009377auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009377auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009485auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009485auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009623auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009623auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009643auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009643auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009654auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009654auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7011353auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277011353auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7011353auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009348auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48: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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009348auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7010190auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7010190auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7010543auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010543auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7010543auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009336auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009336auction111131: 0
2026-03-29 14:48:51 [ecarstrade.nl] INFO: Found listing with ID: 7009637auction111131
2026-03-29 14:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:51 [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-29 14:48:51 [ecarstrade.nl] INFO: Scrape type for 7009637auction111131: 0
2026-03-29 14:48:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:48:59 [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-29 14:48:59 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:48:59 [ecarstrade.nl] INFO: Found listing with ID: 7009283auction111131
2026-03-29 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:59 [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-29 14:48:59 [ecarstrade.nl] INFO: Scrape type for 7009283auction111131: 0
2026-03-29 14:48:59 [ecarstrade.nl] INFO: Found listing with ID: 7009337auction111131
2026-03-29 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:59 [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-29 14:48:59 [ecarstrade.nl] INFO: Scrape type for 7009337auction111131: 0
2026-03-29 14:48:59 [ecarstrade.nl] INFO: Found listing with ID: 7009609auction111131
2026-03-29 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:59 [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-29 14:48:59 [ecarstrade.nl] INFO: Scrape type for 7009609auction111131: 0
2026-03-29 14:48:59 [ecarstrade.nl] INFO: Found listing with ID: 7010172auction111131
2026-03-29 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:59 [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-29 14:48:59 [ecarstrade.nl] INFO: Scrape type for 7010172auction111131: 0
2026-03-29 14:48:59 [ecarstrade.nl] INFO: Found listing with ID: 7011356auction111131
2026-03-29 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277011356auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:48:59 [ecarstrade.nl] INFO: Scrape type for 7011356auction111131: 0
2026-03-29 14:48:59 [ecarstrade.nl] INFO: Found listing with ID: 7009330auction111131
2026-03-29 14:48:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:48:59 [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-29 14:48:59 [ecarstrade.nl] INFO: Scrape type for 7009330auction111131: 0
2026-03-29 14:48:59 [ecarstrade.nl] INFO: Found listing with ID: 7009511auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7009511auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7009629auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7009629auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7009639auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7009639auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7010178auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7010178auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7009306auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7009306auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7009667auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7009667auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7009303auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7009303auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7009326auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7009326auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7009614auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7009614auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7009645auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7009645auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7010195auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7010195auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7010538auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277010538auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7010538auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7009292auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7009292auction111131: 0
2026-03-29 14:49:00 [ecarstrade.nl] INFO: Found listing with ID: 7010194auction111131
2026-03-29 14:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:00 [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-29 14:49:00 [ecarstrade.nl] INFO: Scrape type for 7010194auction111131: 0
2026-03-29 14:49:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:49:06 [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-29 14:49:06 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009272auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009272auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009272auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009603auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009603auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009603auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009651auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009651auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009651auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009656auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009656auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009656auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7010196auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010196auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7010196auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7010210auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010210auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7010210auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009269auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009269auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009269auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009284auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009284auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009284auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009353auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009353auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009353auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009379auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009379auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009379auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7010183auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010183auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7010183auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009265auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009265auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009265auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009599auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009599auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009599auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009300auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009300auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009300auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009357auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009357auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009357auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009378auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009378auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009378auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009534auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009534auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009534auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7010202auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010202auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7010202auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009368auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009368auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009368auction111131: 0
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Found listing with ID: 7009633auction111131
2026-03-29 14:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009633auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:06 [ecarstrade.nl] INFO: Scrape type for 7009633auction111131: 0
2026-03-29 14:49:06 [scrapy.extensions.logstats] INFO: Crawled 27 pages (at 8 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 14:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 321MiB
2026-03-29 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-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009305auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009305auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009270auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009270auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009669auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009669auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7010209auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7010209auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009266auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009266auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009587auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009587auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009432auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009432auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009620auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009620auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009619auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009619auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009612auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009612auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009618auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009618auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7011352auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.nl%27%20and%20RowKey%20eq%20%277011352auction111131%27 HTTP/1.1" 200 None
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7011352auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009440auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009440auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7010176auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7010176auction111131: 0
2026-03-29 14:49:13 [ecarstrade.nl] INFO: Found listing with ID: 7009359auction111131
2026-03-29 14:49:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:13 [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-29 14:49:13 [ecarstrade.nl] INFO: Scrape type for 7009359auction111131: 0
2026-03-29 14:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7009331auction111131
2026-03-29 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:14 [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-29 14:49:14 [ecarstrade.nl] INFO: Scrape type for 7009331auction111131: 0
2026-03-29 14:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7009263auction111131
2026-03-29 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:14 [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-29 14:49:14 [ecarstrade.nl] INFO: Scrape type for 7009263auction111131: 0
2026-03-29 14:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7009665auction111131
2026-03-29 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:14 [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-29 14:49:14 [ecarstrade.nl] INFO: Scrape type for 7009665auction111131: 0
2026-03-29 14:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7009666auction111131
2026-03-29 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:14 [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-29 14:49:14 [ecarstrade.nl] INFO: Scrape type for 7009666auction111131: 0
2026-03-29 14:49:14 [ecarstrade.nl] INFO: Found listing with ID: 7010254auction111131
2026-03-29 14:49:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:14 [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-29 14:49:14 [ecarstrade.nl] INFO: Scrape type for 7010254auction111131: 0
2026-03-29 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-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006194auction111095
2026-03-29 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Scrape type for 7006194auction111095: 0
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006216auction111095
2026-03-29 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Scrape type for 7006216auction111095: 0
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006221auction111095
2026-03-29 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Scrape type for 7006221auction111095: 0
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006486auction111095
2026-03-29 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Scrape type for 7006486auction111095: 0
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006485auction111095
2026-03-29 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Scrape type for 7006485auction111095: 0
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006223auction111095
2026-03-29 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Scrape type for 7006223auction111095: 0
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006202auction111095
2026-03-29 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Scrape type for 7006202auction111095: 0
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006187auction111095
2026-03-29 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Scrape type for 7006187auction111095: 0
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006174auction111095
2026-03-29 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Scrape type for 7006174auction111095: 0
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006178auction111095
2026-03-29 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Scrape type for 7006178auction111095: 0
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006111auction111095
2026-03-29 14:49:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:23 [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-29 14:49:23 [ecarstrade.nl] INFO: Scrape type for 7006111auction111095: 0
2026-03-29 14:49:23 [ecarstrade.nl] INFO: Found listing with ID: 7006108auction111095
2026-03-29 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:24 [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-29 14:49:24 [ecarstrade.nl] INFO: Scrape type for 7006108auction111095: 0
2026-03-29 14:49:24 [ecarstrade.nl] INFO: Found listing with ID: 7006488auction111095
2026-03-29 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:24 [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-29 14:49:24 [ecarstrade.nl] INFO: Scrape type for 7006488auction111095: 0
2026-03-29 14:49:24 [ecarstrade.nl] INFO: Found listing with ID: 7006098auction111095
2026-03-29 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:24 [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-29 14:49:24 [ecarstrade.nl] INFO: Scrape type for 7006098auction111095: 0
2026-03-29 14:49:24 [ecarstrade.nl] INFO: Found listing with ID: 7006191auction111095
2026-03-29 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:24 [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-29 14:49:24 [ecarstrade.nl] INFO: Scrape type for 7006191auction111095: 0
2026-03-29 14:49:24 [ecarstrade.nl] INFO: Found listing with ID: 7006107auction111095
2026-03-29 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:24 [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-29 14:49:24 [ecarstrade.nl] INFO: Scrape type for 7006107auction111095: 0
2026-03-29 14:49:24 [ecarstrade.nl] INFO: Found listing with ID: 7006104auction111095
2026-03-29 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:24 [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-29 14:49:24 [ecarstrade.nl] INFO: Scrape type for 7006104auction111095: 0
2026-03-29 14:49:24 [ecarstrade.nl] INFO: Found listing with ID: 7006214auction111095
2026-03-29 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:24 [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-29 14:49:24 [ecarstrade.nl] INFO: Scrape type for 7006214auction111095: 0
2026-03-29 14:49:24 [ecarstrade.nl] INFO: Found listing with ID: 7006219auction111095
2026-03-29 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:24 [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-29 14:49:24 [ecarstrade.nl] INFO: Scrape type for 7006219auction111095: 0
2026-03-29 14:49:24 [ecarstrade.nl] INFO: Found listing with ID: 7006100auction111095
2026-03-29 14:49:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:24 [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-29 14:49:24 [ecarstrade.nl] INFO: Scrape type for 7006100auction111095: 0
2026-03-29 14:49:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006123auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006123auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006114auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006114auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006186auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006186auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006110auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006110auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006135auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006135auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006102auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006102auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006129auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006129auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006181auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006181auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006119auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006119auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006206auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006206auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006208auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006208auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006198auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006198auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006117auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006117auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006176auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006176auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006139auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006139auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006164auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006164auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006196auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006196auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006166auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006166auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006183auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006183auction111095: 0
2026-03-29 14:49:30 [ecarstrade.nl] INFO: Found listing with ID: 7006200auction111095
2026-03-29 14:49:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:49:30 [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-29 14:49:30 [ecarstrade.nl] INFO: Scrape type for 7006200auction111095: 0
2026-03-29 14:49:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:49:37 [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-29 14:49:37 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006212auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006212auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006212auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006116auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006116auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006116auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006151auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006151auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006151auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006097auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006097auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006097auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006125auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006125auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006125auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006155auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006155auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006155auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006146auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006146auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006146auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006161auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006161auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006161auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006169auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006169auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006169auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006142auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006142auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006142auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006172auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006172auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006172auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006203auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006203auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006203auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006127auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006127auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Scrape type for 7006127auction111095: 0
2026-03-29 14:49:37 [ecarstrade.nl] INFO: Found listing with ID: 7006210auction111095
2026-03-29 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006210auction111095%27 HTTP/1.1" 200 None
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Scrape type for 7006210auction111095: 0
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Found listing with ID: 6999952auction111021
2026-03-29 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276999952auction111021%27 HTTP/1.1" 200 None
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Scrape type for 6999952auction111021: 0
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Found listing with ID: 6999954auction111021
2026-03-29 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276999954auction111021%27 HTTP/1.1" 200 None
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Scrape type for 6999954auction111021: 0
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Found listing with ID: 6999947auction111021
2026-03-29 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276999947auction111021%27 HTTP/1.1" 200 None
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Scrape type for 6999947auction111021: 0
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Found listing with ID: 6999957auction111021
2026-03-29 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276999957auction111021%27 HTTP/1.1" 200 None
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Scrape type for 6999957auction111021: 0
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Found listing with ID: 6999956auction111021
2026-03-29 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276999956auction111021%27 HTTP/1.1" 200 None
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Scrape type for 6999956auction111021: 0
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Found listing with ID: 6999949auction111021
2026-03-29 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276999949auction111021%27 HTTP/1.1" 200 None
2026-03-29 14:49:38 [ecarstrade.nl] INFO: Scrape type for 6999949auction111021: 0
2026-03-29 14:49:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:06 [scrapy.extensions.logstats] INFO: Crawled 31 pages (at 4 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 14:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 321MiB
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Found 20 car items
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 6999946auction111021
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 6999946auction111021: 0
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 6999955auction111021
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 6999955auction111021: 0
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 6999950auction111021
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 6999950auction111021: 0
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 6999951auction111021
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 6999951auction111021: 0
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 6999953auction111021
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 6999953auction111021: 0
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 6999948auction111021
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 6999948auction111021: 0
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 6999443auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 6999443auction111008: 0
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 7001333auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 7001333auction111008: 0
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 7002866auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 7002866auction111008: 2
2026-03-29 14:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 6999445auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 6999445auction111008: 0
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 6999441auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 6999441auction111008: 0
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 6999440auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 6999440auction111008: 0
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 7002869auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 7002869auction111008: 2
2026-03-29 14:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 7002870auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 7002870auction111008: 2
2026-03-29 14:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 7002874auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 7002874auction111008: 2
2026-03-29 14:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 7002861auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 7002861auction111008: 2
2026-03-29 14:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 7002863auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 7002863auction111008: 2
2026-03-29 14:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 7002862auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 7002862auction111008: 2
2026-03-29 14:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 7002867auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 7002867auction111008: 2
2026-03-29 14:50:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:12 [ecarstrade.nl] INFO: Found listing with ID: 7002912auction111008
2026-03-29 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:12 [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-29 14:50:12 [ecarstrade.nl] INFO: Scrape type for 7002912auction111008: 2
2026-03-29 14:50:18 [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-29 14:50:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found 16 car items
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002854auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002854auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002875auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002875auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002873auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002873auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002859auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002859auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002910auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002910auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002911auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002911auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002872auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002872auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002871auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002871auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002855auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002855auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002858auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002858auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002856auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002856auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002868auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 7002868auction111008: 2
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 6999442auction111008
2026-03-29 14:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:18 [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-29 14:50:18 [ecarstrade.nl] INFO: Scrape type for 6999442auction111008: 0
2026-03-29 14:50:18 [ecarstrade.nl] INFO: Found listing with ID: 7002857auction111008
2026-03-29 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:19 [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-29 14:50:19 [ecarstrade.nl] INFO: Scrape type for 7002857auction111008: 2
2026-03-29 14:50:19 [ecarstrade.nl] INFO: Found listing with ID: 7002860auction111008
2026-03-29 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:19 [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-29 14:50:19 [ecarstrade.nl] INFO: Scrape type for 7002860auction111008: 2
2026-03-29 14:50:19 [ecarstrade.nl] INFO: Found listing with ID: 7002876auction111008
2026-03-29 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:19 [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-29 14:50:19 [ecarstrade.nl] INFO: Scrape type for 7002876auction111008: 2
2026-03-29 14:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002863> (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-29 14:50:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:19 [ecarstrade.nl] INFO: Extracting details for car 7002863auction111008
2026-03-29 14:50:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab3d5073-573b-5cfa-bb23-5beae91fa522 with identifier: 7002863auction111008
2026-03-29 14:50:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab3d5073-573b-5cfa-bb23-5beae91fa522 with scrape type 2
2026-03-29 14:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab3d5073-573b-5cfa-bb23-5beae91fa522 with scrape type 2
2026-03-29 14:50:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ab3d5073-573b-5cfa-bb23-5beae91fa522, identifier: 7002863auction111008
2026-03-29 14:50:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ab3d5073-573b-5cfa-bb23-5beae91fa522 with identifier: 7002863auction111008
2026-03-29 14:50:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 14:50:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 14:50:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ab3d5073-573b-5cfa-bb23-5beae91fa522 with identifier: 7002863auction111008
2026-03-29 14:50:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ab3d5073-573b-5cfa-bb23-5beae91fa522 with identifier: 7002863auction111008 to the API
2026-03-29 14:50:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002863>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'ab3d5073-573b-5cfa-bb23-5beae91fa522',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002863',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Mini',
'model': 'ONE',
'odometer': 50417,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-15',
'seats_number': 4,
'seller_name': None,
'title': 'Mini MINI 1.5 one first 55kW',
'transmission': 'manual',
'trim': 'MINI 1.5 one first 55kW',
'vin': None,
'year': 2021}
2026-03-29 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:19 [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-29 14:50:19 [ecarstrade.nl] INFO: Saving data for 7002863auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518399.974558, 'last_price_update_time': 1774795819.966345}
2026-03-29 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002863auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002874> (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-29 14:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002870> (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-29 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-29 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-29 14:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002862> (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-29 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-29 14:50:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002866> (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-29 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-29 14:50:20 [ecarstrade.nl] INFO: Extracting details for car 7002874auction111008
2026-03-29 14:50:20 [ecarstrade.nl] INFO: Extracting details for car 7002870auction111008
2026-03-29 14:50:20 [ecarstrade.nl] INFO: Extracting details for car 7002862auction111008
2026-03-29 14:50:20 [ecarstrade.nl] INFO: Extracting details for car 7002866auction111008
2026-03-29 14:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dcce13e-39d1-59a1-ad33-e6c378dff978 with identifier: 7002874auction111008
2026-03-29 14:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dcce13e-39d1-59a1-ad33-e6c378dff978 with scrape type 2
2026-03-29 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dcce13e-39d1-59a1-ad33-e6c378dff978 with scrape type 2
2026-03-29 14:50:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 2dcce13e-39d1-59a1-ad33-e6c378dff978, identifier: 7002874auction111008
2026-03-29 14:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d5592d8-9877-5f16-bc0f-50d41147ff50 with identifier: 7002870auction111008
2026-03-29 14:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d5592d8-9877-5f16-bc0f-50d41147ff50 with scrape type 2
2026-03-29 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d5592d8-9877-5f16-bc0f-50d41147ff50 with scrape type 2
2026-03-29 14:50:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4d5592d8-9877-5f16-bc0f-50d41147ff50, identifier: 7002870auction111008
2026-03-29 14:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1122ae0-904c-5362-9218-126a40ec0de9 with identifier: 7002862auction111008
2026-03-29 14:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1122ae0-904c-5362-9218-126a40ec0de9 with scrape type 2
2026-03-29 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1122ae0-904c-5362-9218-126a40ec0de9 with scrape type 2
2026-03-29 14:50:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e1122ae0-904c-5362-9218-126a40ec0de9, identifier: 7002862auction111008
2026-03-29 14:50:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37107f23-2b05-58be-83d1-39eb765eb5d6 with identifier: 7002866auction111008
2026-03-29 14:50:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37107f23-2b05-58be-83d1-39eb765eb5d6 with scrape type 2
2026-03-29 14:50:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37107f23-2b05-58be-83d1-39eb765eb5d6 with scrape type 2
2026-03-29 14:50:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 37107f23-2b05-58be-83d1-39eb765eb5d6, identifier: 7002866auction111008
2026-03-29 14:50:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 2dcce13e-39d1-59a1-ad33-e6c378dff978 with identifier: 7002874auction111008
2026-03-29 14:50:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 14:50:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 14:50:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 2dcce13e-39d1-59a1-ad33-e6c378dff978 with identifier: 7002874auction111008
2026-03-29 14:50:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 2dcce13e-39d1-59a1-ad33-e6c378dff978 with identifier: 7002874auction111008 to the API
2026-03-29 14:50:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002874>
{'auction_title': '',
'c_o_2_emission_value': 83,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Benzine Hybride',
'id': '2dcce13e-39d1-59a1-ad33-e6c378dff978',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002874',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 45418,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.6 hev e-tech zen 103kW aut',
'transmission': 'automatic',
'trim': 'RENAULT CLIO 1.6 hev e-tech zen 103kW aut',
'vin': None,
'year': 2022}
2026-03-29 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:20 [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-29 14:50:20 [ecarstrade.nl] INFO: Saving data for 7002874auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518395.220766, 'last_price_update_time': 1774795820.924357}
2026-03-29 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002874auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4d5592d8-9877-5f16-bc0f-50d41147ff50 with identifier: 7002870auction111008
2026-03-29 14:50:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 14:50:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 14:50:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4d5592d8-9877-5f16-bc0f-50d41147ff50 with identifier: 7002870auction111008
2026-03-29 14:50:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4d5592d8-9877-5f16-bc0f-50d41147ff50 with identifier: 7002870auction111008 to the API
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002870>
{'auction_title': '',
'c_o_2_emission_value': 119,
'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': '4d5592d8-9877-5f16-bc0f-50d41147ff50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002870',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 207853,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-11',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Karoq 1.5tsi greentech business edition 110kW dsg-7 aut',
'transmission': 'automatic',
'trim': 'SKODA 1.5tsi greentech business edition 110kW dsg-7 aut',
'vin': None,
'year': 2021}
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:21 [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-29 14:50:21 [ecarstrade.nl] INFO: Saving data for 7002870auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518398.111204, 'last_price_update_time': 1774795821.216462}
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002870auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e1122ae0-904c-5362-9218-126a40ec0de9 with identifier: 7002862auction111008
2026-03-29 14:50:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e1122ae0-904c-5362-9218-126a40ec0de9 with identifier: 7002862auction111008
2026-03-29 14:50:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e1122ae0-904c-5362-9218-126a40ec0de9 with identifier: 7002862auction111008 to the API
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002862>
{'auction_title': '',
'c_o_2_emission_value': 124,
'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': 'e1122ae0-904c-5362-9218-126a40ec0de9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002862',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'MAN',
'model': 'Mini Countryman Series',
'odometer': 173781,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Mini countryman 1.5 business edition one 75kW aut',
'transmission': 'automatic',
'trim': 'Mini Mini countryman 1.5 business edition one 75kW aut',
'vin': None,
'year': 2021}
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:21 [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-29 14:50:21 [ecarstrade.nl] INFO: Saving data for 7002862auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518397.122771, 'last_price_update_time': 1774795821.484668}
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002862auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 37107f23-2b05-58be-83d1-39eb765eb5d6 with identifier: 7002866auction111008
2026-03-29 14:50:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 14:50:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 37107f23-2b05-58be-83d1-39eb765eb5d6 with identifier: 7002866auction111008
2026-03-29 14:50:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 37107f23-2b05-58be-83d1-39eb765eb5d6 with identifier: 7002866auction111008 to the API
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002866>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '37107f23-2b05-58be-83d1-39eb765eb5d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002866',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Volvo',
'model': 'XC40',
'odometer': 145497,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 2.0 b3 mhev core 130kW geartronic aut',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 b3 mhev core 130kW geartronic aut',
'vin': None,
'year': 2022}
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50: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-29 14:50:21 [ecarstrade.nl] INFO: Saving data for 7002866auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518399.050372, 'last_price_update_time': 1774795821.762186}
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002866auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002869> (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-29 14:50:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:21 [ecarstrade.nl] INFO: Extracting details for car 7002869auction111008
2026-03-29 14:50:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 040238d1-a690-5c2d-b1c6-d696b64419dd with identifier: 7002869auction111008
2026-03-29 14:50:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 040238d1-a690-5c2d-b1c6-d696b64419dd with scrape type 2
2026-03-29 14:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 040238d1-a690-5c2d-b1c6-d696b64419dd with scrape type 2
2026-03-29 14:50:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 040238d1-a690-5c2d-b1c6-d696b64419dd, identifier: 7002869auction111008
2026-03-29 14:50:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 040238d1-a690-5c2d-b1c6-d696b64419dd with identifier: 7002869auction111008
2026-03-29 14:50:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 040238d1-a690-5c2d-b1c6-d696b64419dd with identifier: 7002869auction111008
2026-03-29 14:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 040238d1-a690-5c2d-b1c6-d696b64419dd with identifier: 7002869auction111008 to the API
2026-03-29 14:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 14:50:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002869>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '040238d1-a690-5c2d-b1c6-d696b64419dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002869',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 152476,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Kamiq 1.5tsi act greentech business edition 110kW dsg-7 aut',
'transmission': 'automatic',
'trim': 'SKODA 1.5tsi act greentech business edition 110kW dsg-7 aut',
'vin': None,
'year': 2022}
2026-03-29 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:22 [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-29 14:50:22 [ecarstrade.nl] INFO: Saving data for 7002869auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518396.731172, 'last_price_update_time': 1774795822.243461}
2026-03-29 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002869auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002912> (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-29 14:50:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:25 [ecarstrade.nl] INFO: Extracting details for car 7002912auction111008
2026-03-29 14:50:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2fbd0d8-4af7-5642-899a-1bdf7998d22c with identifier: 7002912auction111008
2026-03-29 14:50:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2fbd0d8-4af7-5642-899a-1bdf7998d22c with scrape type 2
2026-03-29 14:50:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2fbd0d8-4af7-5642-899a-1bdf7998d22c with scrape type 2
2026-03-29 14:50:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f2fbd0d8-4af7-5642-899a-1bdf7998d22c, identifier: 7002912auction111008
2026-03-29 14:50:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f2fbd0d8-4af7-5642-899a-1bdf7998d22c with identifier: 7002912auction111008
2026-03-29 14:50:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 14:50:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f2fbd0d8-4af7-5642-899a-1bdf7998d22c with identifier: 7002912auction111008
2026-03-29 14:50:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f2fbd0d8-4af7-5642-899a-1bdf7998d22c with identifier: 7002912auction111008 to the API
2026-03-29 14:50:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 14:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002912>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'f2fbd0d8-4af7-5642-899a-1bdf7998d22c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002912',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 193485,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia Combi 1.5tsi mhev e-tec business edition plus 110kW '
'dsg-7 aut',
'transmission': 'automatic',
'trim': 'SKODA Combi 1.5tsi mhev e-tec business edition plus 110kW dsg-7 aut',
'vin': None,
'year': 2021}
2026-03-29 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002912auction111008%27 HTTP/1.1" 200 None
2026-03-29 14:50:26 [ecarstrade.nl] INFO: Saving data for 7002912auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518393.402741, 'last_price_update_time': 1774795826.342416}
2026-03-29 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002912auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002867> (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-29 14:50:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:27 [ecarstrade.nl] INFO: Extracting details for car 7002867auction111008
2026-03-29 14:50:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd933745-2902-594f-9600-3a7e47ecf245 with identifier: 7002867auction111008
2026-03-29 14:50:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd933745-2902-594f-9600-3a7e47ecf245 with scrape type 2
2026-03-29 14:50:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd933745-2902-594f-9600-3a7e47ecf245 with scrape type 2
2026-03-29 14:50:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cd933745-2902-594f-9600-3a7e47ecf245, identifier: 7002867auction111008
2026-03-29 14:50:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cd933745-2902-594f-9600-3a7e47ecf245 with identifier: 7002867auction111008
2026-03-29 14:50:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cd933745-2902-594f-9600-3a7e47ecf245 with identifier: 7002867auction111008
2026-03-29 14:50:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cd933745-2902-594f-9600-3a7e47ecf245 with identifier: 7002867auction111008 to the API
2026-03-29 14:50:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 14:50:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002867>
{'auction_title': '',
'c_o_2_emission_value': 83,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Benzine Hybride',
'id': 'cd933745-2902-594f-9600-3a7e47ecf245',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002867',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 179612,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-19',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports 1.8 hev business plus 90kW aut',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports 1.8 hev business plus 90kW aut',
'vin': None,
'year': 2020}
2026-03-29 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002867auction111008%27 HTTP/1.1" 200 None
2026-03-29 14:50:27 [ecarstrade.nl] INFO: Saving data for 7002867auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518393.883796, 'last_price_update_time': 1774795827.91501}
2026-03-29 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002867auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002875> (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-29 14:50:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:28 [ecarstrade.nl] INFO: Extracting details for car 7002875auction111008
2026-03-29 14:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002859> (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-29 14:50:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with identifier: 7002875auction111008
2026-03-29 14:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with scrape type 2
2026-03-29 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with scrape type 2
2026-03-29 14:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: ce8ab043-02ca-5461-8aaf-5c7d19faf5bf, identifier: 7002875auction111008
2026-03-29 14:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with identifier: 7002875auction111008
2026-03-29 14:50:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 14:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with identifier: 7002875auction111008
2026-03-29 14:50:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: ce8ab043-02ca-5461-8aaf-5c7d19faf5bf with identifier: 7002875auction111008 to the API
2026-03-29 14:50:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 14:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002875>
{'auction_title': '',
'c_o_2_emission_value': 83,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Benzine Hybride',
'id': 'ce8ab043-02ca-5461-8aaf-5c7d19faf5bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002875',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 122007,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.6 hev e-tech zen 103kW aut',
'transmission': 'automatic',
'trim': 'RENAULT CLIO 1.6 hev e-tech zen 103kW aut',
'vin': None,
'year': 2022}
2026-03-29 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002875auction111008%27 HTTP/1.1" 200 None
2026-03-29 14:50:28 [ecarstrade.nl] INFO: Saving data for 7002875auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518392.664724, 'last_price_update_time': 1774795828.434675}
2026-03-29 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002875auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002854> (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-29 14:50:28 [ecarstrade.nl] INFO: Extracting details for car 7002859auction111008
2026-03-29 14:50:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:28 [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-29 14:50:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e75f907-7941-5071-9783-8414a8a9c485 with identifier: 7002859auction111008
2026-03-29 14:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e75f907-7941-5071-9783-8414a8a9c485 with scrape type 2
2026-03-29 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e75f907-7941-5071-9783-8414a8a9c485 with scrape type 2
2026-03-29 14:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 5e75f907-7941-5071-9783-8414a8a9c485, identifier: 7002859auction111008
2026-03-29 14:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 5e75f907-7941-5071-9783-8414a8a9c485 with identifier: 7002859auction111008
2026-03-29 14:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 5e75f907-7941-5071-9783-8414a8a9c485 with identifier: 7002859auction111008
2026-03-29 14:50:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 5e75f907-7941-5071-9783-8414a8a9c485 with identifier: 7002859auction111008 to the API
2026-03-29 14:50:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 14:50:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002859>
{'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-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '5e75f907-7941-5071-9783-8414a8a9c485',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002859',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': "cee'd",
'odometer': 112701,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-05',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Ceed 1.0tgdi dynamicline 88kW',
'transmission': 'manual',
'trim': 'KIA Ceed 1.0tgdi dynamicline 88kW',
'vin': None,
'year': 2021}
2026-03-29 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002859auction111008%27 HTTP/1.1" 200 None
2026-03-29 14:50:28 [ecarstrade.nl] INFO: Saving data for 7002859auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518394.649525, 'last_price_update_time': 1774795828.82331}
2026-03-29 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002859auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:28 [ecarstrade.nl] INFO: Extracting details for car 7002854auction111008
2026-03-29 14:50:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd02a168-e246-50a8-8c12-bf53caceb85a with identifier: 7002854auction111008
2026-03-29 14:50:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd02a168-e246-50a8-8c12-bf53caceb85a with scrape type 2
2026-03-29 14:50:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd02a168-e246-50a8-8c12-bf53caceb85a with scrape type 2
2026-03-29 14:50:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: cd02a168-e246-50a8-8c12-bf53caceb85a, identifier: 7002854auction111008
2026-03-29 14:50:28 [ecarstrade.nl] INFO: No car items found on page 33
2026-03-29 14:50:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: cd02a168-e246-50a8-8c12-bf53caceb85a with identifier: 7002854auction111008
2026-03-29 14:50:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 14:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 14:50:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: cd02a168-e246-50a8-8c12-bf53caceb85a with identifier: 7002854auction111008
2026-03-29 14:50:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: cd02a168-e246-50a8-8c12-bf53caceb85a with identifier: 7002854auction111008 to the API
2026-03-29 14:50:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 14:50:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002854>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'cd02a168-e246-50a8-8c12-bf53caceb85a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002854',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 40533,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'KIA PICANTO 1.0tgdi x-line 5-zits 74kW',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0tgdi x-line 5-zits 74kW',
'vin': None,
'year': 2023}
2026-03-29 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002854auction111008%27 HTTP/1.1" 200 None
2026-03-29 14:50:29 [ecarstrade.nl] INFO: Saving data for 7002854auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518396.016373, 'last_price_update_time': 1774795829.236229}
2026-03-29 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002854auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002873> (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-29 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-29 14:50:32 [ecarstrade.nl] INFO: Extracting details for car 7002873auction111008
2026-03-29 14:50:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9a90d22-6849-586e-a50e-19fb552b3bd1 with identifier: 7002873auction111008
2026-03-29 14:50:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9a90d22-6849-586e-a50e-19fb552b3bd1 with scrape type 2
2026-03-29 14:50:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9a90d22-6849-586e-a50e-19fb552b3bd1 with scrape type 2
2026-03-29 14:50:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: e9a90d22-6849-586e-a50e-19fb552b3bd1, identifier: 7002873auction111008
2026-03-29 14:50:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: e9a90d22-6849-586e-a50e-19fb552b3bd1 with identifier: 7002873auction111008
2026-03-29 14:50:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 14:50:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: e9a90d22-6849-586e-a50e-19fb552b3bd1 with identifier: 7002873auction111008
2026-03-29 14:50:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: e9a90d22-6849-586e-a50e-19fb552b3bd1 with identifier: 7002873auction111008 to the API
2026-03-29 14:50:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002873>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'e9a90d22-6849-586e-a50e-19fb552b3bd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002873',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Renault',
'model': 'Clio',
'odometer': 54928,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.0tce zen 67kW',
'transmission': 'manual',
'trim': 'RENAULT CLIO 1.0tce zen 67kW',
'vin': None,
'year': 2022}
2026-03-29 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002873auction111008%27 HTTP/1.1" 200 None
2026-03-29 14:50:32 [ecarstrade.nl] INFO: Saving data for 7002873auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518419.984536, 'last_price_update_time': 1774795832.873219}
2026-03-29 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002873auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002911> (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-29 14:50:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:33 [ecarstrade.nl] INFO: Extracting details for car 7002911auction111008
2026-03-29 14:50:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3d28e19-5436-572c-a49c-243fa5e58ca9 with identifier: 7002911auction111008
2026-03-29 14:50:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3d28e19-5436-572c-a49c-243fa5e58ca9 with scrape type 2
2026-03-29 14:50:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3d28e19-5436-572c-a49c-243fa5e58ca9 with scrape type 2
2026-03-29 14:50:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: c3d28e19-5436-572c-a49c-243fa5e58ca9, identifier: 7002911auction111008
2026-03-29 14:50:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: c3d28e19-5436-572c-a49c-243fa5e58ca9 with identifier: 7002911auction111008
2026-03-29 14:50:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 14:50:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: c3d28e19-5436-572c-a49c-243fa5e58ca9 with identifier: 7002911auction111008
2026-03-29 14:50:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: c3d28e19-5436-572c-a49c-243fa5e58ca9 with identifier: 7002911auction111008 to the API
2026-03-29 14:50:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002911>
{'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-04-01T12:40:00Z',
'fuel_type': 'Electric',
'id': 'c3d28e19-5436-572c-a49c-243fa5e58ca9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002911',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Soul',
'odometer': 316261,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-20',
'seats_number': 5,
'seller_name': None,
'title': 'KIA e-Soul 64kWh ev executiveline aut',
'transmission': 'automatic',
'trim': 'KIA e- 64kWh ev executiveline aut',
'vin': None,
'year': 2020}
2026-03-29 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:33 [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-29 14:50:33 [ecarstrade.nl] INFO: Saving data for 7002911auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518408.971266, 'last_price_update_time': 1774795833.91134}
2026-03-29 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002911auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002876> (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-29 14:50:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:34 [ecarstrade.nl] INFO: Extracting details for car 7002876auction111008
2026-03-29 14:50:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with identifier: 7002876auction111008
2026-03-29 14:50:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with scrape type 2
2026-03-29 14:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with scrape type 2
2026-03-29 14:50:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f2c74ef4-d793-522b-b0f0-3d2f9d7060f6, identifier: 7002876auction111008
2026-03-29 14:50:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with identifier: 7002876auction111008
2026-03-29 14:50:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with identifier: 7002876auction111008
2026-03-29 14:50:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f2c74ef4-d793-522b-b0f0-3d2f9d7060f6 with identifier: 7002876auction111008 to the API
2026-03-29 14:50:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002876>
{'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-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'f2c74ef4-d793-522b-b0f0-3d2f9d7060f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002876',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Peugeot',
'model': '108',
'odometer': 135412,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-26',
'seats_number': 4,
'seller_name': None,
'title': 'PEUGEOT 108 1.0evti active 53kW',
'transmission': 'manual',
'trim': 'PEUGEOT 1.0evti active 53kW',
'vin': None,
'year': 2021}
2026-03-29 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:35 [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-29 14:50:35 [ecarstrade.nl] INFO: Saving data for 7002876auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518411.2455, 'last_price_update_time': 1774795835.018607}
2026-03-29 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002876auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002857> (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-29 14:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:35 [ecarstrade.nl] INFO: Extracting details for car 7002857auction111008
2026-03-29 14:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with identifier: 7002857auction111008
2026-03-29 14:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with scrape type 2
2026-03-29 14:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with scrape type 2
2026-03-29 14:50:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 125b550f-7de1-5e2d-9b96-16ca07c0d3b5, identifier: 7002857auction111008
2026-03-29 14:50:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with identifier: 7002857auction111008
2026-03-29 14:50:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with identifier: 7002857auction111008
2026-03-29 14:50:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 125b550f-7de1-5e2d-9b96-16ca07c0d3b5 with identifier: 7002857auction111008 to the API
2026-03-29 14:50:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002857>
{'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-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '125b550f-7de1-5e2d-9b96-16ca07c0d3b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002857',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 133699,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-17',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0dpi comfortline 4-zits 49kW',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0dpi comfortline 4-zits 49kW',
'vin': None,
'year': 2022}
2026-03-29 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:35 [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-29 14:50:35 [ecarstrade.nl] INFO: Saving data for 7002857auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518406.561627, 'last_price_update_time': 1774795835.511816}
2026-03-29 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002857auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002868> (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-29 14:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 14:50:35 [ecarstrade.nl] INFO: Extracting details for car 7002868auction111008
2026-03-29 14:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with identifier: 7002868auction111008
2026-03-29 14:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with scrape type 2
2026-03-29 14:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with scrape type 2
2026-03-29 14:50:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 9759c2fc-1c26-5cf2-9793-4339e6d823f9, identifier: 7002868auction111008
2026-03-29 14:50:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with identifier: 7002868auction111008
2026-03-29 14:50:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with identifier: 7002868auction111008
2026-03-29 14:50:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 9759c2fc-1c26-5cf2-9793-4339e6d823f9 with identifier: 7002868auction111008 to the API
2026-03-29 14:50:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002868>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '9759c2fc-1c26-5cf2-9793-4339e6d823f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002868',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 48080,
'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': 4,
'seller_name': None,
'title': 'TOYOTA Aygo 1.0vvti x-fun 53kW',
'transmission': 'manual',
'trim': 'TOYOTA 1.0vvti x-fun 53kW',
'vin': None,
'year': 2021}
2026-03-29 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:35 [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-29 14:50:35 [ecarstrade.nl] INFO: Saving data for 7002868auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518407.775081, 'last_price_update_time': 1774795835.998374}
2026-03-29 14:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002868auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002860> (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-29 14:50:36 [ecarstrade.nl] INFO: Extracting details for car 7002860auction111008
2026-03-29 14:50:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fed781d-8711-5c30-a7a1-9b599f2028a5 with identifier: 7002860auction111008
2026-03-29 14:50:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fed781d-8711-5c30-a7a1-9b599f2028a5 with scrape type 2
2026-03-29 14:50:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fed781d-8711-5c30-a7a1-9b599f2028a5 with scrape type 2
2026-03-29 14:50:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 6fed781d-8711-5c30-a7a1-9b599f2028a5, identifier: 7002860auction111008
2026-03-29 14:50:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 6fed781d-8711-5c30-a7a1-9b599f2028a5 with identifier: 7002860auction111008
2026-03-29 14:50:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 6fed781d-8711-5c30-a7a1-9b599f2028a5 with identifier: 7002860auction111008
2026-03-29 14:50:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 6fed781d-8711-5c30-a7a1-9b599f2028a5 with identifier: 7002860auction111008 to the API
2026-03-29 14:50:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 14:50:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002860>
{'auction_title': '',
'c_o_2_emission_value': 90,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '6fed781d-8711-5c30-a7a1-9b599f2028a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002860',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 99827,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-10',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0mpi economyplusline 4-zits',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0mpi economyplusline 4-zits',
'vin': None,
'year': 2019}
2026-03-29 14:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:37 [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-29 14:50:37 [ecarstrade.nl] INFO: Saving data for 7002860auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518409.505896, 'last_price_update_time': 1774795837.105622}
2026-03-29 14:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002860auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002856> (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-29 14:50:38 [ecarstrade.nl] INFO: Extracting details for car 7002856auction111008
2026-03-29 14:50:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with identifier: 7002856auction111008
2026-03-29 14:50:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with scrape type 2
2026-03-29 14:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with scrape type 2
2026-03-29 14:50:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 4d8464e9-94aa-5ba3-bce2-2d11da4a8726, identifier: 7002856auction111008
2026-03-29 14:50:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with identifier: 7002856auction111008
2026-03-29 14:50:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with identifier: 7002856auction111008
2026-03-29 14:50:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 4d8464e9-94aa-5ba3-bce2-2d11da4a8726 with identifier: 7002856auction111008 to the API
2026-03-29 14:50:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002856>
{'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-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '4d8464e9-94aa-5ba3-bce2-2d11da4a8726',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002856',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 78036,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-17',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0dpi comfortline 4-zits 49kW',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0dpi comfortline 4-zits 49kW',
'vin': None,
'year': 2022}
2026-03-29 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:39 [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-29 14:50:39 [ecarstrade.nl] INFO: Saving data for 7002856auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518410.861462, 'last_price_update_time': 1774795839.173719}
2026-03-29 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002856auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002858> (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-29 14:50:40 [ecarstrade.nl] INFO: Extracting details for car 7002858auction111008
2026-03-29 14:50:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 520763df-5a00-5dbe-b58e-89d297f90c53 with identifier: 7002858auction111008
2026-03-29 14:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 520763df-5a00-5dbe-b58e-89d297f90c53 with scrape type 2
2026-03-29 14:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 520763df-5a00-5dbe-b58e-89d297f90c53 with scrape type 2
2026-03-29 14:50:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 520763df-5a00-5dbe-b58e-89d297f90c53, identifier: 7002858auction111008
2026-03-29 14:50:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 520763df-5a00-5dbe-b58e-89d297f90c53 with identifier: 7002858auction111008
2026-03-29 14:50:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 520763df-5a00-5dbe-b58e-89d297f90c53 with identifier: 7002858auction111008
2026-03-29 14:50:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 520763df-5a00-5dbe-b58e-89d297f90c53 with identifier: 7002858auction111008 to the API
2026-03-29 14:50:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002858>
{'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-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '520763df-5a00-5dbe-b58e-89d297f90c53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002858',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 42182,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-26',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO comfortline 4-zits 49kW',
'transmission': 'manual',
'trim': 'KIA PICANTO comfortline 4-zits 49kW',
'vin': None,
'year': 2021}
2026-03-29 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:40 [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-29 14:50:40 [ecarstrade.nl] INFO: Saving data for 7002858auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518407.109763, 'last_price_update_time': 1774795840.470552}
2026-03-29 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002858auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002855> (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-29 14:50:41 [ecarstrade.nl] INFO: Extracting details for car 7002855auction111008
2026-03-29 14:50:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b7d2ca8-2531-55a8-b12e-94359b939617 with identifier: 7002855auction111008
2026-03-29 14:50:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b7d2ca8-2531-55a8-b12e-94359b939617 with scrape type 2
2026-03-29 14:50:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b7d2ca8-2531-55a8-b12e-94359b939617 with scrape type 2
2026-03-29 14:50:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8b7d2ca8-2531-55a8-b12e-94359b939617, identifier: 7002855auction111008
2026-03-29 14:50:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8b7d2ca8-2531-55a8-b12e-94359b939617 with identifier: 7002855auction111008
2026-03-29 14:50:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8b7d2ca8-2531-55a8-b12e-94359b939617 with identifier: 7002855auction111008
2026-03-29 14:50:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8b7d2ca8-2531-55a8-b12e-94359b939617 with identifier: 7002855auction111008 to the API
2026-03-29 14:50:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002855>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '8b7d2ca8-2531-55a8-b12e-94359b939617',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002855',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Picanto',
'odometer': 79213,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-06',
'seats_number': 4,
'seller_name': None,
'title': 'KIA PICANTO 1.0dpi dynamicplusline 4-zits 49kW',
'transmission': 'manual',
'trim': 'KIA PICANTO 1.0dpi dynamicplusline 4-zits 49kW',
'vin': None,
'year': 2022}
2026-03-29 14:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:41 [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-29 14:50:41 [ecarstrade.nl] INFO: Saving data for 7002855auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518408.338422, 'last_price_update_time': 1774795841.730764}
2026-03-29 14:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002855auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002872> (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-29 14:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002871> (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-29 14:50:42 [ecarstrade.nl] INFO: Extracting details for car 7002872auction111008
2026-03-29 14:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with identifier: 7002872auction111008
2026-03-29 14:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with scrape type 2
2026-03-29 14:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with scrape type 2
2026-03-29 14:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 8a73f0a2-1ce5-5ca8-bf55-282c906b2377, identifier: 7002872auction111008
2026-03-29 14:50:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with identifier: 7002872auction111008
2026-03-29 14:50:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with identifier: 7002872auction111008
2026-03-29 14:50:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 8a73f0a2-1ce5-5ca8-bf55-282c906b2377 with identifier: 7002872auction111008 to the API
2026-03-29 14:50:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002872>
{'auction_title': '',
'c_o_2_emission_value': 112,
'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': '8a73f0a2-1ce5-5ca8-bf55-282c906b2377',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002872',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 121266,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-06',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT IBIZA evo fr business intense 110kW',
'transmission': 'manual',
'trim': 'SEAT IBIZA evo fr business intense 110kW',
'vin': None,
'year': 2018}
2026-03-29 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:42 [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-29 14:50:42 [ecarstrade.nl] INFO: Saving data for 7002872auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518411.752443, 'last_price_update_time': 1774795842.870468}
2026-03-29 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002872auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:42 [ecarstrade.nl] INFO: Extracting details for car 7002871auction111008
2026-03-29 14:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16cd0b80-5464-53fc-af44-2643e40e7e64 with identifier: 7002871auction111008
2026-03-29 14:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16cd0b80-5464-53fc-af44-2643e40e7e64 with scrape type 2
2026-03-29 14:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16cd0b80-5464-53fc-af44-2643e40e7e64 with scrape type 2
2026-03-29 14:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: 16cd0b80-5464-53fc-af44-2643e40e7e64, identifier: 7002871auction111008
2026-03-29 14:50:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: 16cd0b80-5464-53fc-af44-2643e40e7e64 with identifier: 7002871auction111008
2026-03-29 14:50:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: 16cd0b80-5464-53fc-af44-2643e40e7e64 with identifier: 7002871auction111008
2026-03-29 14:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: 16cd0b80-5464-53fc-af44-2643e40e7e64 with identifier: 7002871auction111008 to the API
2026-03-29 14:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002871>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Petrol',
'id': '16cd0b80-5464-53fc-af44-2643e40e7e64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002871',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 160109,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT IBIZA 1.0tsi fr business intense plus 81kW',
'transmission': 'manual',
'trim': 'SEAT IBIZA 1.0tsi fr business intense plus 81kW',
'vin': None,
'year': 2021}
2026-03-29 14:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:43 [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-29 14:50:43 [ecarstrade.nl] INFO: Saving data for 7002871auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518425.138061, 'last_price_update_time': 1774795843.251142}
2026-03-29 14:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002871auction111008') HTTP/1.1" 204 0
2026-03-29 14:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002861> (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-29 14:50:48 [ecarstrade.nl] INFO: Extracting details for car 7002861auction111008
2026-03-29 14:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3d47839-d6ca-5fcd-b060-09aa0f2c560e with identifier: 7002861auction111008
2026-03-29 14:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3d47839-d6ca-5fcd-b060-09aa0f2c560e with scrape type 2
2026-03-29 14:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3d47839-d6ca-5fcd-b060-09aa0f2c560e with scrape type 2
2026-03-29 14:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: f3d47839-d6ca-5fcd-b060-09aa0f2c560e, identifier: 7002861auction111008
2026-03-29 14:50:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: f3d47839-d6ca-5fcd-b060-09aa0f2c560e with identifier: 7002861auction111008
2026-03-29 14:50:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: f3d47839-d6ca-5fcd-b060-09aa0f2c560e with identifier: 7002861auction111008
2026-03-29 14:50:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: f3d47839-d6ca-5fcd-b060-09aa0f2c560e with identifier: 7002861auction111008 to the API
2026-03-29 14:50:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 14:50: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-29 14:50:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002861>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-01T12:40:00Z',
'fuel_type': 'Benzine Hybride',
'id': 'f3d47839-d6ca-5fcd-b060-09aa0f2c560e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002861',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Niro',
'odometer': 160059,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-15',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Niro hev dynamicline 104kW dct6 aut',
'transmission': 'automatic',
'trim': 'KIA hev dynamicline 104kW dct6 aut',
'vin': None,
'year': 2019}
2026-03-29 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:49 [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-29 14:50:49 [ecarstrade.nl] INFO: Saving data for 7002861auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518397.741574, 'last_price_update_time': 1774795849.033096}
2026-03-29 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002861auction111008') HTTP/1.1" 204 0
2026-03-29 14:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002910> (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-29 14:51:00 [ecarstrade.nl] INFO: Extracting details for car 7002910auction111008
2026-03-29 14:51:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d79c1c58-8d73-569d-a95d-de1255ef3450 with identifier: 7002910auction111008
2026-03-29 14:51:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d79c1c58-8d73-569d-a95d-de1255ef3450 with scrape type 2
2026-03-29 14:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d79c1c58-8d73-569d-a95d-de1255ef3450 with scrape type 2
2026-03-29 14:51:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.nl, Processed item id: d79c1c58-8d73-569d-a95d-de1255ef3450, identifier: 7002910auction111008
2026-03-29 14:51:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.nl, Translating item: d79c1c58-8d73-569d-a95d-de1255ef3450 with identifier: 7002910auction111008
2026-03-29 14:51:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.nl, Applying rules to item: d79c1c58-8d73-569d-a95d-de1255ef3450 with identifier: 7002910auction111008
2026-03-29 14:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.nl, Posting item: d79c1c58-8d73-569d-a95d-de1255ef3450 with identifier: 7002910auction111008 to the API
2026-03-29 14:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 14:51:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002910>
{'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-04-01T12:40:00Z',
'fuel_type': 'Electric',
'id': 'd79c1c58-8d73-569d-a95d-de1255ef3450',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002910',
'listing': 'auction',
'location': 'The Netherlands',
'make': 'Kia',
'model': 'Soul',
'odometer': 318132,
'odometer_reading_unit': 'km',
'origin_country_code': 'NL',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'KIA e-Soul 64kWh ev executiveline aut',
'transmission': 'automatic',
'trim': 'KIA e- 64kWh ev executiveline aut',
'vin': None,
'year': 2020}
2026-03-29 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002910auction111008%27 HTTP/1.1" 200 None
2026-03-29 14:51:00 [ecarstrade.nl] INFO: Saving data for 7002910auction111008: {'auction_closing_time': 1775047200.0, 'created_time': 1774518410.243965, 'last_price_update_time': 1774795860.864079}
2026-03-29 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='7002910auction111008') HTTP/1.1" 204 0
2026-03-29 14:51:00 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 14:51:00 [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>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-29 14:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 14:51:01 [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%201774363860 HTTP/1.1" 200 None
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995273auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995274auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995275auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995276auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995277auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995278auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995279auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995280auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995281auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995282auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995283auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995284auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995285auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995286auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995287auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995288auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995289auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995290auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995291auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995292auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995293auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995294auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995295auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995297auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995298auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995299auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995300auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995301auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995302auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995303auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995304auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995305auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995306auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995307auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995308auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995309auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995310auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995311auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995312auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995313auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995314auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995315auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995316auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995317auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.nl',RowKey='6995319auction110957') HTTP/1.1" 204 0
2026-03-29 14:51:01 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (24 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.nl/task_35_2026-03-29T14_45_00.jl
2026-03-29 14:51:01 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 136875,
'downloader/request_count': 58,
'downloader/request_method_count/GET': 58,
'downloader/response_bytes': 36319128,
'downloader/response_count': 58,
'downloader/response_status_count/200': 58,
'elapsed_time_seconds': 354.481177,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 29, 14, 51, 1, 416248, tzinfo=datetime.timezone.utc),
'item_scraped_count': 24,
'log_count/DEBUG': 1981,
'log_count/INFO': 1588,
'memusage/max': 337108992,
'memusage/startup': 149606400,
'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': 178,
'playwright/request_count/method/GET': 155,
'playwright/request_count/method/POST': 23,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/eventsource': 2,
'playwright/request_count/resource_type/fetch': 18,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 86,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 46,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 178,
'playwright/response_count/method/GET': 155,
'playwright/response_count/method/POST': 23,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 18,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 86,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 46,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 33,
'response_received_count': 58,
'scheduler/dequeued': 58,
'scheduler/dequeued/memory': 58,
'scheduler/enqueued': 58,
'scheduler/enqueued/memory': 58,
'scrape_type/price_update': 24,
'scrape_type/skipped': 612,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 57,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 8.634124957449867,
'scrapy-zyte-api/mean_response_seconds': 8.88844046202537,
'scrapy-zyte-api/processed': 57,
'scrapy-zyte-api/request_args/browserHtml': 57,
'scrapy-zyte-api/request_args/experimental.requestCookies': 57,
'scrapy-zyte-api/request_args/experimental.responseCookies': 57,
'scrapy-zyte-api/request_args/requestHeaders': 57,
'scrapy-zyte-api/request_args/sessionContext': 57,
'scrapy-zyte-api/request_args/url': 57,
'scrapy-zyte-api/status_codes/200': 57,
'scrapy-zyte-api/success': 57,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 29, 14, 45, 6, 935071, tzinfo=datetime.timezone.utc)}
2026-03-29 14:51:01 [scrapy.core.engine] INFO: Spider closed (finished)