PROJECT (sourcing_v2)
SPIDER (auto_selling_coches.net.api)
2026-03-30 15:17:52 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 15:17:52 [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-30 15:17:52 [auto_selling_coches.net.api] INFO: Starting auto_selling_coches.net.api spider (API-based)
2026-03-30 15:17:52 [auto_selling_coches.net.api] INFO: Extracted dealer slug: automovilesmelli
2026-03-30 15:17:52 [auto_selling_coches.net.api] INFO: _job: 4af8ba502c1f11f18e133aacc95538c6, SCRAPY_JOB: None
2026-03-30 15:17:52 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 15:17:52 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 15:17:52 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 15:17:52 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 15:17:52 [scrapy.extensions.telnet] INFO: Telnet Password: 8200dfa4a2825b6d
2026-03-30 15:17:52 [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-30 15:17:52 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 3600,
'CONCURRENT_REQUESTS': 5,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto_selling_coches.net.api/4af8ba502c1f11f18e133aacc95538c6.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-30 15:17:52 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:17:52 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:17:52 [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-30 15:17:52 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
2026-03-30 15:17:52 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.auto_selling.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-30 15:17:52 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
2026-03-30 15:17:52 [scrapy.core.engine] INFO: Spider opened
2026-03-30 15:17:52 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 15:17:52 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
2026-03-30 15:17:52 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
2026-03-30 15:17:52 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 15:17:52 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 15:17:52 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-30 15:17:52 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:17:52 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:17:57 [auto_selling_coches.net.api] INFO: API spider started with URL: https://www.coches.net/concesionario/automovilesmelli, dealer_slug: automovilesmelli
2026-03-30 15:17:57 [auto_selling_coches.net.api] INFO: Trying fast dealer API: https://web.gw.coches.net/dealers/automovilesmelli
2026-03-30 15:17:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:17:58 [scrapy.core.engine] DEBUG: Crawled (400) <GET https://web.gw.coches.net/dealers/automovilesmelli> (referer: None) ['zyte-api']
2026-03-30 15:17:58 [auto_selling_coches.net.api] INFO: Search API failed (Ignoring non-200 response), falling back to browserHtml
2026-03-30 15:17:58 [auto_selling_coches.net.api] INFO: Using browserHtml fallback path (page 1)
2026-03-30 15:17:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/automovilesmelli?pg=1> (referer: None) ['zyte-api']
2026-03-30 15:18:18 [auto_selling_coches.net.api] INFO: Total items from HTML header: 40
2026-03-30 15:18:18 [auto_selling_coches.net.api] INFO: Extracting listings from HTML page 1
2026-03-30 15:18:18 [auto_selling_coches.net.api] INFO: Found 30 listings in HTML (page 1)
2026-03-30 15:18:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 61826879
2026-03-30 15:18:18 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-30 15:18:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2106
2026-03-30 15:18:19 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761826879%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61826879: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61826879
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61340626
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761340626%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61340626: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61340626
2026-03-30 15:18:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 60765759
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2760765759%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 60765759: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 60765759
2026-03-30 15:18:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 60825768
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2760825768%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 60825768: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 60825768
2026-03-30 15:18:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61123189
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761123189%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61123189: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61123189
2026-03-30 15:18:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61340609
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761340609%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61340609: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61340609
2026-03-30 15:18:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 60869556
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2760869556%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 60869556: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 60869556
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61036247
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761036247%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61036247: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61036247
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 59252308
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2759252308%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 59252308: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 59252308
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61240214
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761240214%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61240214: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61240214
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61618196
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761618196%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61618196: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61618196
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61618194
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761618194%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61618194: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61618194
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61785785
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761785785%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61785785: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61785785
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61561180
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761561180%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61561180: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61561180
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61964856
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761964856%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61964856: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61964856
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 62184590
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762184590%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 62184590: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 62184590
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61835959
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761835959%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61835959: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61835959
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61785812
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761785812%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61785812: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61785812
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 62142030
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762142030%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 62142030: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 62142030
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61382983
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761382983%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61382983: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61382983
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 62072876
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762072876%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 62072876: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 62072876
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61375438
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761375438%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61375438: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61375438
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 61896873
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761896873%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 61896873: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 61896873
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70252243
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770252243%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 70252243: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70252243
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 62248241
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762248241%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 62248241: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 62248241
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 62508094
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762508094%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 62508094: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 62508094
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70252279
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770252279%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 70252279: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70252279
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 62508306
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762508306%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 62508306: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 62508306
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70109698
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770109698%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 70109698: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70109698
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 62508122
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762508122%27 HTTP/1.1" 200 None
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scrape type for 62508122: 1
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Scraping new listing 62508122
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: HTML pagination: fetching page 2 (scraped 30/40 items)
2026-03-30 15:18:19 [auto_selling_coches.net.api] INFO: Using browserHtml fallback path (page 2)
2026-03-30 15:18:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/60765759> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61826879> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/60825768> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:20 [auto_selling_coches.net.api] INFO: Extracted item from API: 60765759 - VOLKSWAGEN Passat Executive 2.0 TDI DSG
2026-03-30 15:18:20 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: c0a2071e-90fd-5cae-82bf-69e51ac62690 with identifier: 60765759
2026-03-30 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item c0a2071e-90fd-5cae-82bf-69e51ac62690
2026-03-30 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F17984127%252F6e355861-1026-45d6-a68c-f483803daaf4.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/17984127/6e355861-1026-45d6-a68c-f483803daaf4.jpg already downloaded
2026-03-30 15:18:20 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: c0a2071e-90fd-5cae-82bf-69e51ac62690 with identifier 60765759
2026-03-30 15:18:20 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: None -> <ConnectionState.START: 0>
2026-03-30 15:18:20 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.START: 0> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:18:20 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:18:20 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.OPEN_PIPE: 4>
2026-03-30 15:18:20 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.UNMAPPED: 0> -> <SessionState.BEGIN_SENT: 1>
2026-03-30 15:18:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:18:20 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:18:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:18:20 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:18:20 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_PIPE: 4> -> <ConnectionState.OPEN_SENT: 7>
2026-03-30 15:18:20 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_SENT: 7> -> <ConnectionState.OPENED: 9>
2026-03-30 15:18:20 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.BEGIN_SENT: 1> -> <SessionState.MAPPED: 3>
2026-03-30 15:18:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:18:20 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:18:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:18:20 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:18:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS completed opening with status: <ManagementOpenResult.OK: 1>
2026-03-30 15:18:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:18:20 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2018
2026-03-30 15:18:20 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883900
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883900
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS Put token result (<ManagementExecuteOperationResult.OK: 0>), status code: 202, status_description: b'Accepted'.
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:21 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:18:21 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:21 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item c0a2071e-90fd-5cae-82bf-69e51ac62690
2026-03-30 15:18:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/60765759>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 4,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 122,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c0a2071e-90fd-5cae-82bf-69e51ac62690',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-passat-executive-20-tdi-90kw-122cv-dsg-4p-diesel-2022-en-huelva-60765759-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'VOLKSWAGEN',
'model': 'Passat',
'odometer': 66000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/17984127/6e355861-1026-45d6-a68c-f483803daaf4.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c0a2071e-90fd-5cae-82bf-69e51ac62690/c0a2071e-90fd-5cae-82bf-69e51ac62690_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163386,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/17984127/6e355861-1026-45d6-a68c-f483803daaf4.jpg',
'Width': 800}],
'price': 24900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Passat Executive 2.0 TDI DSG',
'transmission': 'automatic',
'trim': 'Executive 2.0 TDI 90kW 122CV DSG',
'vin': None,
'year': 2021}
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2760765759%27 HTTP/1.1" 200 None
2026-03-30 15:18:21 [auto_selling_coches.net.api] INFO: Saving data for 60765759: {'created_time': 1774883901.211973, 'last_price_update_time': 1774883901.211988}
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='60765759') HTTP/1.1" 204 0
2026-03-30 15:18:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61340626> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:21 [auto_selling_coches.net.api] INFO: Extracted item from API: 61826879 - RENAULT Captur Intens TCe GPF Micro Hibrido
2026-03-30 15:18:21 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b3323b1-4039-5361-b154-b4e7a4c60b05 with identifier: 61826879
2026-03-30 15:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 5b3323b1-4039-5361-b154-b4e7a4c60b05
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18819597%252Fba192cca-2d21-4931-9908-e665a1a25e0c.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18819597/ba192cca-2d21-4931-9908-e665a1a25e0c.jpg already downloaded
2026-03-30 15:18:21 [auto_selling_coches.net.api] INFO: Extracted item from API: 60825768 - SEAT León 2.0 TDI SS Style Go
2026-03-30 15:18:21 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f2cbf541-91a8-5a41-92a3-8c20ec21003c with identifier: 60825768
2026-03-30 15:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item f2cbf541-91a8-5a41-92a3-8c20ec21003c
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18030954%252Ffdb6966a-966e-4dd2-b27e-dceea162090b.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18030954/fdb6966a-966e-4dd2-b27e-dceea162090b.jpg already downloaded
2026-03-30 15:18:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:21 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5b3323b1-4039-5361-b154-b4e7a4c60b05 with identifier 61826879
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:21 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5b3323b1-4039-5361-b154-b4e7a4c60b05
2026-03-30 15:18:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61826879>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Rojo',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO FINANCIADO: 19900€',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '1.3L',
'engine_horse_power': 140,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': '5b3323b1-4039-5361-b154-b4e7a4c60b05',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/renault-captur-intens-tce-140cv-gpf-micro-hibrido-5p-electrico-hibrido-2021-en-huelva-61826879-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'RENAULT',
'model': 'Captur',
'odometer': 83000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18819597/ba192cca-2d21-4931-9908-e665a1a25e0c.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_5b3323b1-4039-5361-b154-b4e7a4c60b05/5b3323b1-4039-5361-b154-b4e7a4c60b05_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171969,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18819597/ba192cca-2d21-4931-9908-e665a1a25e0c.jpg',
'Width': 800}],
'price': 19900,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur Intens TCe GPF Micro Hibrido',
'transmission': 'manual',
'trim': 'Intens TCe 140CV GPF Micro Hibrido',
'vin': None,
'year': 2022}
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761826879%27 HTTP/1.1" 200 None
2026-03-30 15:18:21 [auto_selling_coches.net.api] INFO: Saving data for 61826879: {'created_time': 1774883901.538527, 'last_price_update_time': 1774883901.538539}
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61826879') HTTP/1.1" 204 0
2026-03-30 15:18:21 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f2cbf541-91a8-5a41-92a3-8c20ec21003c with identifier 60825768
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:21 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f2cbf541-91a8-5a41-92a3-8c20ec21003c
2026-03-30 15:18:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/60825768>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 102,
'category': 'Coches',
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 115,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f2cbf541-91a8-5a41-92a3-8c20ec21003c',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/seat-leon-20-tdi-85kw-ss-style-go-5p-diesel-2022-en-huelva-60825768-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'SEAT',
'model': 'León',
'odometer': 96000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18030954/fdb6966a-966e-4dd2-b27e-dceea162090b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2cbf541-91a8-5a41-92a3-8c20ec21003c/f2cbf541-91a8-5a41-92a3-8c20ec21003c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153880,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18030954/fdb6966a-966e-4dd2-b27e-dceea162090b.jpg',
'Width': 800}],
'price': 21900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT León 2.0 TDI SS Style Go',
'transmission': 'manual',
'trim': '2.0 TDI 85kW SS Style Go',
'vin': None,
'year': 2021}
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2760825768%27 HTTP/1.1" 200 None
2026-03-30 15:18:21 [auto_selling_coches.net.api] INFO: Saving data for 60825768: {'created_time': 1774883901.583832, 'last_price_update_time': 1774883901.583845}
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='60825768') HTTP/1.1" 204 0
2026-03-30 15:18:21 [auto_selling_coches.net.api] INFO: Extracted item from API: 61340626 - VOLKSWAGEN Golf Life 2.0 TDI
2026-03-30 15:18:21 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 57e20b56-023c-5f2c-9037-3d2d021f2af5 with identifier: 61340626
2026-03-30 15:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 57e20b56-023c-5f2c-9037-3d2d021f2af5
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18446511%252F8e70b6f7-7374-499e-ba22-a938ba4ee1be.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18446511/8e70b6f7-7374-499e-ba22-a938ba4ee1be.jpg already downloaded
2026-03-30 15:18:21 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 57e20b56-023c-5f2c-9037-3d2d021f2af5 with identifier 61340626
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:21 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 57e20b56-023c-5f2c-9037-3d2d021f2af5
2026-03-30 15:18:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61340626>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Azul',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO FINANCIADO 21900€',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 115,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '57e20b56-023c-5f2c-9037-3d2d021f2af5',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-golf-life-20-tdi-85kw-115cv-5p-diesel-2022-en-huelva-61340626-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'VOLKSWAGEN',
'model': 'Golf',
'odometer': 74500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18446511/8e70b6f7-7374-499e-ba22-a938ba4ee1be.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_57e20b56-023c-5f2c-9037-3d2d021f2af5/57e20b56-023c-5f2c-9037-3d2d021f2af5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178579,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18446511/8e70b6f7-7374-499e-ba22-a938ba4ee1be.jpg',
'Width': 800}],
'price': 21900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Life 2.0 TDI',
'transmission': 'manual',
'trim': 'Life 2.0 TDI 85kW 115CV',
'vin': None,
'year': 2021}
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761340626%27 HTTP/1.1" 200 None
2026-03-30 15:18:21 [auto_selling_coches.net.api] INFO: Saving data for 61340626: {'created_time': 1774883901.653899, 'last_price_update_time': 1774883901.65391}
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61340626') HTTP/1.1" 204 0
2026-03-30 15:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61123189> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62508306> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62508122> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:22 [auto_selling_coches.net.api] INFO: Extracted item from API: 61123189 - AUDI A3 Sedan Advanced 30 TDI
2026-03-30 15:18:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f773d8e-8748-533d-b5d6-ab15c15c9e64 with identifier: 61123189
2026-03-30 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 0f773d8e-8748-533d-b5d6-ab15c15c9e64
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18282210%252F9ca40f4a-6545-4d31-85fd-6ead36d2d3a5.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18282210/9ca40f4a-6545-4d31-85fd-6ead36d2d3a5.jpg already downloaded
2026-03-30 15:18:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 0f773d8e-8748-533d-b5d6-ab15c15c9e64 with identifier 61123189
2026-03-30 15:18:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 0f773d8e-8748-533d-b5d6-ab15c15c9e64
2026-03-30 15:18:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61123189>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Negro',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 4,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 116,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '0f773d8e-8748-533d-b5d6-ab15c15c9e64',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-a3-sedan-advanced-30-tdi-85kw-116cv-4p-diesel-2022-en-huelva-61123189-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'AUDI',
'model': 'A3',
'odometer': 103000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18282210/9ca40f4a-6545-4d31-85fd-6ead36d2d3a5.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0f773d8e-8748-533d-b5d6-ab15c15c9e64/0f773d8e-8748-533d-b5d6-ab15c15c9e64_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 175317,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18282210/9ca40f4a-6545-4d31-85fd-6ead36d2d3a5.jpg',
'Width': 800}],
'price': 24900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sedan Advanced 30 TDI',
'transmission': 'manual',
'trim': 'Sedan Advanced 30 TDI 85kW 116CV',
'vin': None,
'year': 2021}
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761123189%27 HTTP/1.1" 200 None
2026-03-30 15:18:22 [auto_selling_coches.net.api] INFO: Saving data for 61123189: {'created_time': 1774883902.598948, 'last_price_update_time': 1774883902.598964}
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61123189') HTTP/1.1" 204 0
2026-03-30 15:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70109698> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:22 [auto_selling_coches.net.api] INFO: Extracted item from API: 62508306 - AUDI Q3 Advanced 35 TDI S tronic
2026-03-30 15:18:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 428c6119-aae0-51b9-8f46-ab7a693494fc with identifier: 62508306
2026-03-30 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 428c6119-aae0-51b9-8f46-ab7a693494fc
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19393472%252F3c36ee00-2ada-4885-8178-5e8b07d46368.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19393472/3c36ee00-2ada-4885-8178-5e8b07d46368.jpg already downloaded
2026-03-30 15:18:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 428c6119-aae0-51b9-8f46-ab7a693494fc with identifier 62508306
2026-03-30 15:18:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 428c6119-aae0-51b9-8f46-ab7a693494fc
2026-03-30 15:18:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62508306>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 121,
'category': 'Coches',
'color': 'Azul',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO SUJETO A FINANCIACIO: 33900€',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '428c6119-aae0-51b9-8f46-ab7a693494fc',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-q3-advanced-35-tdi-110kw-150cv-s-tronic-5p-diesel-2024-en-huelva-62508306-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'AUDI',
'model': 'Q3',
'odometer': 35700,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19393472/3c36ee00-2ada-4885-8178-5e8b07d46368.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_428c6119-aae0-51b9-8f46-ab7a693494fc/428c6119-aae0-51b9-8f46-ab7a693494fc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61704,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19393472/3c36ee00-2ada-4885-8178-5e8b07d46368.jpg',
'Width': 800}],
'price': 33900,
'price_includes_vat': True,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Advanced 35 TDI S tronic',
'transmission': 'automatic',
'trim': 'Advanced 35 TDI 110kW 150CV S tronic',
'vin': None,
'year': 2023}
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762508306%27 HTTP/1.1" 200 None
2026-03-30 15:18:22 [auto_selling_coches.net.api] INFO: Saving data for 62508306: {'created_time': 1774883902.68067, 'last_price_update_time': 1774883902.680682}
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62508306') HTTP/1.1" 204 0
2026-03-30 15:18:22 [auto_selling_coches.net.api] INFO: Extracted item from API: 62508122 - TOYOTA Hilux 2.4 D4D Cabina Doble GX
2026-03-30 15:18:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: d13c9e37-0c5d-55ab-b37c-0d3ef4e8bc60 with identifier: 62508122
2026-03-30 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item d13c9e37-0c5d-55ab-b37c-0d3ef4e8bc60
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19393261%252F8892b51d-5137-407a-b929-5b99e3edb002.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19393261/8892b51d-5137-407a-b929-5b99e3edb002.jpg already downloaded
2026-03-30 15:18:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: d13c9e37-0c5d-55ab-b37c-0d3ef4e8bc60 with identifier 62508122
2026-03-30 15:18:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item d13c9e37-0c5d-55ab-b37c-0d3ef4e8bc60
2026-03-30 15:18:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62508122>
{'auction_title': '',
'body_type': 'Pick Up',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO SUJETO A FINANCIACIO: 32900€',
'doors_number': 4,
'emission_standard': 'C',
'engine': '2.4L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd13c9e37-0c5d-55ab-b37c-0d3ef4e8bc60',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/toyota-hilux-24-d4d-cabina-doble-gx-4p-diesel-2021-en-huelva-62508122-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'TOYOTA',
'model': 'Hilux',
'odometer': 114000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19393261/8892b51d-5137-407a-b929-5b99e3edb002.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d13c9e37-0c5d-55ab-b37c-0d3ef4e8bc60/d13c9e37-0c5d-55ab-b37c-0d3ef4e8bc60_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59862,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19393261/8892b51d-5137-407a-b929-5b99e3edb002.jpg',
'Width': 800}],
'price': 32900,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Hilux 2.4 D4D Cabina Doble GX',
'transmission': 'manual',
'trim': '2.4 D4D Cabina Doble GX',
'vin': None,
'year': 2022}
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762508122%27 HTTP/1.1" 200 None
2026-03-30 15:18:22 [auto_selling_coches.net.api] INFO: Saving data for 62508122: {'created_time': 1774883902.833877, 'last_price_update_time': 1774883902.833891}
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62508122') HTTP/1.1" 204 0
2026-03-30 15:18:22 [auto_selling_coches.net.api] INFO: Extracted item from API: 70109698 - VOLKSWAGEN T-Roc Life 1.5 TSI DSG
2026-03-30 15:18:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: e6547f4d-a716-586d-951b-5364db4394b2 with identifier: 70109698
2026-03-30 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item e6547f4d-a716-586d-951b-5364db4394b2
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19608109%252F448e011f-0ea1-4069-84a4-59e7313475ba.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19608109/448e011f-0ea1-4069-84a4-59e7313475ba.jpg already downloaded
2026-03-30 15:18:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: e6547f4d-a716-586d-951b-5364db4394b2 with identifier 70109698
2026-03-30 15:18:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item e6547f4d-a716-586d-951b-5364db4394b2
2026-03-30 15:18:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70109698>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': 'e6547f4d-a716-586d-951b-5364db4394b2',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-t-roc-life-15-tsi-110kw-150cv-dsg-5p-gasolina-2023-en-huelva-70109698-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'VOLKSWAGEN',
'model': 'T-Roc',
'odometer': 78500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19608109/448e011f-0ea1-4069-84a4-59e7313475ba.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e6547f4d-a716-586d-951b-5364db4394b2/e6547f4d-a716-586d-951b-5364db4394b2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66636,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19608109/448e011f-0ea1-4069-84a4-59e7313475ba.jpg',
'Width': 800}],
'price': 23900,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc Life 1.5 TSI DSG',
'transmission': 'automatic',
'trim': 'Life 1.5 TSI 110kW 150CV DSG',
'vin': None,
'year': 2022}
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770109698%27 HTTP/1.1" 200 None
2026-03-30 15:18:22 [auto_selling_coches.net.api] INFO: Saving data for 70109698: {'created_time': 1774883902.899485, 'last_price_update_time': 1774883902.899496}
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70109698') HTTP/1.1" 204 0
2026-03-30 15:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62508094> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62248241> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:23 [auto_selling_coches.net.api] INFO: Extracted item from API: 62508094 - NISSAN QASHQAI DIGT CVT NConnecta
2026-03-30 15:18:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: acfe3b9f-4b07-56b1-98e1-438794d793e8 with identifier: 62508094
2026-03-30 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item acfe3b9f-4b07-56b1-98e1-438794d793e8
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19393244%252F139c2f5c-de48-4655-a08d-625b45f19adb.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19393244/139c2f5c-de48-4655-a08d-625b45f19adb.jpg already downloaded
2026-03-30 15:18:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: acfe3b9f-4b07-56b1-98e1-438794d793e8 with identifier 62508094
2026-03-30 15:18:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item acfe3b9f-4b07-56b1-98e1-438794d793e8
2026-03-30 15:18:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62508094>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Gris / Plata (NEGRO)',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO SUJETO A FINANCIACIO: 25900€',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '1.3L',
'engine_horse_power': 158,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': 'acfe3b9f-4b07-56b1-98e1-438794d793e8',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/nissan-qashqai-digt-116kw-cvt-nconnecta-5p-electrico-hibrido-2025-en-huelva-62508094-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 39500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19393244/139c2f5c-de48-4655-a08d-625b45f19adb.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_acfe3b9f-4b07-56b1-98e1-438794d793e8/acfe3b9f-4b07-56b1-98e1-438794d793e8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70689,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19393244/139c2f5c-de48-4655-a08d-625b45f19adb.jpg',
'Width': 800}],
'price': 25900,
'price_includes_vat': True,
'registration_date': '2025-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN QASHQAI DIGT CVT NConnecta',
'transmission': 'manual',
'trim': 'DIGT 116kW CVT NConnecta',
'vin': None,
'year': 2025}
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762508094%27 HTTP/1.1" 200 None
2026-03-30 15:18:23 [auto_selling_coches.net.api] INFO: Saving data for 62508094: {'created_time': 1774883903.752499, 'last_price_update_time': 1774883903.75251}
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62508094') HTTP/1.1" 204 0
2026-03-30 15:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70252243> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:23 [auto_selling_coches.net.api] INFO: Extracted item from API: 62248241 - MINI MINI COOPER 5 PUERTAS
2026-03-30 15:18:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 7323126e-8ee8-5537-9e12-c08499885046 with identifier: 62248241
2026-03-30 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 7323126e-8ee8-5537-9e12-c08499885046
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19174604%252F8d59be06-de70-4670-ba76-3fe0b543cad2.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19174604/8d59be06-de70-4670-ba76-3fe0b543cad2.jpg already downloaded
2026-03-30 15:18:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 7323126e-8ee8-5537-9e12-c08499885046 with identifier 62248241
2026-03-30 15:18:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 7323126e-8ee8-5537-9e12-c08499885046
2026-03-30 15:18:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62248241>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO FINANCIADO: 20900€',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.5L',
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '7323126e-8ee8-5537-9e12-c08499885046',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mini-mini-cooper-5-puertas-5p-gasolina-2022-en-huelva-62248241-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'MINI',
'model': 'MINI',
'odometer': 78700,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19174604/8d59be06-de70-4670-ba76-3fe0b543cad2.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7323126e-8ee8-5537-9e12-c08499885046/7323126e-8ee8-5537-9e12-c08499885046_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133234,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19174604/8d59be06-de70-4670-ba76-3fe0b543cad2.jpg',
'Width': 800}],
'price': 20900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MINI MINI COOPER 5 PUERTAS',
'transmission': 'manual',
'trim': 'COOPER 5 PUERTAS',
'vin': None,
'year': 2021}
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762248241%27 HTTP/1.1" 200 None
2026-03-30 15:18:23 [auto_selling_coches.net.api] INFO: Saving data for 62248241: {'created_time': 1774883903.815209, 'last_price_update_time': 1774883903.81522}
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62248241') HTTP/1.1" 204 0
2026-03-30 15:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70252279> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:23 [auto_selling_coches.net.api] INFO: Extracted item from API: 70252243 - RENAULT Clio Business dCi 18
2026-03-30 15:18:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b2a8033e-8788-5542-980b-767f5e367594 with identifier: 70252243
2026-03-30 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item b2a8033e-8788-5542-980b-767f5e367594
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19715124%252F9f015b7d-4eb5-4d6c-b641-29276635c35c.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19715124/9f015b7d-4eb5-4d6c-b641-29276635c35c.jpg already downloaded
2026-03-30 15:18:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b2a8033e-8788-5542-980b-767f5e367594 with identifier 70252243
2026-03-30 15:18:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b2a8033e-8788-5542-980b-767f5e367594
2026-03-30 15:18:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70252243>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 106,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.5L',
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b2a8033e-8788-5542-980b-767f5e367594',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/renault-clio-business-dci-66kw-90cv-18-5p-diesel-2018-en-huelva-70252243-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 108000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19715124/9f015b7d-4eb5-4d6c-b641-29276635c35c.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2a8033e-8788-5542-980b-767f5e367594/b2a8033e-8788-5542-980b-767f5e367594_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63916,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19715124/9f015b7d-4eb5-4d6c-b641-29276635c35c.jpg',
'Width': 800}],
'price': 10900,
'price_includes_vat': True,
'registration_date': '2018-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio Business dCi 18',
'transmission': 'manual',
'trim': 'Business dCi 66kW 90CV 18',
'vin': None,
'year': 2018}
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770252243%27 HTTP/1.1" 200 None
2026-03-30 15:18:23 [auto_selling_coches.net.api] INFO: Saving data for 70252243: {'created_time': 1774883903.944666, 'last_price_update_time': 1774883903.944676}
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70252243') HTTP/1.1" 204 0
2026-03-30 15:18:23 [auto_selling_coches.net.api] INFO: Extracted item from API: 70252279 - DACIA Duster Comfort Blue dCi 4X4
2026-03-30 15:18:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 0956aba5-f4ea-5004-bfc2-09584e4aefb0 with identifier: 70252279
2026-03-30 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 0956aba5-f4ea-5004-bfc2-09584e4aefb0
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19715153%252F78755184-6fe8-468e-a53e-e6e7209b7b6c.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19715153/78755184-6fe8-468e-a53e-e6e7209b7b6c.jpg already downloaded
2026-03-30 15:18:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 0956aba5-f4ea-5004-bfc2-09584e4aefb0 with identifier 70252279
2026-03-30 15:18:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 0956aba5-f4ea-5004-bfc2-09584e4aefb0
2026-03-30 15:18:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70252279>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.5L',
'engine_horse_power': 115,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '0956aba5-f4ea-5004-bfc2-09584e4aefb0',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/dacia-duster-comfort-blue-dci-85kw-115cv-4x4-5p-diesel-2021-en-huelva-70252279-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'DACIA',
'model': 'Duster',
'odometer': 106000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19715153/78755184-6fe8-468e-a53e-e6e7209b7b6c.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0956aba5-f4ea-5004-bfc2-09584e4aefb0/0956aba5-f4ea-5004-bfc2-09584e4aefb0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61477,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19715153/78755184-6fe8-468e-a53e-e6e7209b7b6c.jpg',
'Width': 800}],
'price': 17900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA Duster Comfort Blue dCi 4X4',
'transmission': 'manual',
'trim': 'Comfort Blue dCi 85kW 115CV 4X4',
'vin': None,
'year': 2021}
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770252279%27 HTTP/1.1" 200 None
2026-03-30 15:18:24 [auto_selling_coches.net.api] INFO: Saving data for 70252279: {'created_time': 1774883904.020929, 'last_price_update_time': 1774883904.020939}
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70252279') HTTP/1.1" 204 0
2026-03-30 15:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61375438> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:24 [auto_selling_coches.net.api] INFO: Extracted item from API: 61375438 - BMW X1 sDrive18dA Corporate
2026-03-30 15:18:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 704d3413-c8ad-581e-9a69-1a58a30279e1 with identifier: 61375438
2026-03-30 15:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 704d3413-c8ad-581e-9a69-1a58a30279e1
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18472930%252Fce286d26-a311-4024-bbb7-05b33ba04589.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18472930/ce286d26-a311-4024-bbb7-05b33ba04589.jpg already downloaded
2026-03-30 15:18:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 704d3413-c8ad-581e-9a69-1a58a30279e1 with identifier 61375438
2026-03-30 15:18:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 704d3413-c8ad-581e-9a69-1a58a30279e1
2026-03-30 15:18:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61375438>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Azul',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '704d3413-c8ad-581e-9a69-1a58a30279e1',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/bmw-x1-sdrive18da-corporate-5p-diesel-2022-en-huelva-61375438-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'BMW',
'model': 'X1',
'odometer': 63500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18472930/ce286d26-a311-4024-bbb7-05b33ba04589.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_704d3413-c8ad-581e-9a69-1a58a30279e1/704d3413-c8ad-581e-9a69-1a58a30279e1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172170,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18472930/ce286d26-a311-4024-bbb7-05b33ba04589.jpg',
'Width': 800}],
'price': 29900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive18dA Corporate',
'transmission': 'automatic',
'trim': 'sDrive18dA Corporate',
'vin': None,
'year': 2021}
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761375438%27 HTTP/1.1" 200 None
2026-03-30 15:18:24 [auto_selling_coches.net.api] INFO: Saving data for 61375438: {'created_time': 1774883904.830075, 'last_price_update_time': 1774883904.830085}
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61375438') HTTP/1.1" 204 0
2026-03-30 15:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61382983> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:24 [auto_selling_coches.net.api] INFO: Extracted item from API: 61382983 - AUDI Q2 Advanced 30 TDI S tronic
2026-03-30 15:18:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ab8c17ef-03a6-5555-a207-29483ad1aeab with identifier: 61382983
2026-03-30 15:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item ab8c17ef-03a6-5555-a207-29483ad1aeab
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18478709%252F8ff00aa3-5663-4958-8875-062f59761482.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18478709/8ff00aa3-5663-4958-8875-062f59761482.jpg already downloaded
2026-03-30 15:18:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ab8c17ef-03a6-5555-a207-29483ad1aeab with identifier 61382983
2026-03-30 15:18:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ab8c17ef-03a6-5555-a207-29483ad1aeab
2026-03-30 15:18:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61382983>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 116,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ab8c17ef-03a6-5555-a207-29483ad1aeab',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-q2-advanced-30-tdi-85kw-116cv-s-tronic-5p-diesel-2022-en-huelva-61382983-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'AUDI',
'model': 'Q2',
'odometer': 87500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18478709/8ff00aa3-5663-4958-8875-062f59761482.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ab8c17ef-03a6-5555-a207-29483ad1aeab/ab8c17ef-03a6-5555-a207-29483ad1aeab_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145617,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18478709/8ff00aa3-5663-4958-8875-062f59761482.jpg',
'Width': 800}],
'price': 25900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q2 Advanced 30 TDI S tronic',
'transmission': 'automatic',
'trim': 'Advanced 30 TDI 85kW 116CV S tronic',
'vin': None,
'year': 2021}
2026-03-30 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761382983%27 HTTP/1.1" 200 None
2026-03-30 15:18:25 [auto_selling_coches.net.api] INFO: Saving data for 61382983: {'created_time': 1774883905.002103, 'last_price_update_time': 1774883905.002113}
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61382983') HTTP/1.1" 204 0
2026-03-30 15:18:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61896873> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62072876> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:25 [auto_selling_coches.net.api] INFO: Extracted item from API: 61896873 - VOLKSWAGEN Amarok CD Conect 3.0TDI 4MO BMT
2026-03-30 15:18:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a43d5b2e-d46f-51c2-b36e-296f2c2094dd with identifier: 61896873
2026-03-30 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item a43d5b2e-d46f-51c2-b36e-296f2c2094dd
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18881125%252F0a2f9e1c-4254-4ed4-8400-533202684554.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18881125/0a2f9e1c-4254-4ed4-8400-533202684554.jpg already downloaded
2026-03-30 15:18:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a43d5b2e-d46f-51c2-b36e-296f2c2094dd with identifier 61896873
2026-03-30 15:18:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a43d5b2e-d46f-51c2-b36e-296f2c2094dd
2026-03-30 15:18:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61896873>
{'auction_title': '',
'body_type': 'Pick Up',
'c_o_2_emission_value': 228,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO FINANCIADO 31900€',
'doors_number': 4,
'emission_standard': 'C',
'engine': '3.0L',
'engine_horse_power': 163,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a43d5b2e-d46f-51c2-b36e-296f2c2094dd',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-amarok-cd-conect-30tdi-4mo-bmt-120kw-4p-diesel-2019-en-huelva-61896873-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'VOLKSWAGEN',
'model': 'Amarok',
'odometer': 72500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18881125/0a2f9e1c-4254-4ed4-8400-533202684554.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a43d5b2e-d46f-51c2-b36e-296f2c2094dd/a43d5b2e-d46f-51c2-b36e-296f2c2094dd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155538,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18881125/0a2f9e1c-4254-4ed4-8400-533202684554.jpg',
'Width': 800}],
'price': 31900,
'price_includes_vat': True,
'registration_date': '2019-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Amarok CD Conect 3.0TDI 4MO BMT',
'transmission': 'manual',
'trim': 'CD Conect 3.0TDI 4MO BMT 120kW',
'vin': None,
'year': 2019}
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761896873%27 HTTP/1.1" 200 None
2026-03-30 15:18:25 [auto_selling_coches.net.api] INFO: Saving data for 61896873: {'created_time': 1774883905.197707, 'last_price_update_time': 1774883905.197717}
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61896873') HTTP/1.1" 204 0
2026-03-30 15:18:25 [auto_selling_coches.net.api] INFO: Extracted item from API: 62072876 - VOLKSWAGEN Tiguan Allspace Allspace 2.0 TDI
2026-03-30 15:18:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b47a80b-1491-56fb-94b7-ca8740e8191a with identifier: 62072876
2026-03-30 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 1b47a80b-1491-56fb-94b7-ca8740e8191a
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19027283%252F8ddc7c35-9198-4e18-8bee-e184cc0b7f49.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19027283/8ddc7c35-9198-4e18-8bee-e184cc0b7f49.jpg already downloaded
2026-03-30 15:18:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 1b47a80b-1491-56fb-94b7-ca8740e8191a with identifier 62072876
2026-03-30 15:18:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 1b47a80b-1491-56fb-94b7-ca8740e8191a
2026-03-30 15:18:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62072876>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Negro',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO FINANCIADO: 36900€\n'
'VEHICULO 7 PLAZAS \n'
'TECHO PANORAMICO',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1b47a80b-1491-56fb-94b7-ca8740e8191a',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-tiguan-allspace-allspace-20-tdi-110kw-150cv-5p-diesel-2023-en-huelva-62072876-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'VOLKSWAGEN',
'model': 'Tiguan Allspace',
'odometer': 89200,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19027283/8ddc7c35-9198-4e18-8bee-e184cc0b7f49.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b47a80b-1491-56fb-94b7-ca8740e8191a/1b47a80b-1491-56fb-94b7-ca8740e8191a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149709,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19027283/8ddc7c35-9198-4e18-8bee-e184cc0b7f49.jpg',
'Width': 800}],
'price': 36900,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Allspace Allspace 2.0 TDI',
'transmission': 'manual',
'trim': 'Allspace 2.0 TDI 110kW 150CV',
'vin': None,
'year': 2022}
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762072876%27 HTTP/1.1" 200 None
2026-03-30 15:18:25 [auto_selling_coches.net.api] INFO: Saving data for 62072876: {'created_time': 1774883905.276715, 'last_price_update_time': 1774883905.276728}
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62072876') HTTP/1.1" 204 0
2026-03-30 15:18:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62142030> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:25 [auto_selling_coches.net.api] INFO: Extracted item from API: 62142030 - NISSAN X-TRAIL dCi 150 CV E6D CVT NCONNE.
2026-03-30 15:18:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d33eea2-7ec4-58f3-bf6a-335f02c1c123 with identifier: 62142030
2026-03-30 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 2d33eea2-7ec4-58f3-bf6a-335f02c1c123
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19087149%252Feb833fa0-3b83-44c5-aac9-10bf7b0c44cf.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19087149/eb833fa0-3b83-44c5-aac9-10bf7b0c44cf.jpg already downloaded
2026-03-30 15:18:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 2d33eea2-7ec4-58f3-bf6a-335f02c1c123 with identifier 62142030
2026-03-30 15:18:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 2d33eea2-7ec4-58f3-bf6a-335f02c1c123
2026-03-30 15:18:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62142030>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 150,
'category': 'Coches',
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO FINANCIADO: 25900€',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.7L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2d33eea2-7ec4-58f3-bf6a-335f02c1c123',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/nissan-x-trail-7p-dci-110-kw-150-cv-e6d-cvt-nconne-5p-diesel-2019-en-huelva-62142030-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'NISSAN',
'model': 'X-TRAIL',
'odometer': 59300,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19087149/eb833fa0-3b83-44c5-aac9-10bf7b0c44cf.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2d33eea2-7ec4-58f3-bf6a-335f02c1c123/2d33eea2-7ec4-58f3-bf6a-335f02c1c123_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168606,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19087149/eb833fa0-3b83-44c5-aac9-10bf7b0c44cf.jpg',
'Width': 800}],
'price': 25900,
'price_includes_vat': True,
'registration_date': '2020-01-01',
'seats_number': 7,
'seller_name': None,
'title': 'NISSAN X-TRAIL dCi 150 CV E6D CVT NCONNE.',
'transmission': 'automatic',
'trim': '7P dCi 110 kW 150 CV E6D CVT NCONNE.',
'vin': None,
'year': 2020}
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762142030%27 HTTP/1.1" 200 None
2026-03-30 15:18:25 [auto_selling_coches.net.api] INFO: Saving data for 62142030: {'created_time': 1774883905.880569, 'last_price_update_time': 1774883905.880582}
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62142030') HTTP/1.1" 204 0
2026-03-30 15:18:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62184590> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61835959> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61785812> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:26 [auto_selling_coches.net.api] INFO: Extracted item from API: 62184590 - VOLKSWAGEN Tiguan RLine 2.0 TDI DSG 4Motion
2026-03-30 15:18:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: c195d12e-7896-57ef-82f2-8986dfb64044 with identifier: 62184590
2026-03-30 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item c195d12e-7896-57ef-82f2-8986dfb64044
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19118850%252F5a93ac5b-d087-4550-9e33-c8c58215d87b.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19118850/5a93ac5b-d087-4550-9e33-c8c58215d87b.jpg already downloaded
2026-03-30 15:18:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: c195d12e-7896-57ef-82f2-8986dfb64044 with identifier 62184590
2026-03-30 15:18:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item c195d12e-7896-57ef-82f2-8986dfb64044
2026-03-30 15:18:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62184590>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO FINANCIADO: 39900€',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c195d12e-7896-57ef-82f2-8986dfb64044',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-tiguan-rline-20-tdi-110kw-150cv-dsg-4motion-5p-diesel-2022-en-huelva-62184590-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'VOLKSWAGEN',
'model': 'Tiguan',
'odometer': 89300,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19118850/5a93ac5b-d087-4550-9e33-c8c58215d87b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c195d12e-7896-57ef-82f2-8986dfb64044/c195d12e-7896-57ef-82f2-8986dfb64044_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130694,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19118850/5a93ac5b-d087-4550-9e33-c8c58215d87b.jpg',
'Width': 800}],
'price': 39900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan RLine 2.0 TDI DSG 4Motion',
'transmission': 'automatic',
'trim': 'RLine 2.0 TDI 110kW 150CV DSG 4Motion',
'vin': None,
'year': 2021}
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762184590%27 HTTP/1.1" 200 None
2026-03-30 15:18:26 [auto_selling_coches.net.api] INFO: Saving data for 62184590: {'created_time': 1774883906.223575, 'last_price_update_time': 1774883906.223588}
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62184590') HTTP/1.1" 204 0
2026-03-30 15:18:26 [auto_selling_coches.net.api] INFO: Extracted item from API: 61835959 - KIA Sportage 1.6 CRDi MHEV Drive 4x2
2026-03-30 15:18:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: dae05799-7a71-529f-a8c6-28510bbbed6d with identifier: 61835959
2026-03-30 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item dae05799-7a71-529f-a8c6-28510bbbed6d
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18828510%252F6f0f32a1-f354-4c38-b101-76b1f780011d.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18828510/6f0f32a1-f354-4c38-b101-76b1f780011d.jpg already downloaded
2026-03-30 15:18:26 [auto_selling_coches.net.api] INFO: Extracted item from API: 61785812 - RENAULT Captur Intens TCe 90
2026-03-30 15:18:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 429325c3-0a01-543a-abf5-cc355da3326a with identifier: 61785812
2026-03-30 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 429325c3-0a01-543a-abf5-cc355da3326a
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18786860%252F194d3da7-4eec-4e23-9545-50e38b22745d.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18786860/194d3da7-4eec-4e23-9545-50e38b22745d.jpg already downloaded
2026-03-30 15:18:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: dae05799-7a71-529f-a8c6-28510bbbed6d with identifier 61835959
2026-03-30 15:18:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item dae05799-7a71-529f-a8c6-28510bbbed6d
2026-03-30 15:18:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61835959>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '1.6L',
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': 'dae05799-7a71-529f-a8c6-28510bbbed6d',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/kia-sportage-16-crdi-mhev-100kw-136cv-drive-4x2-5p-electrico-hibrido-2023-en-huelva-61835959-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'KIA',
'model': 'Sportage',
'odometer': 54000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18828510/6f0f32a1-f354-4c38-b101-76b1f780011d.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dae05799-7a71-529f-a8c6-28510bbbed6d/dae05799-7a71-529f-a8c6-28510bbbed6d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152485,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18828510/6f0f32a1-f354-4c38-b101-76b1f780011d.jpg',
'Width': 800}],
'price': 25900,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Sportage 1.6 CRDi MHEV Drive 4x2',
'transmission': 'manual',
'trim': '1.6 CRDi MHEV 100kW 136CV Drive 4x2',
'vin': None,
'year': 2022}
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761835959%27 HTTP/1.1" 200 None
2026-03-30 15:18:26 [auto_selling_coches.net.api] INFO: Saving data for 61835959: {'created_time': 1774883906.321903, 'last_price_update_time': 1774883906.321914}
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61835959') HTTP/1.1" 204 0
2026-03-30 15:18:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 429325c3-0a01-543a-abf5-cc355da3326a with identifier 61785812
2026-03-30 15:18:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 429325c3-0a01-543a-abf5-cc355da3326a
2026-03-30 15:18:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61785812>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Azul',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO FINANCIADO: 18900€',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.0L',
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '429325c3-0a01-543a-abf5-cc355da3326a',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/renault-captur-intens-tce-90-5p-gasolina-2021-en-huelva-61785812-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'RENAULT',
'model': 'Captur',
'odometer': 84700,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18786860/194d3da7-4eec-4e23-9545-50e38b22745d.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_429325c3-0a01-543a-abf5-cc355da3326a/429325c3-0a01-543a-abf5-cc355da3326a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170976,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18786860/194d3da7-4eec-4e23-9545-50e38b22745d.jpg',
'Width': 800}],
'price': 18900,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur Intens TCe 90',
'transmission': 'manual',
'trim': 'Intens TCe 90',
'vin': None,
'year': 2022}
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761785812%27 HTTP/1.1" 200 None
2026-03-30 15:18:26 [auto_selling_coches.net.api] INFO: Saving data for 61785812: {'created_time': 1774883906.364414, 'last_price_update_time': 1774883906.364424}
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61785812') HTTP/1.1" 204 0
2026-03-30 15:18:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61964856> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:26 [auto_selling_coches.net.api] INFO: Extracted item from API: 61964856 - KIA Sportage 1.6 MHEV Drive Plus 4x2
2026-03-30 15:18:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: ed8c491e-fd8e-5707-86d1-a8431c8d6e8e with identifier: 61964856
2026-03-30 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item ed8c491e-fd8e-5707-86d1-a8431c8d6e8e
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18939606%252F3aad6d78-4eb6-4f05-90b4-52f8eb6d6ab6.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18939606/3aad6d78-4eb6-4f05-90b4-52f8eb6d6ab6.jpg already downloaded
2026-03-30 15:18:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: ed8c491e-fd8e-5707-86d1-a8431c8d6e8e with identifier 61964856
2026-03-30 15:18:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item ed8c491e-fd8e-5707-86d1-a8431c8d6e8e
2026-03-30 15:18:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61964856>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 115,
'category': 'Coches',
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO FINANCIADO : 22900€',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '1.6L',
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': 'ed8c491e-fd8e-5707-86d1-a8431c8d6e8e',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/kia-sportage-16-mhev-drive-plus-100kw-136cv-4x2-5p-electrico-hibrido-2021-en-huelva-61964856-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'KIA',
'model': 'Sportage',
'odometer': 42500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18939606/3aad6d78-4eb6-4f05-90b4-52f8eb6d6ab6.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ed8c491e-fd8e-5707-86d1-a8431c8d6e8e/ed8c491e-fd8e-5707-86d1-a8431c8d6e8e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155431,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18939606/3aad6d78-4eb6-4f05-90b4-52f8eb6d6ab6.jpg',
'Width': 800}],
'price': 22900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Sportage 1.6 MHEV Drive Plus 4x2',
'transmission': 'manual',
'trim': '1.6 MHEV Drive Plus 100kW 136CV 4x2',
'vin': None,
'year': 2021}
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761964856%27 HTTP/1.1" 200 None
2026-03-30 15:18:26 [auto_selling_coches.net.api] INFO: Saving data for 61964856: {'created_time': 1774883906.939505, 'last_price_update_time': 1774883906.939516}
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61964856') HTTP/1.1" 204 0
2026-03-30 15:18:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61561180> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61618194> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:27 [auto_selling_coches.net.api] INFO: Extracted item from API: 61561180 - BMW Serie 3 318d
2026-03-30 15:18:27 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: da601f86-e6f6-547b-a18f-30d70220c87b with identifier: 61561180
2026-03-30 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item da601f86-e6f6-547b-a18f-30d70220c87b
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18612331%252Fe722d673-3109-4474-a394-2da8f3322c7b.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18612331/e722d673-3109-4474-a394-2da8f3322c7b.jpg already downloaded
2026-03-30 15:18:27 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: da601f86-e6f6-547b-a18f-30d70220c87b with identifier 61561180
2026-03-30 15:18:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:27 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item da601f86-e6f6-547b-a18f-30d70220c87b
2026-03-30 15:18:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61561180>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 113,
'category': 'Coches',
'color': 'Azul',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 4,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'da601f86-e6f6-547b-a18f-30d70220c87b',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/bmw-serie-3-318d-4p-diesel-2020-en-huelva-61561180-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'BMW',
'model': 'Serie 3',
'odometer': 48600,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18612331/e722d673-3109-4474-a394-2da8f3322c7b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_da601f86-e6f6-547b-a18f-30d70220c87b/da601f86-e6f6-547b-a18f-30d70220c87b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164914,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18612331/e722d673-3109-4474-a394-2da8f3322c7b.jpg',
'Width': 800}],
'price': 28900,
'price_includes_vat': True,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Serie 3 318d',
'transmission': 'automatic',
'trim': '318d',
'vin': None,
'year': 2020}
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761561180%27 HTTP/1.1" 200 None
2026-03-30 15:18:27 [auto_selling_coches.net.api] INFO: Saving data for 61561180: {'created_time': 1774883907.294272, 'last_price_update_time': 1774883907.294283}
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61561180') HTTP/1.1" 204 0
2026-03-30 15:18:27 [auto_selling_coches.net.api] INFO: Extracted item from API: 61618194 - SEAT Ibiza 1.6 TDI Style
2026-03-30 15:18:27 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bdb6932-021b-548c-a580-7eb36d4af6e8 with identifier: 61618194
2026-03-30 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 8bdb6932-021b-548c-a580-7eb36d4af6e8
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18654950%252F8a434020-d2bc-44f2-b679-7d67fd70fad6.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18654950/8a434020-d2bc-44f2-b679-7d67fd70fad6.jpg already downloaded
2026-03-30 15:18:27 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 8bdb6932-021b-548c-a580-7eb36d4af6e8 with identifier 61618194
2026-03-30 15:18:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:27 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 8bdb6932-021b-548c-a580-7eb36d4af6e8
2026-03-30 15:18:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61618194>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 98,
'category': 'Coches',
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.6L',
'engine_horse_power': 95,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8bdb6932-021b-548c-a580-7eb36d4af6e8',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/seat-ibiza-16-tdi-70kw-95cv-style-5p-diesel-2021-en-huelva-61618194-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'SEAT',
'model': 'Ibiza',
'odometer': 104700,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18654950/8a434020-d2bc-44f2-b679-7d67fd70fad6.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8bdb6932-021b-548c-a580-7eb36d4af6e8/8bdb6932-021b-548c-a580-7eb36d4af6e8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159782,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18654950/8a434020-d2bc-44f2-b679-7d67fd70fad6.jpg',
'Width': 800}],
'price': 15900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ibiza 1.6 TDI Style',
'transmission': 'manual',
'trim': '1.6 TDI 70kW 95CV Style',
'vin': None,
'year': 2021}
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761618194%27 HTTP/1.1" 200 None
2026-03-30 15:18:27 [auto_selling_coches.net.api] INFO: Saving data for 61618194: {'created_time': 1774883907.406295, 'last_price_update_time': 1774883907.406309}
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61618194') HTTP/1.1" 204 0
2026-03-30 15:18:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61785785> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:27 [auto_selling_coches.net.api] INFO: Extracted item from API: 61785785 - RENAULT Clio Equilibre TCe
2026-03-30 15:18:27 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 411524c5-cf3b-5ab0-af74-0d8853bd04a1 with identifier: 61785785
2026-03-30 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 411524c5-cf3b-5ab0-af74-0d8853bd04a1
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18786805%252Fa508a19e-7afc-49f3-87c4-958abcf812b9.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18786805/a508a19e-7afc-49f3-87c4-958abcf812b9.jpg already downloaded
2026-03-30 15:18:27 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 411524c5-cf3b-5ab0-af74-0d8853bd04a1 with identifier 61785785
2026-03-30 15:18:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:27 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 411524c5-cf3b-5ab0-af74-0d8853bd04a1
2026-03-30 15:18:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61785785>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO FINANCIADO: 15900€',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.0L',
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '411524c5-cf3b-5ab0-af74-0d8853bd04a1',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/renault-clio-equilibre-tce-67-kw-91cv-5p-gasolina-2022-en-huelva-61785785-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 44500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18786805/a508a19e-7afc-49f3-87c4-958abcf812b9.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_411524c5-cf3b-5ab0-af74-0d8853bd04a1/411524c5-cf3b-5ab0-af74-0d8853bd04a1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139491,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18786805/a508a19e-7afc-49f3-87c4-958abcf812b9.jpg',
'Width': 800}],
'price': 15900,
'price_includes_vat': True,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio Equilibre TCe',
'transmission': 'manual',
'trim': 'Equilibre TCe 67 kW 91CV',
'vin': None,
'year': 2023}
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761785785%27 HTTP/1.1" 200 None
2026-03-30 15:18:27 [auto_selling_coches.net.api] INFO: Saving data for 61785785: {'created_time': 1774883907.942141, 'last_price_update_time': 1774883907.942154}
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61785785') HTTP/1.1" 204 0
2026-03-30 15:18:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61618196> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:28 [auto_selling_coches.net.api] INFO: Extracted item from API: 61618196 - RENAULT Clio Intens TCe
2026-03-30 15:18:28 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 76d946d9-5691-524f-93bc-42016b705360 with identifier: 61618196
2026-03-30 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 76d946d9-5691-524f-93bc-42016b705360
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18654959%252Fc1584fee-5aea-473e-8117-951725d39bde.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18654959/c1584fee-5aea-473e-8117-951725d39bde.jpg already downloaded
2026-03-30 15:18:28 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 76d946d9-5691-524f-93bc-42016b705360 with identifier 61618196
2026-03-30 15:18:28 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:28 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:28 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 76d946d9-5691-524f-93bc-42016b705360
2026-03-30 15:18:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61618196>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Azul',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.0L',
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '76d946d9-5691-524f-93bc-42016b705360',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/renault-clio-intens-tce-67-kw-91cv-5p-gasolina-2021-en-huelva-61618196-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 71900,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18654959/c1584fee-5aea-473e-8117-951725d39bde.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76d946d9-5691-524f-93bc-42016b705360/76d946d9-5691-524f-93bc-42016b705360_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153974,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18654959/c1584fee-5aea-473e-8117-951725d39bde.jpg',
'Width': 800}],
'price': 14900,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio Intens TCe',
'transmission': 'manual',
'trim': 'Intens TCe 67 kW 91CV',
'vin': None,
'year': 2022}
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761618196%27 HTTP/1.1" 200 None
2026-03-30 15:18:28 [auto_selling_coches.net.api] INFO: Saving data for 61618196: {'created_time': 1774883908.172614, 'last_price_update_time': 1774883908.172625}
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61618196') HTTP/1.1" 204 0
2026-03-30 15:18:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/59252308> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:28 [auto_selling_coches.net.api] INFO: Extracted item from API: 59252308 - SEAT Ateca 2.0 TDI StSp Reference
2026-03-30 15:18:28 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b850a3ad-1106-5ee4-b1fd-e805b9ab0574 with identifier: 59252308
2026-03-30 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item b850a3ad-1106-5ee4-b1fd-e805b9ab0574
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F16762637%252F6cc8e3ee-5de5-40c8-a430-554a78353b98.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/16762637/6cc8e3ee-5de5-40c8-a430-554a78353b98.jpg already downloaded
2026-03-30 15:18:28 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b850a3ad-1106-5ee4-b1fd-e805b9ab0574 with identifier 59252308
2026-03-30 15:18:28 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:28 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:28 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b850a3ad-1106-5ee4-b1fd-e805b9ab0574
2026-03-30 15:18:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/59252308>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Azul',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 116,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b850a3ad-1106-5ee4-b1fd-e805b9ab0574',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/seat-ateca-20-tdi-85kw-115cv-stsp-reference-5p-diesel-2022-en-huelva-59252308-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'SEAT',
'model': 'Ateca',
'odometer': 92500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/16762637/6cc8e3ee-5de5-40c8-a430-554a78353b98.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b850a3ad-1106-5ee4-b1fd-e805b9ab0574/b850a3ad-1106-5ee4-b1fd-e805b9ab0574_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199692,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/16762637/6cc8e3ee-5de5-40c8-a430-554a78353b98.jpg',
'Width': 800}],
'price': 22900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ateca 2.0 TDI StSp Reference',
'transmission': 'manual',
'trim': '2.0 TDI 85kW 115CV StSp Reference',
'vin': None,
'year': 2021}
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2759252308%27 HTTP/1.1" 200 None
2026-03-30 15:18:28 [auto_selling_coches.net.api] INFO: Saving data for 59252308: {'created_time': 1774883908.409529, 'last_price_update_time': 1774883908.40954}
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='59252308') HTTP/1.1" 204 0
2026-03-30 15:18:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61240214> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:28 [auto_selling_coches.net.api] INFO: Extracted item from API: 61240214 - SEAT Arona 1.0 TSI FR XM
2026-03-30 15:18:28 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 3752ff78-96d7-5399-a3da-9dab1f3b7116 with identifier: 61240214
2026-03-30 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 3752ff78-96d7-5399-a3da-9dab1f3b7116
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18373518%252F2971dc1e-13d9-460e-b463-15931de4c98f.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18373518/2971dc1e-13d9-460e-b463-15931de4c98f.jpg already downloaded
2026-03-30 15:18:28 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 3752ff78-96d7-5399-a3da-9dab1f3b7116 with identifier 61240214
2026-03-30 15:18:28 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:28 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:28 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 3752ff78-96d7-5399-a3da-9dab1f3b7116
2026-03-30 15:18:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61240214>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 109,
'category': 'Coches',
'color': 'Negro',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '3752ff78-96d7-5399-a3da-9dab1f3b7116',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/seat-arona-10-tsi-81kw-110cv-fr-xm-5p-gasolina-2024-en-huelva-61240214-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'SEAT',
'model': 'Arona',
'odometer': 33000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18373518/2971dc1e-13d9-460e-b463-15931de4c98f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3752ff78-96d7-5399-a3da-9dab1f3b7116/3752ff78-96d7-5399-a3da-9dab1f3b7116_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168779,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18373518/2971dc1e-13d9-460e-b463-15931de4c98f.jpg',
'Width': 800}],
'price': 21900,
'price_includes_vat': True,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Arona 1.0 TSI FR XM',
'transmission': 'manual',
'trim': '1.0 TSI 81kW 110CV FR XM',
'vin': None,
'year': 2024}
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761240214%27 HTTP/1.1" 200 None
2026-03-30 15:18:28 [auto_selling_coches.net.api] INFO: Saving data for 61240214: {'created_time': 1774883908.71502, 'last_price_update_time': 1774883908.715031}
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61240214') HTTP/1.1" 204 0
2026-03-30 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61036247> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/60869556> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:29 [auto_selling_coches.net.api] INFO: Extracted item from API: 61036247 - BMW Serie 2 216dA DCT Gran Coupe
2026-03-30 15:18:29 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 255c0464-6417-56f2-afd4-c84dcb6ef91e with identifier: 61036247
2026-03-30 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 255c0464-6417-56f2-afd4-c84dcb6ef91e
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18212386%252F04aea03d-6643-46ca-87de-f8e46ed3e8f5.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18212386/04aea03d-6643-46ca-87de-f8e46ed3e8f5.jpg already downloaded
2026-03-30 15:18:29 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 255c0464-6417-56f2-afd4-c84dcb6ef91e with identifier 61036247
2026-03-30 15:18:29 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:29 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:29 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 255c0464-6417-56f2-afd4-c84dcb6ef91e
2026-03-30 15:18:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61036247>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Negro',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 4,
'emission_standard': 'C',
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '255c0464-6417-56f2-afd4-c84dcb6ef91e',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/bmw-serie-2-216da-dct-gran-coupe-4p-diesel-2024-en-huelva-61036247-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'BMW',
'model': 'Serie 2',
'odometer': 76140,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18212386/04aea03d-6643-46ca-87de-f8e46ed3e8f5.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_255c0464-6417-56f2-afd4-c84dcb6ef91e/255c0464-6417-56f2-afd4-c84dcb6ef91e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172971,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18212386/04aea03d-6643-46ca-87de-f8e46ed3e8f5.jpg',
'Width': 800}],
'price': 28900,
'price_includes_vat': True,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Serie 2 216dA DCT Gran Coupe',
'transmission': 'automatic',
'trim': '216dA DCT Gran Coupe',
'vin': None,
'year': 2023}
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761036247%27 HTTP/1.1" 200 None
2026-03-30 15:18:29 [auto_selling_coches.net.api] INFO: Saving data for 61036247: {'created_time': 1774883909.162155, 'last_price_update_time': 1774883909.162165}
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61036247') HTTP/1.1" 204 0
2026-03-30 15:18:29 [auto_selling_coches.net.api] INFO: Extracted item from API: 60869556 - AUDI A3 30 TDI Sportback
2026-03-30 15:18:29 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 77729915-8838-5964-922f-a598d751556d with identifier: 60869556
2026-03-30 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 77729915-8838-5964-922f-a598d751556d
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18073889%252F4518af05-063f-4d45-8330-3a1bf1365c50.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18073889/4518af05-063f-4d45-8330-3a1bf1365c50.jpg already downloaded
2026-03-30 15:18:29 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 77729915-8838-5964-922f-a598d751556d with identifier 60869556
2026-03-30 15:18:29 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:29 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:29 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 77729915-8838-5964-922f-a598d751556d
2026-03-30 15:18:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/60869556>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 118,
'category': 'Coches',
'color': 'Negro',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.6L',
'engine_horse_power': 116,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '77729915-8838-5964-922f-a598d751556d',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-a3-30-tdi-85kw-116cv-sportback-5p-diesel-2019-en-huelva-60869556-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'AUDI',
'model': 'A3',
'odometer': 59700,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18073889/4518af05-063f-4d45-8330-3a1bf1365c50.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_77729915-8838-5964-922f-a598d751556d/77729915-8838-5964-922f-a598d751556d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165751,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18073889/4518af05-063f-4d45-8330-3a1bf1365c50.jpg',
'Width': 800}],
'price': 21900,
'price_includes_vat': True,
'registration_date': '2019-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 30 TDI Sportback',
'transmission': 'manual',
'trim': '30 TDI 85kW 116CV Sportback',
'vin': None,
'year': 2019}
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2760869556%27 HTTP/1.1" 200 None
2026-03-30 15:18:29 [auto_selling_coches.net.api] INFO: Saving data for 60869556: {'created_time': 1774883909.239587, 'last_price_update_time': 1774883909.239598}
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='60869556') HTTP/1.1" 204 0
2026-03-30 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61340609> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:29 [auto_selling_coches.net.api] INFO: Extracted item from API: 61340609 - DACIA Sandero Stepway Essential Blue dCi 70kW95CVSS
2026-03-30 15:18:29 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 58677d24-a58e-5fa8-a9df-9c5dd01ce920 with identifier: 61340609
2026-03-30 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 58677d24-a58e-5fa8-a9df-9c5dd01ce920
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18446492%252F88ede753-760d-4e60-9fd6-baab0193b8fe.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18446492/88ede753-760d-4e60-9fd6-baab0193b8fe.jpg already downloaded
2026-03-30 15:18:29 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 58677d24-a58e-5fa8-a9df-9c5dd01ce920 with identifier 61340609
2026-03-30 15:18:29 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:29 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:29 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 58677d24-a58e-5fa8-a9df-9c5dd01ce920
2026-03-30 15:18:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61340609>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 103,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.5L',
'engine_horse_power': 95,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '58677d24-a58e-5fa8-a9df-9c5dd01ce920',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/dacia-sandero-stepway-essential-blue-dci-70kw95cvss-5p-diesel-2019-en-huelva-61340609-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'DACIA',
'model': 'Sandero',
'odometer': 91000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18446492/88ede753-760d-4e60-9fd6-baab0193b8fe.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58677d24-a58e-5fa8-a9df-9c5dd01ce920/58677d24-a58e-5fa8-a9df-9c5dd01ce920_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 145123,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18446492/88ede753-760d-4e60-9fd6-baab0193b8fe.jpg',
'Width': 800}],
'price': 15900,
'price_includes_vat': True,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA Sandero Stepway Essential Blue dCi 70kW95CVSS',
'transmission': 'manual',
'trim': 'Stepway Essential Blue dCi 70kW95CVSS',
'vin': None,
'year': 2020}
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761340609%27 HTTP/1.1" 200 None
2026-03-30 15:18:29 [auto_selling_coches.net.api] INFO: Saving data for 61340609: {'created_time': 1774883909.607139, 'last_price_update_time': 1774883909.607153}
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61340609') HTTP/1.1" 204 0
2026-03-30 15:18:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/automovilesmelli?pg=2> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=1) ['zyte-api']
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Extracting listings from HTML page 2
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Found 10 listings in HTML (page 2)
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Found listing with ID: 62479005
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762479005%27 HTTP/1.1" 200 None
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scrape type for 62479005: 1
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scraping new listing 62479005
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Found listing with ID: 62342154
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762342154%27 HTTP/1.1" 200 None
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scrape type for 62342154: 1
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scraping new listing 62342154
2026-03-30 15:18:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Found listing with ID: 62599823
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762599823%27 HTTP/1.1" 200 None
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scrape type for 62599823: 1
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scraping new listing 62599823
2026-03-30 15:18:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Found listing with ID: 62633786
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762633786%27 HTTP/1.1" 200 None
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scrape type for 62633786: 1
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scraping new listing 62633786
2026-03-30 15:18:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Found listing with ID: 62633748
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762633748%27 HTTP/1.1" 200 None
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scrape type for 62633748: 1
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scraping new listing 62633748
2026-03-30 15:18:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Found listing with ID: 70110040
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770110040%27 HTTP/1.1" 200 None
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scrape type for 70110040: 1
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scraping new listing 70110040
2026-03-30 15:18:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Found listing with ID: 70109980
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770109980%27 HTTP/1.1" 200 None
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scrape type for 70109980: 1
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scraping new listing 70109980
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Found listing with ID: 61108719
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761108719%27 HTTP/1.1" 200 None
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scrape type for 61108719: 1
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scraping new listing 61108719
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Found listing with ID: 61717810
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761717810%27 HTTP/1.1" 200 None
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scrape type for 61717810: 1
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scraping new listing 61717810
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Found listing with ID: 60883916
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2760883916%27 HTTP/1.1" 200 None
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scrape type for 60883916: 1
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: Scraping new listing 60883916
2026-03-30 15:18:32 [auto_selling_coches.net.api] INFO: HTML pagination complete: 40 items scraped
2026-03-30 15:18:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62633786> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=2) ['zyte-api']
2026-03-30 15:18:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62633748> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=2) ['zyte-api']
2026-03-30 15:18:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62342154> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=2) ['zyte-api']
2026-03-30 15:18:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62599823> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=2) ['zyte-api']
2026-03-30 15:18:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:33 [auto_selling_coches.net.api] INFO: Extracted item from API: 62633786 - DACIA Sandero Stepway Essential Blue dCi
2026-03-30 15:18:33 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a076dbf6-88b4-5858-9ba4-717842193580 with identifier: 62633786
2026-03-30 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item a076dbf6-88b4-5858-9ba4-717842193580
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19496455%252F73c00282-050b-4908-9ef8-d467b8cb7fc9.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19496455/73c00282-050b-4908-9ef8-d467b8cb7fc9.jpg already downloaded
2026-03-30 15:18:33 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a076dbf6-88b4-5858-9ba4-717842193580 with identifier 62633786
2026-03-30 15:18:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:33 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a076dbf6-88b4-5858-9ba4-717842193580
2026-03-30 15:18:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62633786>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 102,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.5L',
'engine_horse_power': 95,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a076dbf6-88b4-5858-9ba4-717842193580',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/dacia-sandero-stepway-essential-blue-dci-70kw-95cv-5p-diesel-2020-en-huelva-62633786-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'DACIA',
'model': 'Sandero',
'odometer': 95700,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19496455/73c00282-050b-4908-9ef8-d467b8cb7fc9.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a076dbf6-88b4-5858-9ba4-717842193580/a076dbf6-88b4-5858-9ba4-717842193580_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63490,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19496455/73c00282-050b-4908-9ef8-d467b8cb7fc9.jpg',
'Width': 800}],
'price': 14900,
'price_includes_vat': True,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA Sandero Stepway Essential Blue dCi',
'transmission': 'manual',
'trim': 'Stepway Essential Blue dCi 70kW 95CV',
'vin': None,
'year': 2020}
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762633786%27 HTTP/1.1" 200 None
2026-03-30 15:18:33 [auto_selling_coches.net.api] INFO: Saving data for 62633786: {'created_time': 1774883913.530113, 'last_price_update_time': 1774883913.530125}
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62633786') HTTP/1.1" 204 0
2026-03-30 15:18:33 [auto_selling_coches.net.api] INFO: Extracted item from API: 62633748 - AUDI Q2 35 TFSI S tronic
2026-03-30 15:18:33 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 12e0e2ec-70bb-5e76-b116-87b14bd86f7f with identifier: 62633748
2026-03-30 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 12e0e2ec-70bb-5e76-b116-87b14bd86f7f
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19496439%252F1bad90a0-90d6-4665-b99b-3171f4a02ad8.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19496439/1bad90a0-90d6-4665-b99b-3171f4a02ad8.jpg already downloaded
2026-03-30 15:18:33 [auto_selling_coches.net.api] INFO: Extracted item from API: 62342154 - AUDI Q8 50 TDI quattro tiptronic
2026-03-30 15:18:33 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b43d65dd-3583-53d6-8971-61be8decf534 with identifier: 62342154
2026-03-30 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item b43d65dd-3583-53d6-8971-61be8decf534
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19258323%252F4f4ba704-4ae9-4285-8533-16946d42614e.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19258323/4f4ba704-4ae9-4285-8533-16946d42614e.jpg already downloaded
2026-03-30 15:18:33 [auto_selling_coches.net.api] INFO: Extracted item from API: 62599823 - SSANGYONG Musso Sports D22DTR 4x4 Pro
2026-03-30 15:18:33 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: c859f59a-596d-5da0-b0fc-688619d84266 with identifier: 62599823
2026-03-30 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item c859f59a-596d-5da0-b0fc-688619d84266
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19466487%252Fd92e595c-4d84-4dc7-82c1-9478daf9634a.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19466487/d92e595c-4d84-4dc7-82c1-9478daf9634a.jpg already downloaded
2026-03-30 15:18:33 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 12e0e2ec-70bb-5e76-b116-87b14bd86f7f with identifier 62633748
2026-03-30 15:18:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:33 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 12e0e2ec-70bb-5e76-b116-87b14bd86f7f
2026-03-30 15:18:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62633748>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO SUJETO A FINANCIACIO: 23900€',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '12e0e2ec-70bb-5e76-b116-87b14bd86f7f',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-q2-35-tfsi-110kw-150cv-s-tronic-5p-gasolina-2022-en-huelva-62633748-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'AUDI',
'model': 'Q2',
'odometer': 55000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19496439/1bad90a0-90d6-4665-b99b-3171f4a02ad8.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12e0e2ec-70bb-5e76-b116-87b14bd86f7f/12e0e2ec-70bb-5e76-b116-87b14bd86f7f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 57071,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19496439/1bad90a0-90d6-4665-b99b-3171f4a02ad8.jpg',
'Width': 800}],
'price': 23900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q2 35 TFSI S tronic',
'transmission': 'automatic',
'trim': '35 TFSI 110kW 150CV S tronic',
'vin': None,
'year': 2021}
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762633748%27 HTTP/1.1" 200 None
2026-03-30 15:18:33 [auto_selling_coches.net.api] INFO: Saving data for 62633748: {'created_time': 1774883913.652536, 'last_price_update_time': 1774883913.652548}
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62633748') HTTP/1.1" 204 0
2026-03-30 15:18:33 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b43d65dd-3583-53d6-8971-61be8decf534 with identifier 62342154
2026-03-30 15:18:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:33 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b43d65dd-3583-53d6-8971-61be8decf534
2026-03-30 15:18:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62342154>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 172,
'category': 'Coches',
'color': 'Azul',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO FINANCIADO: 54900€',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '3.0L',
'engine_horse_power': 286,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b43d65dd-3583-53d6-8971-61be8decf534',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-q8-50-tdi-210kw-286cv-quattro-tiptronic-5p-diesel-2019-en-huelva-62342154-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'AUDI',
'model': 'Q8',
'odometer': 132000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19258323/4f4ba704-4ae9-4285-8533-16946d42614e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b43d65dd-3583-53d6-8971-61be8decf534/b43d65dd-3583-53d6-8971-61be8decf534_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172706,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19258323/4f4ba704-4ae9-4285-8533-16946d42614e.jpg',
'Width': 800}],
'price': 54900,
'price_includes_vat': True,
'registration_date': '2019-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q8 50 TDI quattro tiptronic',
'transmission': 'automatic',
'trim': '50 TDI 210kW 286CV quattro tiptronic',
'vin': None,
'year': 2019}
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762342154%27 HTTP/1.1" 200 None
2026-03-30 15:18:33 [auto_selling_coches.net.api] INFO: Saving data for 62342154: {'created_time': 1774883913.787529, 'last_price_update_time': 1774883913.787539}
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62342154') HTTP/1.1" 204 0
2026-03-30 15:18:33 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: c859f59a-596d-5da0-b0fc-688619d84266 with identifier 62599823
2026-03-30 15:18:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:33 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:33 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item c859f59a-596d-5da0-b0fc-688619d84266
2026-03-30 15:18:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62599823>
{'auction_title': '',
'body_type': 'Pick Up',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO SUJETO A FINANCIACIO: 33900€',
'doors_number': 4,
'emission_standard': 'ECO',
'engine': '2.2L',
'engine_horse_power': 202,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c859f59a-596d-5da0-b0fc-688619d84266',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/ssangyong-musso-sports-d22dtr-4x4-pro-4p-diesel-2023-en-huelva-62599823-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'SSANGYONG',
'model': 'Musso',
'odometer': 7000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19466487/d92e595c-4d84-4dc7-82c1-9478daf9634a.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c859f59a-596d-5da0-b0fc-688619d84266/c859f59a-596d-5da0-b0fc-688619d84266_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 63187,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19466487/d92e595c-4d84-4dc7-82c1-9478daf9634a.jpg',
'Width': 800}],
'price': 33900,
'price_includes_vat': True,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'SSANGYONG Musso Sports D22DTR 4x4 Pro',
'transmission': 'manual',
'trim': 'Sports D22DTR 4x4 Pro',
'vin': None,
'year': 2024}
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762599823%27 HTTP/1.1" 200 None
2026-03-30 15:18:33 [auto_selling_coches.net.api] INFO: Saving data for 62599823: {'created_time': 1774883913.860848, 'last_price_update_time': 1774883913.86086}
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62599823') HTTP/1.1" 204 0
2026-03-30 15:18:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62479005> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=2) ['zyte-api']
2026-03-30 15:18:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:18:33 [auto_selling_coches.net.api] INFO: Extracted item from API: 62479005 - MERCEDES-BENZ GLB 2.0 GLB 200 D DCT
2026-03-30 15:18:33 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f731b2b5-b90e-5f6a-ae3b-86d3636f3de9 with identifier: 62479005
2026-03-30 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item f731b2b5-b90e-5f6a-ae3b-86d3636f3de9
2026-03-30 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19370793%252F8031fad3-6899-4160-9255-fb3652f340e6.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19370793/8031fad3-6899-4160-9255-fb3652f340e6.jpg already downloaded
2026-03-30 15:18:34 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f731b2b5-b90e-5f6a-ae3b-86d3636f3de9 with identifier 62479005
2026-03-30 15:18:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:34 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f731b2b5-b90e-5f6a-ae3b-86d3636f3de9
2026-03-30 15:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62479005>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.\n'
'PRECIO SUJETO A FINANCIACIO: 35900€',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.9L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f731b2b5-b90e-5f6a-ae3b-86d3636f3de9',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mercedes-benz-glb-20-glb-200-d-dct-110kw-150cv-5p-diesel-2022-en-huelva-62479005-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'MERCEDES-BENZ',
'model': 'GLB',
'odometer': 70200,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19370793/8031fad3-6899-4160-9255-fb3652f340e6.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f731b2b5-b90e-5f6a-ae3b-86d3636f3de9/f731b2b5-b90e-5f6a-ae3b-86d3636f3de9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153680,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19370793/8031fad3-6899-4160-9255-fb3652f340e6.jpg',
'Width': 800}],
'price': 35900,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 200 D DCT',
'transmission': 'automatic',
'trim': '2.0 GLB 200 D DCT 110KW 150CV',
'vin': None,
'year': 2021}
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762479005%27 HTTP/1.1" 200 None
2026-03-30 15:18:34 [auto_selling_coches.net.api] INFO: Saving data for 62479005: {'created_time': 1774883914.047323, 'last_price_update_time': 1774883914.047334}
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62479005') HTTP/1.1" 204 0
2026-03-30 15:18:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61717810> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=2) ['zyte-api']
2026-03-30 15:18:34 [auto_selling_coches.net.api] INFO: Extracted item from API: 61717810 - BMW Serie 1 118d Business
2026-03-30 15:18:34 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 634cd64b-ca33-525b-a8a9-85de3b78513f with identifier: 61717810
2026-03-30 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 634cd64b-ca33-525b-a8a9-85de3b78513f
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18733225%252F08074562-4503-4861-b3d1-ba72230149c2.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18733225/08074562-4503-4861-b3d1-ba72230149c2.jpg already downloaded
2026-03-30 15:18:34 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 634cd64b-ca33-525b-a8a9-85de3b78513f with identifier 61717810
2026-03-30 15:18:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:34 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 634cd64b-ca33-525b-a8a9-85de3b78513f
2026-03-30 15:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61717810>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 108,
'category': 'Coches',
'color': 'Negro',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '634cd64b-ca33-525b-a8a9-85de3b78513f',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/bmw-serie-1-118d-business-5p-diesel-2021-en-huelva-61717810-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'BMW',
'model': 'Serie 1',
'odometer': 92000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18733225/08074562-4503-4861-b3d1-ba72230149c2.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_634cd64b-ca33-525b-a8a9-85de3b78513f/634cd64b-ca33-525b-a8a9-85de3b78513f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196581,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18733225/08074562-4503-4861-b3d1-ba72230149c2.jpg',
'Width': 800}],
'price': 21900,
'price_includes_vat': True,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Serie 1 118d Business',
'transmission': 'manual',
'trim': '118d Business',
'vin': None,
'year': 2020}
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761717810%27 HTTP/1.1" 200 None
2026-03-30 15:18:34 [auto_selling_coches.net.api] INFO: Saving data for 61717810: {'created_time': 1774883914.80116, 'last_price_update_time': 1774883914.801171}
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61717810') HTTP/1.1" 204 0
2026-03-30 15:18:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70109980> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=2) ['zyte-api']
2026-03-30 15:18:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/61108719> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=2) ['zyte-api']
2026-03-30 15:18:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/60883916> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=2) ['zyte-api']
2026-03-30 15:18:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70110040> (referer: https://www.coches.net/concesionario/automovilesmelli/?pg=2) ['zyte-api']
2026-03-30 15:18:34 [auto_selling_coches.net.api] INFO: Extracted item from API: 70109980 - SEAT Arona 1.0 TSI Style Special Edition
2026-03-30 15:18:34 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 188ee2da-b78a-5f91-a8f6-14421ef05900 with identifier: 70109980
2026-03-30 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 188ee2da-b78a-5f91-a8f6-14421ef05900
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19608400%252Fae0f55a6-a94a-42e4-93ec-8bbb954d9921.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19608400/ae0f55a6-a94a-42e4-93ec-8bbb954d9921.jpg already downloaded
2026-03-30 15:18:34 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 188ee2da-b78a-5f91-a8f6-14421ef05900 with identifier 70109980
2026-03-30 15:18:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:34 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:34 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 188ee2da-b78a-5f91-a8f6-14421ef05900
2026-03-30 15:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70109980>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '188ee2da-b78a-5f91-a8f6-14421ef05900',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/seat-arona-10-tsi-70kw-style-special-edition-5p-gasolina-2025-en-huelva-70109980-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'SEAT',
'model': 'Arona',
'odometer': 50200,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19608400/ae0f55a6-a94a-42e4-93ec-8bbb954d9921.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_188ee2da-b78a-5f91-a8f6-14421ef05900/188ee2da-b78a-5f91-a8f6-14421ef05900_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62247,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19608400/ae0f55a6-a94a-42e4-93ec-8bbb954d9921.jpg',
'Width': 800}],
'price': 18900,
'price_includes_vat': True,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Arona 1.0 TSI Style Special Edition',
'transmission': 'manual',
'trim': '1.0 TSI 70kW Style Special Edition',
'vin': None,
'year': 2024}
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770109980%27 HTTP/1.1" 200 None
2026-03-30 15:18:34 [auto_selling_coches.net.api] INFO: Saving data for 70109980: {'created_time': 1774883914.985426, 'last_price_update_time': 1774883914.985436}
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70109980') HTTP/1.1" 204 0
2026-03-30 15:18:35 [auto_selling_coches.net.api] INFO: Extracted item from API: 61108719 - RENAULT Clio Business Blue dCi
2026-03-30 15:18:35 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b9bb02f-a328-5e56-b407-cf1f0ce4c655 with identifier: 61108719
2026-03-30 15:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 7b9bb02f-a328-5e56-b407-cf1f0ce4c655
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18271110%252F07da2f5a-931e-4631-adbd-ce10be28de4b.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18271110/07da2f5a-931e-4631-adbd-ce10be28de4b.jpg already downloaded
2026-03-30 15:18:35 [auto_selling_coches.net.api] INFO: Extracted item from API: 60883916 - MERCEDES-BENZ Clase A A 200
2026-03-30 15:18:35 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 29c1b169-2d02-5b0e-b9d1-8d6eadfff4d3 with identifier: 60883916
2026-03-30 15:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 29c1b169-2d02-5b0e-b9d1-8d6eadfff4d3
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F18085649%252Ffd64c83b-b7bd-4018-889e-5397847b3c9e.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/18085649/fd64c83b-b7bd-4018-889e-5397847b3c9e.jpg already downloaded
2026-03-30 15:18:35 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 7b9bb02f-a328-5e56-b407-cf1f0ce4c655 with identifier 61108719
2026-03-30 15:18:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:35 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 7b9bb02f-a328-5e56-b407-cf1f0ce4c655
2026-03-30 15:18:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/61108719>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 94,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.5L',
'engine_horse_power': 85,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '7b9bb02f-a328-5e56-b407-cf1f0ce4c655',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/renault-clio-business-blue-dci-63-kw-85cv-5p-diesel-2019-en-huelva-61108719-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'RENAULT',
'model': 'Clio',
'odometer': 83000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18271110/07da2f5a-931e-4631-adbd-ce10be28de4b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b9bb02f-a328-5e56-b407-cf1f0ce4c655/7b9bb02f-a328-5e56-b407-cf1f0ce4c655_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138883,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18271110/07da2f5a-931e-4631-adbd-ce10be28de4b.jpg',
'Width': 800}],
'price': 14900,
'price_includes_vat': True,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio Business Blue dCi',
'transmission': 'manual',
'trim': 'Business Blue dCi 63 kW 85CV',
'vin': None,
'year': 2020}
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2761108719%27 HTTP/1.1" 200 None
2026-03-30 15:18:35 [auto_selling_coches.net.api] INFO: Saving data for 61108719: {'created_time': 1774883915.086745, 'last_price_update_time': 1774883915.086756}
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='61108719') HTTP/1.1" 204 0
2026-03-30 15:18:35 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 29c1b169-2d02-5b0e-b9d1-8d6eadfff4d3 with identifier 60883916
2026-03-30 15:18:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:35 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 29c1b169-2d02-5b0e-b9d1-8d6eadfff4d3
2026-03-30 15:18:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/60883916>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.3L',
'engine_horse_power': 163,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '29c1b169-2d02-5b0e-b9d1-8d6eadfff4d3',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mercedes-benz-clase-a-a-200-5p-gasolina-2022-en-huelva-60883916-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'MERCEDES-BENZ',
'model': 'Clase A',
'odometer': 69700,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/18085649/fd64c83b-b7bd-4018-889e-5397847b3c9e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_29c1b169-2d02-5b0e-b9d1-8d6eadfff4d3/29c1b169-2d02-5b0e-b9d1-8d6eadfff4d3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 139748,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/18085649/fd64c83b-b7bd-4018-889e-5397847b3c9e.jpg',
'Width': 800}],
'price': 30900,
'price_includes_vat': True,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Clase A A 200',
'transmission': 'automatic',
'trim': 'A 200',
'vin': None,
'year': 2022}
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2760883916%27 HTTP/1.1" 200 None
2026-03-30 15:18:35 [auto_selling_coches.net.api] INFO: Saving data for 60883916: {'created_time': 1774883915.15065, 'last_price_update_time': 1774883915.150661}
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='60883916') HTTP/1.1" 204 0
2026-03-30 15:18:35 [auto_selling_coches.net.api] INFO: Extracted item from API: 70110040 - NISSAN QASHQAI dCi 4WD ACENTA
2026-03-30 15:18:35 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 234d7a50-7483-526b-9679-aaf33c86c494 with identifier: 70110040
2026-03-30 15:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 234d7a50-7483-526b-9679-aaf33c86c494
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19608437%252F2a2c4d7a-99ea-4ee4-869f-e72aee5ecdbb.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19608437/2a2c4d7a-99ea-4ee4-869f-e72aee5ecdbb.jpg already downloaded
2026-03-30 15:18:35 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 234d7a50-7483-526b-9679-aaf33c86c494 with identifier 70110040
2026-03-30 15:18:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:35 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 234d7a50-7483-526b-9679-aaf33c86c494
2026-03-30 15:18:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70110040>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 135,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Melli automocion amplio stock en vehiculos nuevos , km0 , '
'seminuevos e industriales. todos nuestros vehiculos estan con '
'km certificados y totalmente reacondicionados para su entrega '
'inmediata. financiacion a su medida sin entrada. garantia '
'total de vehiculo de nuestra marca. todos los vehiculos se '
'entregan revisados y transferidos.\n'
'CONSULTE CONDICIONES DE FINANCIACION.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.7L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '234d7a50-7483-526b-9679-aaf33c86c494',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/nissan-qashqai-dci-150cv-110kw-4wd-acenta-5p-diesel-2020-en-huelva-70110040-covo.aspx',
'listing': 'auction',
'location': 'Huelva',
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 94700,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19608437/2a2c4d7a-99ea-4ee4-869f-e72aee5ecdbb.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_234d7a50-7483-526b-9679-aaf33c86c494/234d7a50-7483-526b-9679-aaf33c86c494_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61552,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19608437/2a2c4d7a-99ea-4ee4-869f-e72aee5ecdbb.jpg',
'Width': 800}],
'price': 19900,
'price_includes_vat': True,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN QASHQAI dCi 4WD ACENTA',
'transmission': 'manual',
'trim': 'dCi 150CV 110kW 4WD ACENTA',
'vin': None,
'year': 2020}
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770110040%27 HTTP/1.1" 200 None
2026-03-30 15:18:35 [auto_selling_coches.net.api] INFO: Saving data for 70110040: {'created_time': 1774883915.229811, 'last_price_update_time': 1774883915.229821}
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70110040') HTTP/1.1" 204 0
2026-03-30 15:18:35 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 15:18:35 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
2026-03-30 15:18:35 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
2026-03-30 15:18:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:35 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:18:35 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 4af8ba502c1f11f18e133aacc95538c6
2026-03-30 15:18:35 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:18:35 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:18:35 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:18:35 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:18:35 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:18:35 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
2026-03-30 15:18:35 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
2026-03-30 15:18:35 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
2026-03-30 15:18:35 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
2026-03-30 15:18:35 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:18:35 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:18:35 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:18:35 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:18:35 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:18:35 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
2026-03-30 15:18:35 [auto_selling_coches.net.api] INFO: auto_selling_coches.net.api Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 10, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20last_price_update_time%20lt%201773587915 HTTP/1.1" 200 None
2026-03-30 15:18:35 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (40 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_coches.net.api/4af8ba502c1f11f18e133aacc95538c6.jl
2026-03-30 15:18:35 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 82352,
'downloader/request_count': 43,
'downloader/request_method_count/GET': 43,
'downloader/response_bytes': 3557833,
'downloader/response_count': 43,
'downloader/response_status_count/200': 42,
'downloader/response_status_count/400': 1,
'elapsed_time_seconds': 43.259552,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 15, 18, 35, 897447, tzinfo=datetime.timezone.utc),
'item_scraped_count': 40,
'log_count/DEBUG': 588,
'log_count/INFO': 429,
'memusage/max': 149282816,
'memusage/startup': 149282816,
'request_depth_max': 3,
'response_received_count': 43,
'scheduler/dequeued': 43,
'scheduler/dequeued/memory': 43,
'scheduler/enqueued': 43,
'scheduler/enqueued/memory': 43,
'scrape_type/new': 40,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 43,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 1.9451181755162947,
'scrapy-zyte-api/mean_response_seconds': 1.9794872702467576,
'scrapy-zyte-api/processed': 43,
'scrapy-zyte-api/request_args/actions': 2,
'scrapy-zyte-api/request_args/browserHtml': 2,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 41,
'scrapy-zyte-api/request_args/experimental.requestCookies': 42,
'scrapy-zyte-api/request_args/experimental.responseCookies': 43,
'scrapy-zyte-api/request_args/httpResponseBody': 41,
'scrapy-zyte-api/request_args/httpResponseHeaders': 41,
'scrapy-zyte-api/request_args/requestHeaders': 1,
'scrapy-zyte-api/request_args/url': 43,
'scrapy-zyte-api/status_codes/200': 43,
'scrapy-zyte-api/success': 43,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 30, 15, 17, 52, 637895, tzinfo=datetime.timezone.utc)}
2026-03-30 15:18:35 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 15:18:36 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fa44d6e78d0>
2026-03-30 15:18:36 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fa44d6f4150>
PROJECT (sourcing_v2)
SPIDER (auto_selling_coches.net.api)