2026-05-15 10:09:49 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-05-15 10:09:49 [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-05-15 10:09:49 [auto_selling_coches.net.api] INFO: Starting auto_selling_coches.net.api spider (API-based)
2026-05-15 10:09:49 [auto_selling_coches.net.api] INFO: Extracted dealer slug: algarage
2026-05-15 10:09:49 [auto_selling_coches.net.api] INFO: _job: de286e3a504411f18ce3ca148988c204, SCRAPY_JOB: None
2026-05-15 10:09:49 [scrapy.addons] INFO: Enabled addons:
[]
2026-05-15 10:09:49 [asyncio] DEBUG: Using selector: EpollSelector
2026-05-15 10:09:49 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-05-15 10:09:49 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-05-15 10:09:49 [scrapy.extensions.telnet] INFO: Telnet Password: 5e5c6cbe956f5a2e
2026-05-15 10:09:50 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-05-15 10:09:50 [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/de286e3a504411f18ce3ca148988c204.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-05-15 10:09:50 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-05-15 10:09:50 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-05-15 10:09:50 [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-05-15 10:09:50 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
2026-05-15 10:09:50 [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-05-15 10:09:50 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
2026-05-15 10:09:50 [scrapy.core.engine] INFO: Spider opened
2026-05-15 10:09:50 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-05-15 10:09:50 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-dev-bus.servicebus.windows.net
2026-05-15 10:09:50 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
2026-05-15 10:09:50 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-05-15 10:09:50 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6025
2026-05-15 10:09:50 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-05-15 10:09:50 [scrapy-playwright] INFO: Starting download handler
2026-05-15 10:09:50 [scrapy-playwright] INFO: Starting download handler
2026-05-15 10:09:55 [auto_selling_coches.net.api] INFO: API spider started with URL: https://www.coches.net/concesionario/algarage, dealer_slug: algarage
2026-05-15 10:09:55 [auto_selling_coches.net.api] INFO: Trying fast dealer API: https://web.gw.coches.net/dealers/algarage
2026-05-15 10:09:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:09:56 [scrapy.core.engine] DEBUG: Crawled (400) <GET https://web.gw.coches.net/dealers/algarage> (referer: None) ['zyte-api']
2026-05-15 10:09:56 [auto_selling_coches.net.api] INFO: Search API failed (Ignoring non-200 response), falling back to browserHtml
2026-05-15 10:09:56 [auto_selling_coches.net.api] INFO: Using browserHtml fallback path (page 1)
2026-05-15 10:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/algarage?pg=1> (referer: None) ['zyte-api']
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Total items from HTML header: 28
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Extracting listings from HTML page 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found 28 listings in HTML (page 1)
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70430544
2026-05-15 10:10:18 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-05-15 10:10:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-05-15 10:10:18 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2099
2026-05-15 10:10:18 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70430544: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70430544
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70499446
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70499446: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70499446
2026-05-15 10:10:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70562093
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70562093: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70562093
2026-05-15 10:10:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70572606
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70572606: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70572606
2026-05-15 10:10:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70573451
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70573451: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70573451
2026-05-15 10:10:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70581296
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70581296: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70581296
2026-05-15 10:10:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70581382
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70581382: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70581382
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70581422
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70581422: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70581422
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70430334
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70430334: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70430334
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70499332
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70499332: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70499332
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70552421
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70552421: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70552421
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70499263
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70499263: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70499263
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70561931
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70561931: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70561931
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70581608
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70581608: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70581608
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70628215
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70628215: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70628215
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70572711
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scrape type for 70572711: 1
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Scraping new listing 70572711
2026-05-15 10:10:18 [auto_selling_coches.net.api] INFO: Found listing with ID: 70573553
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70573553: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70573553
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70573359
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70573359: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70573359
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70581558
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70581558: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70581558
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70532010
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70532010: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70532010
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70561437
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70561437: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70561437
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70562192
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70562192: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70562192
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70552543
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70552543: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70552543
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70476062
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70476062: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70476062
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70476058
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70476058: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70476058
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70430676
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70430676: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70430676
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70358858
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70358858: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70358858
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Found listing with ID: 70366104
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scrape type for 70366104: 1
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Scraping new listing 70366104
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: HTML pagination complete: 28 items scraped
2026-05-15 10:10:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70572606> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70562093> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:19 [auto_selling_coches.net.api] INFO: Extracted item from API: 70572606 - MERCEDES-BENZ CLA CLA 200 D DCT
2026-05-15 10:10:19 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b8603c1a-323e-5d89-8e40-8966c61f0760 with identifier: 70572606
2026-05-15 10:10:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item b8603c1a-323e-5d89-8e40-8966c61f0760
2026-05-15 10:10:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19975035/40f9c522-872f-48cb-a412-f258d7fe91a9.jpg already downloaded
2026-05-15 10:10:19 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b8603c1a-323e-5d89-8e40-8966c61f0760 with identifier 70572606
2026-05-15 10:10:19 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: None -> <ConnectionState.START: 0>
2026-05-15 10:10:19 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.START: 0> -> <ConnectionState.HDR_SENT: 2>
2026-05-15 10:10:19 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.HDR_SENT: 2>
2026-05-15 10:10:19 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.OPEN_PIPE: 4>
2026-05-15 10:10:19 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.UNMAPPED: 0> -> <SessionState.BEGIN_SENT: 1>
2026-05-15 10:10:19 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-05-15 10:10:19 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-05-15 10:10:19 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-05-15 10:10:19 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-05-15 10:10:19 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_PIPE: 4> -> <ConnectionState.OPEN_SENT: 7>
2026-05-15 10:10:20 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_SENT: 7> -> <ConnectionState.OPENED: 9>
2026-05-15 10:10:20 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.BEGIN_SENT: 1> -> <SessionState.MAPPED: 3>
2026-05-15 10:10:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-05-15 10:10:20 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-05-15 10:10:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-05-15 10:10:20 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-05-15 10:10:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS completed opening with status: <ManagementOpenResult.OK: 1>
2026-05-15 10:10:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-05-15 10:10:20 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2009
2026-05-15 10:10:20 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-05-15 10:10:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1778839820
2026-05-15 10:10:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1778839820
2026-05-15 10:10:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS Put token result (<ManagementExecuteOperationResult.OK: 0>), status code: 202, status_description: b'Accepted'.
2026-05-15 10:10:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-05-15 10:10:20 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-05-15 10:10:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:20 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b8603c1a-323e-5d89-8e40-8966c61f0760
2026-05-15 10:10:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70572606>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 109,
'category': 'Coches',
'city': None,
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'MERCEDES BENZ -CLASE CLA 200 d -AMG LINE, Automatico, 2.0d '
'150cv, 11/2019, procedente de casa oficial, libro de '
'mantenimiento y kms certificados.\n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- CarpPay & AndroidAuto\n'
'- Pack Black Line\n'
'- Caja Automatica\n'
'- Control de velocidad\n'
'- Acabado AMG LINE\n'
'- Asientos en cuero mixto deportivos\n'
'- Luces Full Led y led diurno\n'
'- Parktronic trasero y delantero, ESP\n'
'- Selector de potencia\n'
'- Volante 3 radios cuero\n'
'- Ordenador de a bordo\n'
'- llantas 18" AMG Diamantadas y Negro brillo\n'
'\n'
'- GARANTI´A TOTAL DE 12/24 MESES (Opcional)\n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'\n'
'PRECIO CONTADO 28.990€\n'
'PRECIO FINANCIADO AL 100% 27.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'informacion adicional',
'doors_number': 4,
'emission_standard': 'C',
'engine': '1.9L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b8603c1a-323e-5d89-8e40-8966c61f0760',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mercedes-benz-cla-cla-200-d-dct-4p-diesel-2021-en-malaga-70572606-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'MERCEDES-BENZ',
'model': 'CLA',
'odometer': 97000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19975035/40f9c522-872f-48cb-a412-f258d7fe91a9.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b8603c1a-323e-5d89-8e40-8966c61f0760/b8603c1a-323e-5d89-8e40-8966c61f0760_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92960,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19975035/40f9c522-872f-48cb-a412-f258d7fe91a9.jpg',
'Width': 800}],
'postal_code': None,
'price': 28990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA CLA 200 D DCT',
'transmission': 'automatic',
'trim': 'CLA 200 D DCT',
'vin': None,
'year': 2020}
2026-05-15 10:10:20 [auto_selling_coches.net.api] INFO: Saving data for 70572606: {'created_time': 1778839820.706162, 'last_price_update_time': 1778839820.706173}
2026-05-15 10:10:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70430544> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70573451> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70499446> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:21 [auto_selling_coches.net.api] INFO: Extracted item from API: 70562093 - MERCEDES-BENZ Clase GLA GLA 200 d AMG Line
2026-05-15 10:10:21 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 27bc1e53-4872-53e6-9809-0f47432f9e74 with identifier: 70562093
2026-05-15 10:10:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 27bc1e53-4872-53e6-9809-0f47432f9e74
2026-05-15 10:10:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19964670/049b2241-73e1-49df-bf25-1668d74a2e65.jpg already downloaded
2026-05-15 10:10:21 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 27bc1e53-4872-53e6-9809-0f47432f9e74 with identifier 70562093
2026-05-15 10:10:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:21 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 27bc1e53-4872-53e6-9809-0f47432f9e74
2026-05-15 10:10:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70562093>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 110,
'category': 'Coches',
'city': None,
'color': 'Negro',
'currency': 'EUR',
'description': 'MERCEDES BENZ -CLASE GLA 200 d - AMG EDITION, Automático, '
'2.2d 136cv, 07/2016, procedente de casa oficial, libro de '
'mantenimiento y kms certificados. \n'
'\n'
'\n'
'- Apertura y cierre porton trasero electrico\n'
'- Caja Automatica \n'
'- Pack AMG Edition\n'
'- Control de velocidad \n'
'- Acabado Black Line\n'
'- Asientos en cuero mixto deportivos \n'
'- Luces Full Led y led diurno\n'
'- Parktronic con cámara trasera, ESP \n'
'- Selector de potencia \n'
'- Volante 3 radios cuero\n'
'- Ordenador de a bordo \n'
'- llantas 19" AMG Diamantadas y Negro brillo \n'
'\n'
'- GARANTÍA TOTAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
' \n'
'\n'
'PRECIO CONTADO 20.990€ \n'
'PRECIO FINANCIADO AL 100% 19.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.1L',
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '27bc1e53-4872-53e6-9809-0f47432f9e74',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mercedes-benz-clase-gla-gla-200-d-amg-line-5p-diesel-2017-en-malaga-70562093-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'MERCEDES-BENZ',
'model': 'Clase GLA',
'odometer': 118500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19964670/049b2241-73e1-49df-bf25-1668d74a2e65.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_27bc1e53-4872-53e6-9809-0f47432f9e74/27bc1e53-4872-53e6-9809-0f47432f9e74_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110888,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19964670/049b2241-73e1-49df-bf25-1668d74a2e65.jpg',
'Width': 800}],
'postal_code': None,
'price': 20990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2016-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Clase GLA GLA 200 d AMG Line',
'transmission': 'automatic',
'trim': 'GLA 200 d AMG Line',
'vin': None,
'year': 2016}
2026-05-15 10:10:21 [auto_selling_coches.net.api] INFO: Saving data for 70562093: {'created_time': 1778839821.085997, 'last_price_update_time': 1778839821.086006}
2026-05-15 10:10:21 [auto_selling_coches.net.api] INFO: Extracted item from API: 70430544 - MINI MINI ONE 5 PUERTAS
2026-05-15 10:10:21 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a11a2a79-71b5-5d24-867b-86e6e3a43142 with identifier: 70430544
2026-05-15 10:10:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item a11a2a79-71b5-5d24-867b-86e6e3a43142
2026-05-15 10:10:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19855971/b730aa80-92af-46ef-a4d9-357f8d7dfa05.jpg already downloaded
2026-05-15 10:10:21 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a11a2a79-71b5-5d24-867b-86e6e3a43142 with identifier 70430544
2026-05-15 10:10:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:21 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a11a2a79-71b5-5d24-867b-86e6e3a43142
2026-05-15 10:10:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70430544>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'city': None,
'color': 'Rojo',
'currency': 'EUR',
'description': 'MINI - COOPER - 1.5T 102cv 5p, 02/2022, procedente de casa '
'oficial, Kilometros certificado.\n'
'\n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- Asientos deportivos\n'
'- Tapiceria tela \n'
'- Sensores delanteros y trasero\n'
'- Carplay & AndroidAuto\n'
'-Climatizador Bizona\n'
'-Faros Led\n'
'-Bluetooth, Manos Libres\n'
'-Espejos eléctricos \n'
'-Ordenador de abordo \n'
'-Volante deportivo en cuero\n'
'-llantas 15" Negro brillo \n'
'-USB MP3, aux. para conectar dispositivo móvil\n'
'\n'
'GARANTÍA TOTAL (opcional) HASTA 24 MESES.\n'
'ENTREGAMOS VEHICULOS EN TODA ESPAÑA \n'
'GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 19.890€\n'
'PRECIO FINANCIADO AL 100% 18.890€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.5L',
'engine_horse_power': 102,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': 'a11a2a79-71b5-5d24-867b-86e6e3a43142',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mini-mini-one-5-puertas-5p-gasolina-2022-en-malaga-70430544-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'MINI',
'model': 'MINI',
'odometer': 38000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19855971/b730aa80-92af-46ef-a4d9-357f8d7dfa05.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a11a2a79-71b5-5d24-867b-86e6e3a43142/a11a2a79-71b5-5d24-867b-86e6e3a43142_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102243,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19855971/b730aa80-92af-46ef-a4d9-357f8d7dfa05.jpg',
'Width': 800}],
'postal_code': None,
'price': 19890,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MINI MINI ONE 5 PUERTAS',
'transmission': 'manual',
'trim': 'ONE 5 PUERTAS',
'vin': None,
'year': 2022}
2026-05-15 10:10:21 [auto_selling_coches.net.api] INFO: Saving data for 70430544: {'created_time': 1778839821.182558, 'last_price_update_time': 1778839821.182566}
2026-05-15 10:10:21 [auto_selling_coches.net.api] INFO: Extracted item from API: 70573451 - MERCEDES-BENZ Clase A A 250 e
2026-05-15 10:10:21 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b39c690a-92f7-55fe-8381-d826cf1a7b53 with identifier: 70573451
2026-05-15 10:10:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item b39c690a-92f7-55fe-8381-d826cf1a7b53
2026-05-15 10:10:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19975650/97a2c589-cfba-40ab-b89b-cde7ee6cc583.jpg already downloaded
2026-05-15 10:10:21 [auto_selling_coches.net.api] INFO: Extracted item from API: 70499446 - AUDI A3 Sedan S line 35 TFSI S tronic
2026-05-15 10:10:21 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d749446-fc73-5a5f-981c-72f9ed50993e with identifier: 70499446
2026-05-15 10:10:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 5d749446-fc73-5a5f-981c-72f9ed50993e
2026-05-15 10:10:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19912406/052203b5-a5f9-4703-9129-41f5b169567e.jpg already downloaded
2026-05-15 10:10:21 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b39c690a-92f7-55fe-8381-d826cf1a7b53 with identifier 70573451
2026-05-15 10:10:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:21 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b39c690a-92f7-55fe-8381-d826cf1a7b53
2026-05-15 10:10:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70573451>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'city': None,
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'MERCEDES BENZ -CLASE A 250e - AMG Line, Automático, 1.4T '
'Híbrido enchufable 218cv, 08/2022, procedente de casa '
'oficial, libro de mantenimiento y kms certificados. \n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- Luces Ambientales 16 colores\n'
'- Caja Automatica 9G\n'
'- Cuadro con pantalla digital + pantalla XXL\n'
'- Control de velocidad \n'
'- Acabado AMG \n'
'- Asientos en cuero mixto deportivos \n'
'- Luces Full Led y led diurno \n'
'- Parktronic con cámara trasera, ESP \n'
'- Selector de potencia \n'
'- Volante 3 radios cuero\n'
'- Ordenador de a bordo \n'
'- llantas 18" AMG Diamantadas y Gris antracita \n'
'\n'
'- GARANTÍA TOTAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'\n'
'PRECIO CONTADO 27.590€ \n'
'PRECIO FINANCIADO AL 100% 26.490€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': '0',
'engine': '1.3L',
'engine_horse_power': 218,
'expiration_date': None,
'fuel_type': 'Híbrido enchufable',
'id': 'b39c690a-92f7-55fe-8381-d826cf1a7b53',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mercedes-benz-clase-a-a-250-e-5p-electrico-hibrido-2022-en-malaga-70573451-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'MERCEDES-BENZ',
'model': 'Clase A',
'odometer': 57000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19975650/97a2c589-cfba-40ab-b89b-cde7ee6cc583.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b39c690a-92f7-55fe-8381-d826cf1a7b53/b39c690a-92f7-55fe-8381-d826cf1a7b53_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106337,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19975650/97a2c589-cfba-40ab-b89b-cde7ee6cc583.jpg',
'Width': 800}],
'postal_code': None,
'price': 27590,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Clase A A 250 e',
'transmission': 'automatic',
'trim': 'A 250 e',
'vin': None,
'year': 2022}
2026-05-15 10:10:21 [auto_selling_coches.net.api] INFO: Saving data for 70573451: {'created_time': 1778839821.336995, 'last_price_update_time': 1778839821.337008}
2026-05-15 10:10:21 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 5d749446-fc73-5a5f-981c-72f9ed50993e with identifier 70499446
2026-05-15 10:10:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:21 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 5d749446-fc73-5a5f-981c-72f9ed50993e
2026-05-15 10:10:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70499446>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'city': None,
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'AUDI - A3 SEDAN S-Line edition, 35TFSI, 1.5TSFI 150cv, Micro '
'hibrido, 10/2020, procedente de casa oficial, libro de '
'mantenimiento y kms certificados.\n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- Faros full led, luz diurna led y intermitentes dinamicos \n'
'- Pack S-Line interior y exterior\n'
'- Equipo de Sonido Audi Sound System \n'
'- Pabtalla Digital Virtual Copkit\n'
'- Cardplay Apple y Andoroid \n'
'- Volante 3 radios cuero milano \n'
'- Ordenador de a bordo \n'
'- llantas 18" Audi Sport \n'
'- Sensor de parking trasero\n'
'\n'
'- GARANTÍA TOTAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 23.990€ \n'
'PRECIO FINANCIADO AL 100% 22.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 4,
'emission_standard': 'ECO',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': '5d749446-fc73-5a5f-981c-72f9ed50993e',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-a3-sedan-s-line-35-tfsi-110kw-s-tronic-4p-electrico-hibrido-2022-en-malaga-70499446-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'AUDI',
'model': 'A3',
'odometer': 99850,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19912406/052203b5-a5f9-4703-9129-41f5b169567e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_5d749446-fc73-5a5f-981c-72f9ed50993e/5d749446-fc73-5a5f-981c-72f9ed50993e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99466,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19912406/052203b5-a5f9-4703-9129-41f5b169567e.jpg',
'Width': 800}],
'postal_code': None,
'price': 23990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sedan S line 35 TFSI S tronic',
'transmission': 'automatic',
'trim': 'Sedan S line 35 TFSI 110kW S tronic',
'vin': None,
'year': 2021}
2026-05-15 10:10:21 [auto_selling_coches.net.api] INFO: Saving data for 70499446: {'created_time': 1778839821.385812, 'last_price_update_time': 1778839821.38582}
2026-05-15 10:10:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70366104> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70358858> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:22 [auto_selling_coches.net.api] INFO: Extracted item from API: 70366104 - AUDI Q2 Black Line 30 TDI
2026-05-15 10:10:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: d50a54eb-ecda-5417-9825-44a070bdd829 with identifier: 70366104
2026-05-15 10:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item d50a54eb-ecda-5417-9825-44a070bdd829
2026-05-15 10:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19803289/b320ff47-3047-405a-bf9b-b97611b97909.jpg already downloaded
2026-05-15 10:10:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: d50a54eb-ecda-5417-9825-44a070bdd829 with identifier 70366104
2026-05-15 10:10:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item d50a54eb-ecda-5417-9825-44a070bdd829
2026-05-15 10:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70366104>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 125,
'category': 'Coches',
'city': None,
'color': 'Blanco',
'currency': 'EUR',
'description': 'AUDI - Q2 Black Line , 30TDI 116cv, 02/2019, procedente de '
'casa oficial, libro de mantenimiento y kms certificados por '
'Audi. \n'
'\n'
'\n'
'-Luces full Led y diurna Led\n'
'-Audi App Connect\n'
'- Equipo de Sonido Audi Sound System\n'
'- CLima Bizona\n'
'- Acabado Sport \n'
'- Parktronic, ESP \n'
'- Llantas Audi 18" \n'
'- Volante 3 radios cuero milano \n'
'- Ordenador de a bordo \n'
'\n'
'- GARANTÍA TOTAL CASA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'\n'
'PRECIO CONTADO 20.990€ \n'
'PRECIO FINANCIADO AL 100% 19.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.6L',
'engine_horse_power': 116,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd50a54eb-ecda-5417-9825-44a070bdd829',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-q2-black-line-30-tdi-85kw-116cv-5p-diesel-2020-en-malaga-70366104-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'AUDI',
'model': 'Q2',
'odometer': 69000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19803289/b320ff47-3047-405a-bf9b-b97611b97909.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_d50a54eb-ecda-5417-9825-44a070bdd829/d50a54eb-ecda-5417-9825-44a070bdd829_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85408,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19803289/b320ff47-3047-405a-bf9b-b97611b97909.jpg',
'Width': 800}],
'postal_code': None,
'price': 20990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2019-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q2 Black Line 30 TDI',
'transmission': 'manual',
'trim': 'Black Line 30 TDI 85kW 116CV',
'vin': None,
'year': 2019}
2026-05-15 10:10:22 [auto_selling_coches.net.api] INFO: Saving data for 70366104: {'created_time': 1778839822.154136, 'last_price_update_time': 1778839822.154145}
2026-05-15 10:10:22 [auto_selling_coches.net.api] INFO: Extracted item from API: 70358858 - MERCEDES-BENZ Clase CLA CLA 220 d Shooting Brake
2026-05-15 10:10:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: fd87caec-6c0e-58bd-85bf-8d27bc362a2a with identifier: 70358858
2026-05-15 10:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item fd87caec-6c0e-58bd-85bf-8d27bc362a2a
2026-05-15 10:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19796730/9c26a424-c7d9-4e43-9c1f-618891587c0a.jpg already downloaded
2026-05-15 10:10:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: fd87caec-6c0e-58bd-85bf-8d27bc362a2a with identifier 70358858
2026-05-15 10:10:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item fd87caec-6c0e-58bd-85bf-8d27bc362a2a
2026-05-15 10:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70358858>
{'auction_title': '',
'body_type': 'Familiar',
'c_o_2_emission_value': 108,
'category': 'Coches',
'city': None,
'color': 'Negro',
'currency': 'EUR',
'description': 'MERCEDES BENZ -CLASE CLA 220d -SHOOTING BRAKE - SPORT, '
'Automatico, 2.2d 177cv, 08/2016, procedente de casa oficial, '
'libro de mantenimiento y kms certificados.\n'
'\n'
'- Camara trasera\n'
'- Luces ambiental\n'
'- Caja Automatica\n'
'- Control de velocidad\n'
'- Acabado sport\n'
'- Asientos en cuero deportivos\n'
'- Luces Full Led y led diurno\n'
'- Parktronic trasero y delantero, ESP\n'
'- Selector de potencia\n'
'- Volante 3 radios cuero\n'
'- Ordenador de a bordo\n'
'- llantas 18" AMG, Negro brillo\n'
'\n'
'- GARANTI´A TOTAL DE 12/24 MESES (Opcional)\n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 20.990€\n'
'PRECIO FINANCIADO AL 100% 18.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'informacion adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.1L',
'engine_horse_power': 177,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fd87caec-6c0e-58bd-85bf-8d27bc362a2a',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mercedes-benz-clase-cla-cla-220-d-shooting-brake-5p-diesel-2017-en-malaga-70358858-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'MERCEDES-BENZ',
'model': 'Clase CLA',
'odometer': 119000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19796730/9c26a424-c7d9-4e43-9c1f-618891587c0a.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fd87caec-6c0e-58bd-85bf-8d27bc362a2a/fd87caec-6c0e-58bd-85bf-8d27bc362a2a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93098,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19796730/9c26a424-c7d9-4e43-9c1f-618891587c0a.jpg',
'Width': 800}],
'postal_code': None,
'price': 20990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2016-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Clase CLA CLA 220 d Shooting Brake',
'transmission': 'automatic',
'trim': 'CLA 220 d Shooting Brake',
'vin': None,
'year': 2016}
2026-05-15 10:10:22 [auto_selling_coches.net.api] INFO: Saving data for 70358858: {'created_time': 1778839822.231525, 'last_price_update_time': 1778839822.231535}
2026-05-15 10:10:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70430676> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70476058> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:22 [auto_selling_coches.net.api] INFO: Extracted item from API: 70430676 - MAZDA CX-30 eSKYACTIVX 2.0 Zenith Safety
2026-05-15 10:10:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 3eace185-ecff-543c-a80c-64f6d91b918c with identifier: 70430676
2026-05-15 10:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 3eace185-ecff-543c-a80c-64f6d91b918c
2026-05-15 10:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19856197/8dbf70b6-480c-4301-8336-c06fe74c3835.jpg already downloaded
2026-05-15 10:10:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 3eace185-ecff-543c-a80c-64f6d91b918c with identifier 70430676
2026-05-15 10:10:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 3eace185-ecff-543c-a80c-64f6d91b918c
2026-05-15 10:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70430676>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'city': None,
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'MAZDA - CX-30 - eSKYACTIVX 2.0 186cv Zenith Safety, 04/2023, '
'procedente de casa oficial, libro de mantenimiento y kms '
'certificados.\n'
'\n'
'- Tapicería de tela negra\n'
'- Sistema Head-up Display ( HUD )\n'
'- Sensor de Angulo muerto ( BSM )\n'
'- Sensores trasero y delantero con camara trasera\n'
'- Sistema Carplay y Androi Auto\n'
'- Apertura y cierre porton trasero electrico\n'
'- Cristales trasero tintado\n'
'- Sensor de luz y de lluvia\n'
'- Pantalla multimedia\n'
'- Salida de AUX y USB\n'
'- Volante deportivo en cuero milano\n'
'- Ordenador de a bordo \n'
'- llantas 18" Gris antracita\n'
'\n'
'- GARANTÍA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 24.890€ \n'
'PRECIO FINANCIADO AL 100% 23.890€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '2.0L',
'engine_horse_power': 186,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': '3eace185-ecff-543c-a80c-64f6d91b918c',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mazda-cx-30-eskyactivx-20-137kw-zenith-safety-5p-electrico-hibrido-2022-en-malaga-70430676-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'MAZDA',
'model': 'CX-30',
'odometer': 65000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19856197/8dbf70b6-480c-4301-8336-c06fe74c3835.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_3eace185-ecff-543c-a80c-64f6d91b918c/3eace185-ecff-543c-a80c-64f6d91b918c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91773,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19856197/8dbf70b6-480c-4301-8336-c06fe74c3835.jpg',
'Width': 800}],
'postal_code': None,
'price': 24890,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MAZDA CX-30 eSKYACTIVX 2.0 Zenith Safety',
'transmission': 'automatic',
'trim': 'eSKYACTIVX 2.0 137kW Zenith Safety',
'vin': None,
'year': 2023}
2026-05-15 10:10:22 [auto_selling_coches.net.api] INFO: Saving data for 70430676: {'created_time': 1778839822.401858, 'last_price_update_time': 1778839822.401867}
2026-05-15 10:10:22 [auto_selling_coches.net.api] INFO: Extracted item from API: 70476058 - BMW X5 xDrive45e
2026-05-15 10:10:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f64542d0-66b9-55b6-9680-d057e17983fb with identifier: 70476058
2026-05-15 10:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item f64542d0-66b9-55b6-9680-d057e17983fb
2026-05-15 10:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19893666/61e53e00-98a0-4c59-b1f4-b3f39484e347.jpg already downloaded
2026-05-15 10:10:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f64542d0-66b9-55b6-9680-d057e17983fb with identifier 70476058
2026-05-15 10:10:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f64542d0-66b9-55b6-9680-d057e17983fb
2026-05-15 10:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70476058>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'city': None,
'color': 'Gris / Plata (Plomo)',
'currency': 'EUR',
'description': 'BMW -X5 45e - Black Line, Automático, 3.0 391cv, 12/2021, '
'procedente de casa oficial, libro de mantenimiento y kms '
'certificados.\n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- Side Assist, y Control de ángulo muerto\n'
'- HEAD UP DISPLAY Proyector de velocidad en la luna \n'
'- Cuadro con pantalla digital + pantalla XXL\n'
'- Asientos calefactados \n'
'- Paquete de luces ambientales \n'
'- Apertura y cierre sin llaves\n'
'- Apertura y cierre electrico porton trasero\n'
'- Techo panorámico de cristal\n'
'- Caja Automatica 8G\n'
'- Control de velocidad \n'
'- Acabado SPORT \n'
'- Asientos en cuero Marron\n'
'- Luces Full Led y led diurno \n'
'- Parktronic delantero + trasero con cámara Trasera\n'
'- Selector de potencia \n'
'- Volante 3 radios cuero\n'
'- Paquete black line \n'
'- llantas 21" Sport Aluminio Negro brillo \n'
'\n'
'- GARANTÍA TOTAL EN CASA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 49.990€ \n'
'PRECIO FINANCIADO AL 100% 47.990€ \n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': '0',
'engine': '3.0L',
'engine_horse_power': 394,
'expiration_date': None,
'fuel_type': 'Híbrido enchufable',
'id': 'f64542d0-66b9-55b6-9680-d057e17983fb',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/bmw-x5-xdrive45e-5p-electrico-hibrido-2023-en-malaga-70476058-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'BMW',
'model': 'X5',
'odometer': 78000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19893666/61e53e00-98a0-4c59-b1f4-b3f39484e347.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_f64542d0-66b9-55b6-9680-d057e17983fb/f64542d0-66b9-55b6-9680-d057e17983fb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101907,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19893666/61e53e00-98a0-4c59-b1f4-b3f39484e347.jpg',
'Width': 800}],
'postal_code': None,
'price': 49990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X5 xDrive45e',
'transmission': 'automatic',
'trim': 'xDrive45e',
'vin': None,
'year': 2022}
2026-05-15 10:10:22 [auto_selling_coches.net.api] INFO: Saving data for 70476058: {'created_time': 1778839822.472192, 'last_price_update_time': 1778839822.4722}
2026-05-15 10:10:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70476062> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:22 [auto_selling_coches.net.api] INFO: Extracted item from API: 70476062 - MERCEDES-BENZ Clase A A 200
2026-05-15 10:10:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: c45f98d3-c4d5-53c7-864e-1bef9566842b with identifier: 70476062
2026-05-15 10:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item c45f98d3-c4d5-53c7-864e-1bef9566842b
2026-05-15 10:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19893727/46d3eca3-972b-4948-a61f-a6de5dc1707f.jpg already downloaded
2026-05-15 10:10:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: c45f98d3-c4d5-53c7-864e-1bef9566842b with identifier 70476062
2026-05-15 10:10:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item c45f98d3-c4d5-53c7-864e-1bef9566842b
2026-05-15 10:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70476062>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 122,
'category': 'Coches',
'city': None,
'color': 'Blanco',
'currency': 'EUR',
'description': 'MERCEDES BENZ -CLASE A 200 - Sport Line, 1.4T 163cv, '
'01/2019, cambio automático 7G procedente de casa oficial, '
'libro de mantenimiento y kms certificados. \n'
'\n'
'- Luz ambiental de 12 colores\n'
'- Techo panorámico de cristal corredizo\n'
'- Cuadro con pantalla digital + pantalla XXL\n'
'- Control de velocidad \n'
'- Acabado Sport line \n'
'- Luces led diurno \n'
'- Parktronic 360ª \n'
'- Cámara trasera, ESP \n'
'- Selector de potencia \n'
'- Volante 3 radios cuero\n'
'- Ordenador de a bordo \n'
'- llantas 18" Sport-Line Diamantadas y Negro brillo \n'
'\n'
'- GARANTÍA TOTAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'\n'
'PRECIO CONTADO 23.990€ \n'
'PRECIO FINANCIADO AL 100% 22.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.3L',
'engine_horse_power': 163,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': 'c45f98d3-c4d5-53c7-864e-1bef9566842b',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mercedes-benz-clase-a-a-200-5p-gasolina-2020-en-malaga-70476062-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'MERCEDES-BENZ',
'model': 'Clase A',
'odometer': 74500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19893727/46d3eca3-972b-4948-a61f-a6de5dc1707f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_c45f98d3-c4d5-53c7-864e-1bef9566842b/c45f98d3-c4d5-53c7-864e-1bef9566842b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84015,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19893727/46d3eca3-972b-4948-a61f-a6de5dc1707f.jpg',
'Width': 800}],
'postal_code': None,
'price': 23990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2019-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Clase A A 200',
'transmission': 'automatic',
'trim': 'A 200',
'vin': None,
'year': 2019}
2026-05-15 10:10:22 [auto_selling_coches.net.api] INFO: Saving data for 70476062: {'created_time': 1778839822.64439, 'last_price_update_time': 1778839822.644398}
2026-05-15 10:10:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70552543> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:23 [auto_selling_coches.net.api] INFO: Extracted item from API: 70552543 - MERCEDES-BENZ GLC Coupé GLC 220 d 4MATIC
2026-05-15 10:10:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: cf114144-a4b0-502b-94c7-8e89be2740b1 with identifier: 70552543
2026-05-15 10:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item cf114144-a4b0-502b-94c7-8e89be2740b1
2026-05-15 10:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19956457/a587391c-006b-46d4-ab0e-c13b38aad7dd.jpg already downloaded
2026-05-15 10:10:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: cf114144-a4b0-502b-94c7-8e89be2740b1 with identifier 70552543
2026-05-15 10:10:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item cf114144-a4b0-502b-94c7-8e89be2740b1
2026-05-15 10:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70552543>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 136,
'category': 'Coches',
'city': None,
'color': 'Negro',
'currency': 'EUR',
'description': 'MERCEDES BENZ -CLASE GLC 220d COUPE 4Matic - AMG Line, Black '
'Line, Automático, 2.0T, Diesel, 194cv, 06/2020, procedente de '
'casa oficial, libro de mantenimiento y kms certificados. \n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'\n'
'- Luces ambientales 16 colores\n'
'- Techo solar\n'
'- Caja Automatica 9G\n'
'- Cuadro con pantalla digital + pantalla XXL\n'
'- Control de velocidad \n'
'- Acabado AMG\n'
'- Acabado Black Line \n'
'- Asientos en cuero mixto deportivos \n'
'- Luces Full Led y led diurno \n'
'- Parktronic con cámara trasera, ESP \n'
'- Selector de potencia \n'
'- Volante 3 radios cuero\n'
'- Ordenador de a bordo \n'
'- llantas 20" AMG, Multiradio, Diamantadas y Negro brillo \n'
'\n'
'- GARANTÍA TOTAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'\n'
'PRECIO CONTADO 45.990€ \n'
'PRECIO FINANCIADO AL 100% 44.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'cf114144-a4b0-502b-94c7-8e89be2740b1',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mercedes-benz-glc-coupe-glc-220-d-4matic-5p-diesel-2021-en-malaga-70552543-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'MERCEDES-BENZ',
'model': 'GLC Coupé',
'odometer': 83000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19956457/a587391c-006b-46d4-ab0e-c13b38aad7dd.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_cf114144-a4b0-502b-94c7-8e89be2740b1/cf114144-a4b0-502b-94c7-8e89be2740b1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110168,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19956457/a587391c-006b-46d4-ab0e-c13b38aad7dd.jpg',
'Width': 800}],
'postal_code': None,
'price': 45990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC Coupé GLC 220 d 4MATIC',
'transmission': 'automatic',
'trim': 'GLC 220 d 4MATIC',
'vin': None,
'year': 2020}
2026-05-15 10:10:23 [auto_selling_coches.net.api] INFO: Saving data for 70552543: {'created_time': 1778839823.325195, 'last_price_update_time': 1778839823.325205}
2026-05-15 10:10:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70561437> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70562192> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70532010> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:23 [auto_selling_coches.net.api] INFO: Extracted item from API: 70561437 - VOLKSWAGEN T-Roc Advance 1.0 TSI
2026-05-15 10:10:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 80596c5e-3911-5eca-8ff5-9db75d2005d0 with identifier: 70561437
2026-05-15 10:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 80596c5e-3911-5eca-8ff5-9db75d2005d0
2026-05-15 10:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19963896/dc42d6c4-1a93-447b-b258-b108503903a1.jpg already downloaded
2026-05-15 10:10:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 80596c5e-3911-5eca-8ff5-9db75d2005d0 with identifier 70561437
2026-05-15 10:10:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 80596c5e-3911-5eca-8ff5-9db75d2005d0
2026-05-15 10:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70561437>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 118,
'category': 'Coches',
'city': None,
'color': 'Blanco',
'currency': 'EUR',
'description': 'VOLKSWAGEN - T-Roc, 1.0Tdi 115cv, 07/2020, procedente de casa '
'oficial, Kms Certificados.\n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- Sensores Trasero y Delanteros\n'
'- Conexion Apple Carplay y Android Auto\n'
'- Control de velocidad con reconocimiento de señales\n'
'- Asientos deportivos \n'
'- Parktronic, ESP \n'
'- Pantalla multimedia tactil \n'
'- Volante 3 radios cuero \n'
'- llantas 17" \n'
'\n'
'- GARANTÍA TOTAL CASA OFICIAL DE 12/24 MESES (Opcional)\n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
' \n'
'\n'
'\n'
'PRECIO CONTADO 18.990€ \n'
'PRECIO FINANCIADO AL 100% 17.990€ \n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.0L',
'engine_horse_power': 115,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '80596c5e-3911-5eca-8ff5-9db75d2005d0',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-t-roc-advance-10-tsi-85kw-115cv-5p-gasolina-2021-en-malaga-70561437-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'VOLKSWAGEN',
'model': 'T-Roc',
'odometer': 54000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19963896/dc42d6c4-1a93-447b-b258-b108503903a1.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_80596c5e-3911-5eca-8ff5-9db75d2005d0/80596c5e-3911-5eca-8ff5-9db75d2005d0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92828,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19963896/dc42d6c4-1a93-447b-b258-b108503903a1.jpg',
'Width': 800}],
'postal_code': None,
'price': 18990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc Advance 1.0 TSI',
'transmission': 'manual',
'trim': 'Advance 1.0 TSI 85kW 115CV',
'vin': None,
'year': 2020}
2026-05-15 10:10:23 [auto_selling_coches.net.api] INFO: Saving data for 70561437: {'created_time': 1778839823.508365, 'last_price_update_time': 1778839823.508377}
2026-05-15 10:10:23 [auto_selling_coches.net.api] INFO: Extracted item from API: 70562192 - VOLKSWAGEN Transporter Kombi Largo T.Medio 2.0 TDI 2.8T
2026-05-15 10:10:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c7574d0-33ab-57ab-8608-a5f60a35abac with identifier: 70562192
2026-05-15 10:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 9c7574d0-33ab-57ab-8608-a5f60a35abac
2026-05-15 10:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19964831/d46ee459-ae94-4804-9ce7-bd369b9f4590.jpg already downloaded
2026-05-15 10:10:23 [auto_selling_coches.net.api] INFO: Extracted item from API: 70532010 - MAZDA Mazda3 2.0 SKYACTIVX ZENITH SAFETY BLACK AT
2026-05-15 10:10:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 8972a8d3-4c9f-58b6-bf87-388663702644 with identifier: 70532010
2026-05-15 10:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 8972a8d3-4c9f-58b6-bf87-388663702644
2026-05-15 10:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19947045/a7fe2abf-3ae5-4a92-b330-f2c99aa5495e.jpg already downloaded
2026-05-15 10:10:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 9c7574d0-33ab-57ab-8608-a5f60a35abac with identifier 70562192
2026-05-15 10:10:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 9c7574d0-33ab-57ab-8608-a5f60a35abac
2026-05-15 10:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70562192>
{'auction_title': '',
'body_type': 'Monovolumen',
'c_o_2_emission_value': 193,
'category': 'Coches',
'city': None,
'color': 'Azul (blanco/ azul)',
'currency': 'EUR',
'description': 'VOLKSWAGEN - Transporter - 2.0TDI, 102cv, 03/2012, procedente '
'de casa oficial Volkswagen.\n'
'\n'
'- 9 plazas tipo mini bus\n'
'-Asientos en tela \n'
'-Pantalla Táctil CarPlay y AndroidAuto\n'
'- Aire acondicionado\n'
'- Direccion asistida\n'
'- Puerta corredera en la derecha\n'
'\n'
'\n'
'- GARANTÍA 12/24 MESES TOTAL (opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'\n'
'PRECIO CONTADO 19.800€ \n'
'PRECIO FINANCIADO AL 100% 18.800€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 4,
'emission_standard': 'B',
'engine': '2.0L',
'engine_horse_power': 102,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9c7574d0-33ab-57ab-8608-a5f60a35abac',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-transporter-kombi-largo-tmedio-20-tdi-102cv-28t-4p-diesel-2013-en-malaga-70562192-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'VOLKSWAGEN',
'model': 'Transporter',
'odometer': 217000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19964831/d46ee459-ae94-4804-9ce7-bd369b9f4590.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_9c7574d0-33ab-57ab-8608-a5f60a35abac/9c7574d0-33ab-57ab-8608-a5f60a35abac_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96015,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19964831/d46ee459-ae94-4804-9ce7-bd369b9f4590.jpg',
'Width': 800}],
'postal_code': None,
'price': 19800,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2012-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter Kombi Largo T.Medio 2.0 TDI 2.8T',
'transmission': 'manual',
'trim': 'Kombi Largo T.Medio 2.0 TDI 102cv 2.8T',
'vin': None,
'year': 2012}
2026-05-15 10:10:23 [auto_selling_coches.net.api] INFO: Saving data for 70562192: {'created_time': 1778839823.600943, 'last_price_update_time': 1778839823.600954}
2026-05-15 10:10:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 8972a8d3-4c9f-58b6-bf87-388663702644 with identifier 70532010
2026-05-15 10:10:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 8972a8d3-4c9f-58b6-bf87-388663702644
2026-05-15 10:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70532010>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 120,
'category': 'Coches',
'city': None,
'color': 'Gris / Plata (Plomo)',
'currency': 'EUR',
'description': 'MAZDA - 3 - 2.0 eSKYACTIVX ZENITH SAFETY BLACK 186cv, '
'01/2020, procedente de casa oficial, libro de mantenimiento y '
'kms certificados.\n'
'\n'
'(( PROXIMAMENTE ))\n'
'\n'
'- Asientos Calefactados\n'
'- Tapicería de Cuero negro\n'
'- Sistema Head-up Display ( HUD )\n'
'- Sensor de Angulo muerto ( BSM )\n'
'- Sensores trasero y delantero con camara 360º\n'
'- Sistema Carplay y Androi Auto\n'
'- Pack sonido Bose\n'
'- Cristales trasero tintado\n'
'- Sensor de luz y de lluvia\n'
'- Pantalla multimedia\n'
'- Salida de AUX y USB\n'
'- Volante deportivo en cuero milano\n'
'- Ordenador de a bordo \n'
'- llantas 18" Negra\n'
'\n'
'- GARANTÍA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 23.990€ \n'
'PRECIO FINANCIADO AL 100% 22.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '2.0L',
'engine_horse_power': 181,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': '8972a8d3-4c9f-58b6-bf87-388663702644',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mazda-mazda3-20-skyactivx-zenith-safety-black-at-5p-electrico-hibrido-2020-en-malaga-70532010-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'MAZDA',
'model': 'Mazda3',
'odometer': 67000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19947045/a7fe2abf-3ae5-4a92-b330-f2c99aa5495e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8972a8d3-4c9f-58b6-bf87-388663702644/8972a8d3-4c9f-58b6-bf87-388663702644_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96160,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19947045/a7fe2abf-3ae5-4a92-b330-f2c99aa5495e.jpg',
'Width': 800}],
'postal_code': None,
'price': 23990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MAZDA Mazda3 2.0 SKYACTIVX ZENITH SAFETY BLACK AT',
'transmission': 'automatic',
'trim': '2.0 SKYACTIVX ZENITH SAFETY BLACK AT',
'vin': None,
'year': 2020}
2026-05-15 10:10:23 [auto_selling_coches.net.api] INFO: Saving data for 70532010: {'created_time': 1778839823.651533, 'last_price_update_time': 1778839823.651542}
2026-05-15 10:10:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70581558> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:23 [auto_selling_coches.net.api] INFO: Extracted item from API: 70581558 - AUDI A3 Sportback Advanced 30 TFSI S tronic
2026-05-15 10:10:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 62d2871c-c263-5160-b2c7-3ecdaffb7364 with identifier: 70581558
2026-05-15 10:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 62d2871c-c263-5160-b2c7-3ecdaffb7364
2026-05-15 10:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19981981/056a327f-13db-444f-9d70-b72ffff33948.jpg already downloaded
2026-05-15 10:10:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 62d2871c-c263-5160-b2c7-3ecdaffb7364 with identifier 70581558
2026-05-15 10:10:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 62d2871c-c263-5160-b2c7-3ecdaffb7364
2026-05-15 10:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70581558>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'city': None,
'color': 'Blanco',
'currency': 'EUR',
'description': 'AUDI - A3 SPORTBACK Advance edition, 30TFSI 110cv, 10/2022, '
'procedente de casa oficial, libro de mantenimiento y kms '
'certificados.\n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- Equipo de Sonido Audi Sound System \n'
'- Pabtalla Digital Virtual Copkit\n'
'- Cardplay Apple y Andoroid \n'
'- Volante 3 radios cuero milano \n'
'- Ordenador de a bordo \n'
'- llantas 16" Audi Sport\n'
'\n'
'- GARANTÍA TOTAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 20.990€ \n'
'PRECIO FINANCIADO AL 100% 19.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': '62d2871c-c263-5160-b2c7-3ecdaffb7364',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-a3-sportback-advanced-30-tfsi-81kw-s-tronic-5p-electrico-hibrido-2023-en-malaga-70581558-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'AUDI',
'model': 'A3',
'odometer': 98000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19981981/056a327f-13db-444f-9d70-b72ffff33948.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_62d2871c-c263-5160-b2c7-3ecdaffb7364/62d2871c-c263-5160-b2c7-3ecdaffb7364_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91694,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19981981/056a327f-13db-444f-9d70-b72ffff33948.jpg',
'Width': 800}],
'postal_code': None,
'price': 20990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback Advanced 30 TFSI S tronic',
'transmission': 'automatic',
'trim': 'Sportback Advanced 30 TFSI 81kW S tronic',
'vin': None,
'year': 2023}
2026-05-15 10:10:23 [auto_selling_coches.net.api] INFO: Saving data for 70581558: {'created_time': 1778839823.84948, 'last_price_update_time': 1778839823.84949}
2026-05-15 10:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70628215> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70573359> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70572711> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:24 [auto_selling_coches.net.api] INFO: Extracted item from API: 70628215 - AUDI A3 RS 3 2.5 TFSI quattro S tronic Sportback
2026-05-15 10:10:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 433ddc3a-e58a-53b1-ac2a-7227c690040b with identifier: 70628215
2026-05-15 10:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 433ddc3a-e58a-53b1-ac2a-7227c690040b
2026-05-15 10:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19804487/b73c68dd-b6bb-4867-b323-a0e3bebdbd56.jpg already downloaded
2026-05-15 10:10:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 433ddc3a-e58a-53b1-ac2a-7227c690040b with identifier 70628215
2026-05-15 10:10:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 433ddc3a-e58a-53b1-ac2a-7227c690040b
2026-05-15 10:10:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70628215>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 189,
'category': 'Coches',
'city': None,
'color': 'Blanco (Perla)',
'currency': 'EUR',
'description': 'AUDI - RS3 - Sportback, 2.5 TFSI 400cv, S-Line, Quattro, '
'Automatico, 02/2018, procedente de casa oficial, libro de '
'mantenimiento y kms certificados.\n'
'\n'
'- Sensores trasero y delantero con camara trasera\n'
'- Virtual cockpit\n'
'- Baquet cuero gris RS\n'
'- Sistema Carplay y Androi Auto\n'
'- Pack sonido Bang & Olufsen\n'
'- Techo Panoramico\n'
'- Cristales trasero tintado\n'
'- Sensor de luz y de lluvia\n'
'- Pantalla multimedia\n'
'- Salida de AUX y USB\n'
'- Volante RS Achatado con piel alcantara multifuncion\n'
'- Ordenador de a bordo \n'
'- llantas 19" Audi RS\n'
'\n'
'- GARANTÍA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 43.990€ \n'
'PRECIO FINANCIADO AL 100% 41.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.5L',
'engine_horse_power': 400,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '433ddc3a-e58a-53b1-ac2a-7227c690040b',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-a3-rs-3-25-tfsi-quattro-s-tronic-sportback-5p-gasolina-2018-en-malaga-70628215-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'AUDI',
'model': 'A3',
'odometer': 56000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19804487/b73c68dd-b6bb-4867-b323-a0e3bebdbd56.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6aad2215-ba3c-5178-97ae-cc245460c444/6aad2215-ba3c-5178-97ae-cc245460c444_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91234,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19804487/b73c68dd-b6bb-4867-b323-a0e3bebdbd56.jpg',
'Width': 800}],
'postal_code': None,
'price': 43990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2018-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 RS 3 2.5 TFSI quattro S tronic Sportback',
'transmission': 'automatic',
'trim': 'RS 3 2.5 TFSI quattro S tronic Sportback',
'vin': None,
'year': 2018}
2026-05-15 10:10:24 [auto_selling_coches.net.api] INFO: Saving data for 70628215: {'created_time': 1778839824.571246, 'last_price_update_time': 1778839824.571256}
2026-05-15 10:10:24 [auto_selling_coches.net.api] INFO: Extracted item from API: 70573359 - AUDI A3 Sportback 1.2 TFSI Advanced
2026-05-15 10:10:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e1b3f41-b83a-59f0-ad00-544bf4d1a509 with identifier: 70573359
2026-05-15 10:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 6e1b3f41-b83a-59f0-ad00-544bf4d1a509
2026-05-15 10:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19975573/3f004a47-d6bb-47fb-a645-5d5aa047adf6.jpg already downloaded
2026-05-15 10:10:24 [auto_selling_coches.net.api] INFO: Extracted item from API: 70572711 - OPEL Corsa 1.4 Color Edition 90 CV
2026-05-15 10:10:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 18077712-05e7-5fd0-bf66-4d659dcb123e with identifier: 70572711
2026-05-15 10:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 18077712-05e7-5fd0-bf66-4d659dcb123e
2026-05-15 10:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19975089/e0cdfbbb-1c59-47b4-b213-a8d326ad407e.jpg already downloaded
2026-05-15 10:10:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 6e1b3f41-b83a-59f0-ad00-544bf4d1a509 with identifier 70573359
2026-05-15 10:10:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 6e1b3f41-b83a-59f0-ad00-544bf4d1a509
2026-05-15 10:10:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70573359>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 117,
'category': 'Coches',
'city': None,
'color': 'Azul',
'currency': 'EUR',
'description': 'AUDI - A3 - Sportback, 1.2 TFSI 110cv, Attracted, 03/2016, '
'procedente de casa oficial, libro de mantenimiento y kms '
'certificados.\n'
'\n'
'\n'
'- Cristales trasero tintado\n'
'- Sensor de luz y de lluvia\n'
'- Pantalla multimedia\n'
'- Salida de AUX y USB\n'
'- Volante multifuncion\n'
'- Ordenador de a bordo \n'
'- llantas 17"\n'
'\n'
'- GARANTÍA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 13.990€ \n'
'PRECIO FINANCIADO AL 100% 13.490€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.2L',
'engine_horse_power': 110,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '6e1b3f41-b83a-59f0-ad00-544bf4d1a509',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-a3-sportback-12-tfsi-110cv-advanced-5p-gasolina-2016-en-malaga-70573359-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'AUDI',
'model': 'A3',
'odometer': 99900,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19975573/3f004a47-d6bb-47fb-a645-5d5aa047adf6.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_6e1b3f41-b83a-59f0-ad00-544bf4d1a509/6e1b3f41-b83a-59f0-ad00-544bf4d1a509_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104106,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19975573/3f004a47-d6bb-47fb-a645-5d5aa047adf6.jpg',
'Width': 800}],
'postal_code': None,
'price': 13990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2016-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback 1.2 TFSI Advanced',
'transmission': 'manual',
'trim': 'Sportback 1.2 TFSI 110CV Advanced',
'vin': None,
'year': 2016}
2026-05-15 10:10:24 [auto_selling_coches.net.api] INFO: Saving data for 70573359: {'created_time': 1778839824.658124, 'last_price_update_time': 1778839824.658132}
2026-05-15 10:10:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 18077712-05e7-5fd0-bf66-4d659dcb123e with identifier 70572711
2026-05-15 10:10:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 18077712-05e7-5fd0-bf66-4d659dcb123e
2026-05-15 10:10:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70572711>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 120,
'category': 'Coches',
'city': None,
'color': 'Negro',
'currency': 'EUR',
'description': 'OPEL - CORSA Color edition, 1.4 Gasolina 90cv, 10/2015, '
'procedente de casa oficial, libro de mantenimiento y kms '
'certificados.\n'
'\n'
'- Control de velcidad\n'
'- Sensor de Angulo muerto ( BSM ) \n'
'- sensores de parking trasero y delantero\n'
'- Camara trasera\n'
'- Cardplay Apple y Andoroid \n'
'- Volante 3 radios cuero milano \n'
'- Ordenador de a bordo \n'
'- llantas 16" \n'
'\n'
'- GARANTÍA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 8.890€ \n'
'PRECIO FINANCIADO AL 100% 7.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.4L',
'engine_horse_power': 90,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '18077712-05e7-5fd0-bf66-4d659dcb123e',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/opel-corsa-14-color-edition-90-cv-5p-gasolina-2017-en-malaga-70572711-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'OPEL',
'model': 'Corsa',
'odometer': 104000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19975089/e0cdfbbb-1c59-47b4-b213-a8d326ad407e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_18077712-05e7-5fd0-bf66-4d659dcb123e/18077712-05e7-5fd0-bf66-4d659dcb123e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98482,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19975089/e0cdfbbb-1c59-47b4-b213-a8d326ad407e.jpg',
'Width': 800}],
'postal_code': None,
'price': 8890,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2016-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Corsa 1.4 Color Edition 90 CV',
'transmission': 'manual',
'trim': '1.4 Color Edition 90 CV',
'vin': None,
'year': 2016}
2026-05-15 10:10:24 [auto_selling_coches.net.api] INFO: Saving data for 70572711: {'created_time': 1778839824.704336, 'last_price_update_time': 1778839824.704343}
2026-05-15 10:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70573553> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:24 [auto_selling_coches.net.api] INFO: Extracted item from API: 70573553 - SEAT Ibiza 1.0 EcoTSI Reference Plus
2026-05-15 10:10:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c039738-4c26-5074-af4c-b97079082dc5 with identifier: 70573553
2026-05-15 10:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 4c039738-4c26-5074-af4c-b97079082dc5
2026-05-15 10:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19975513/60dd8b9a-7761-41ed-92bb-e53873833b99.jpg already downloaded
2026-05-15 10:10:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 4c039738-4c26-5074-af4c-b97079082dc5 with identifier 70573553
2026-05-15 10:10:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 4c039738-4c26-5074-af4c-b97079082dc5
2026-05-15 10:10:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70573553>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 106,
'category': 'Coches',
'city': None,
'color': 'Azul',
'currency': 'EUR',
'description': 'SEAT - IBIZA - Reference Plus, 1.0 Eco TSI 95cv, 10/2017, '
'procedente de casa oficial, libro de mantenimiento y kms '
'certificados.\n'
'\n'
'\n'
'- Cristales trasero tintado\n'
'- Sensor de luz y de lluvia\n'
'- Pantalla multimedia\n'
'- Salida de AUX y USB\n'
'- Volante multifuncion\n'
'- Ordenador de a bordo \n'
'- llantas 16"\n'
'\n'
'- GARANTÍA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 10.790€ \n'
'PRECIO FINANCIADO AL 100% 9.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '4c039738-4c26-5074-af4c-b97079082dc5',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/seat-ibiza-10-ecotsi-70kw-95cv-reference-plus-5p-gasolina-2018-en-malaga-70573553-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'SEAT',
'model': 'Ibiza',
'odometer': 98000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19975513/60dd8b9a-7761-41ed-92bb-e53873833b99.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_4c039738-4c26-5074-af4c-b97079082dc5/4c039738-4c26-5074-af4c-b97079082dc5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104578,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19975513/60dd8b9a-7761-41ed-92bb-e53873833b99.jpg',
'Width': 800}],
'postal_code': None,
'price': 10790,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2018-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ibiza 1.0 EcoTSI Reference Plus',
'transmission': 'manual',
'trim': '1.0 EcoTSI 70kW 95CV Reference Plus',
'vin': None,
'year': 2018}
2026-05-15 10:10:24 [auto_selling_coches.net.api] INFO: Saving data for 70573553: {'created_time': 1778839824.882521, 'last_price_update_time': 1778839824.882531}
2026-05-15 10:10:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70581608> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:25 [auto_selling_coches.net.api] INFO: Extracted item from API: 70581608 - VOLKSWAGEN Polo Life 1.0 TSI
2026-05-15 10:10:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a711dae-b525-54c6-a6cc-dfc60ad15278 with identifier: 70581608
2026-05-15 10:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 2a711dae-b525-54c6-a6cc-dfc60ad15278
2026-05-15 10:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19982051/5edb07c1-8495-43cb-81da-6dd1ef130943.jpg already downloaded
2026-05-15 10:10:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 2a711dae-b525-54c6-a6cc-dfc60ad15278 with identifier 70581608
2026-05-15 10:10:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 2a711dae-b525-54c6-a6cc-dfc60ad15278
2026-05-15 10:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70581608>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': None,
'category': 'Coches',
'city': None,
'color': 'Blanco',
'currency': 'EUR',
'description': 'VOLKSWAGEN - POLO - 1.0TSI 95cv, LIFE, 09/2022, procedente '
'de retoma casa oficial. Historial completo casa oficial, '
'kilómetros certificados.\n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- Pantalla multimedia tactil con apple Carplay y Androidauto\n'
'- Control de velocidad con reconocimiento de señales\n'
'- Acabado LIFE exterior interior \n'
'- Salida USB\n'
'- Virtual copikt \n'
'- Faros Led + Luz diurna led \n'
'- Volante 3 radios cuero con multifunción \n'
'- llantas 15" Diamantadas fondo negro brillo\n'
'\n'
'- GARANTÍA TOTAL EN CASA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'\n'
'PRECIO CONTADO 13.990€ \n'
'PRECIO FINANCIADO AL 100% 13.490€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '2a711dae-b525-54c6-a6cc-dfc60ad15278',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-polo-life-10-tsi-70kw-95cv-5p-gasolina-2023-en-malaga-70581608-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'VOLKSWAGEN',
'model': 'Polo',
'odometer': 99600,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19982051/5edb07c1-8495-43cb-81da-6dd1ef130943.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_2a711dae-b525-54c6-a6cc-dfc60ad15278/2a711dae-b525-54c6-a6cc-dfc60ad15278_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92547,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19982051/5edb07c1-8495-43cb-81da-6dd1ef130943.jpg',
'Width': 800}],
'postal_code': None,
'price': 13990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo Life 1.0 TSI',
'transmission': 'manual',
'trim': 'Life 1.0 TSI 70kW 95CV',
'vin': None,
'year': 2022}
2026-05-15 10:10:25 [auto_selling_coches.net.api] INFO: Saving data for 70581608: {'created_time': 1778839825.210229, 'last_price_update_time': 1778839825.21024}
2026-05-15 10:10:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70561931> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:25 [auto_selling_coches.net.api] INFO: Extracted item from API: 70561931 - AUDI A4 Avant Advanced 35 TDI S tronic
2026-05-15 10:10:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b44906d8-b36f-5728-bc8f-1414168d3df9 with identifier: 70561931
2026-05-15 10:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item b44906d8-b36f-5728-bc8f-1414168d3df9
2026-05-15 10:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19964529/6c047fde-b0b2-4253-875b-1fa6609f095f.jpg already downloaded
2026-05-15 10:10:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b44906d8-b36f-5728-bc8f-1414168d3df9 with identifier 70561931
2026-05-15 10:10:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b44906d8-b36f-5728-bc8f-1414168d3df9
2026-05-15 10:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70561931>
{'auction_title': '',
'body_type': 'Familiar',
'c_o_2_emission_value': None,
'category': 'Coches',
'city': None,
'color': 'Negro',
'currency': 'EUR',
'description': 'AUDI - A4 AVANT - ADVANCED, 35TDI, Híbrido (MHEV) Automático '
'S-Tronic, 2.0TDI 163cv, 06/2022, procedente de casa oficial, '
'libro de mantenimiento y kms certificados por Audi.\n'
'\n'
'- Pantalla multimedia con navegación\n'
'- Caja S-Tronic con levas en el volante\n'
'- Arranque sin llave\n'
'- Control de velocidad con reconocimiento de señales\n'
'- Apple CarPlay y android Auto \n'
'- Asientos en tela gris mixto deportivos calefactables\n'
'- Luces Full Led y led diurno \n'
'- Parktronic, y camara trasera\n'
'- Selector de potencia drive select\n'
'- Volante 3 radios cuero milano \n'
'- Sensor de luz y de lluvia\n'
'- llantas 19" Audi Sport \n'
'\n'
'- GARANTÍA TOTAL CASA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'\n'
'PRECIO CONTADO 25.390€ \n'
'PRECIO FINANCIADO AL 100% 23.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': 'b44906d8-b36f-5728-bc8f-1414168d3df9',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-a4-avant-advanced-35-tdi-120kw-s-tronic-5p-electrico-hibrido-2023-en-malaga-70561931-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'AUDI',
'model': 'A4',
'odometer': 93500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19964529/6c047fde-b0b2-4253-875b-1fa6609f095f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_b44906d8-b36f-5728-bc8f-1414168d3df9/b44906d8-b36f-5728-bc8f-1414168d3df9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101396,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19964529/6c047fde-b0b2-4253-875b-1fa6609f095f.jpg',
'Width': 800}],
'postal_code': None,
'price': 25390,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 Avant Advanced 35 TDI S tronic',
'transmission': 'automatic',
'trim': 'Avant Advanced 35 TDI 120kW S tronic',
'vin': None,
'year': 2022}
2026-05-15 10:10:25 [auto_selling_coches.net.api] INFO: Saving data for 70561931: {'created_time': 1778839825.682172, 'last_price_update_time': 1778839825.682183}
2026-05-15 10:10:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70499263> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70552421> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-05-15 10:10:25 [auto_selling_coches.net.api] INFO: Extracted item from API: 70499263 - TOYOTA C-HR 1.8 125H Advance
2026-05-15 10:10:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a6962bf-0b5f-5907-9b21-5f4f02c4f8eb with identifier: 70499263
2026-05-15 10:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 8a6962bf-0b5f-5907-9b21-5f4f02c4f8eb
2026-05-15 10:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19912234/86e51b80-1216-499d-bc6a-90d8ab555724.jpg already downloaded
2026-05-15 10:10:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 8a6962bf-0b5f-5907-9b21-5f4f02c4f8eb with identifier 70499263
2026-05-15 10:10:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 8a6962bf-0b5f-5907-9b21-5f4f02c4f8eb
2026-05-15 10:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70499263>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 86,
'category': 'Coches',
'city': None,
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'TOYOTA - C-HR - 1.8 125H - 1.8 100cv, 11/2019, procecente de '
'casa oficial, libro de mantenimiento y kms certificados.\n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- Tapiceria tela\n'
'- Sistema de navegación\n'
'-Climatizador bizona\n'
'- Puerto USB y AUX\n'
'- Luz diurno led\n'
'- Volante multifunción\n'
'- Parktronic, Trasero y camara trasera\n'
'- Control de crucero\n'
'- Volante 3 radios cuero achatado por la parte inferior\n'
'- Pantalla multimedia tactil\n'
'- llantas 18" Gris antártica Y diamantada \n'
'\n'
'- GARANTÍA TOTAL CASA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
' \n'
'\n'
'PRECIO CONTADO 19.990€ \n'
'PRECIO FINANCIADO AL 100% 19.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional.',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '1.8L',
'engine_horse_power': 122,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': '8a6962bf-0b5f-5907-9b21-5f4f02c4f8eb',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/toyota-c-hr-18-125h-advance-5p-electrico-hibrido-2021-en-malaga-70499263-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'TOYOTA',
'model': 'C-HR',
'odometer': 99600,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19912234/86e51b80-1216-499d-bc6a-90d8ab555724.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_8a6962bf-0b5f-5907-9b21-5f4f02c4f8eb/8a6962bf-0b5f-5907-9b21-5f4f02c4f8eb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95646,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19912234/86e51b80-1216-499d-bc6a-90d8ab555724.jpg',
'Width': 800}],
'postal_code': None,
'price': 19990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR 1.8 125H Advance',
'transmission': 'automatic',
'trim': '1.8 125H Advance',
'vin': None,
'year': 2020}
2026-05-15 10:10:25 [auto_selling_coches.net.api] INFO: Saving data for 70499263: {'created_time': 1778839825.898848, 'last_price_update_time': 1778839825.898856}
2026-05-15 10:10:25 [auto_selling_coches.net.api] INFO: Extracted item from API: 70552421 - NISSAN QASHQAI DIGT mHEV Xtronic Tekna
2026-05-15 10:10:25 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: fee9bb37-075d-54d0-bca7-ab4fe1c91e73 with identifier: 70552421
2026-05-15 10:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item fee9bb37-075d-54d0-bca7-ab4fe1c91e73
2026-05-15 10:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19956295/a9adabc3-3ef9-4e50-bc78-8eaaad33a1a2.jpg already downloaded
2026-05-15 10:10:25 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: fee9bb37-075d-54d0-bca7-ab4fe1c91e73 with identifier 70552421
2026-05-15 10:10:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:25 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:25 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item fee9bb37-075d-54d0-bca7-ab4fe1c91e73
2026-05-15 10:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70552421>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 127,
'category': 'Coches',
'city': None,
'color': 'Blanco',
'currency': 'EUR',
'description': 'NISSAN - QASHQAI - XTRONIC TEKNA - DIGT, 1.4TSI 158cv, '
'07/2021, procecente de casa oficial, libro de mantenimiento y '
'kms certificados.\n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- Head Up Display ( velocidad proyectada en la luna )\n'
'-Cuadro digital Virtual Copkit \n'
'-Sensores 360º\n'
'- Techo panoramico\n'
'- Tapiceria tela\n'
'- pantalla multimedia con Carplay\n'
'- Sistema de navegación\n'
'-Climatizador bizona\n'
'- Puerto USB y AUX\n'
'- Faros full Led, Luz diurno led\n'
'- Volante multifunción\n'
'- Parktronic, Trasero y camara trasera\n'
'- Control de crucero\n'
'- Volante 3 radios cuero achatado por la parte inferior\n'
'- Pantalla multimedia tactil\n'
'- llantas 17" Gris antártica \n'
'\n'
'- GARANTÍA TOTAL CASA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA. \n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 20.490€ \n'
'PRECIO FINANCIADO AL 100% 19.490€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional.',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '1.3L',
'engine_horse_power': 158,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': 'fee9bb37-075d-54d0-bca7-ab4fe1c91e73',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/nissan-qashqai-digt-116kw-158cv-mhev-xtronic-tekna-5p-electrico-hibrido-2021-en-malaga-70552421-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'NISSAN',
'model': 'QASHQAI',
'odometer': 99900,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19956295/a9adabc3-3ef9-4e50-bc78-8eaaad33a1a2.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_fee9bb37-075d-54d0-bca7-ab4fe1c91e73/fee9bb37-075d-54d0-bca7-ab4fe1c91e73_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97564,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19956295/a9adabc3-3ef9-4e50-bc78-8eaaad33a1a2.jpg',
'Width': 800}],
'postal_code': None,
'price': 20490,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN QASHQAI DIGT mHEV Xtronic Tekna',
'transmission': 'automatic',
'trim': 'DIGT 116kW 158CV mHEV Xtronic Tekna',
'vin': None,
'year': 2021}
2026-05-15 10:10:25 [auto_selling_coches.net.api] INFO: Saving data for 70552421: {'created_time': 1778839825.96689, 'last_price_update_time': 1778839825.966898}
2026-05-15 10:10:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70499332> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:26 [auto_selling_coches.net.api] INFO: Extracted item from API: 70499332 - CUPRA Formentor 1.4 eHybrid 204 CV DSG
2026-05-15 10:10:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 350ef662-01bf-5a2c-959a-a69445b98b12 with identifier: 70499332
2026-05-15 10:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 350ef662-01bf-5a2c-959a-a69445b98b12
2026-05-15 10:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19912349/5dc039dd-3a06-412c-97e6-aca8995cb4b5.jpg already downloaded
2026-05-15 10:10:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 350ef662-01bf-5a2c-959a-a69445b98b12 with identifier 70499332
2026-05-15 10:10:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 350ef662-01bf-5a2c-959a-a69445b98b12
2026-05-15 10:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70499332>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 33,
'category': 'Coches',
'city': None,
'color': 'Gris / Plata (Azulado)',
'currency': 'EUR',
'description': 'CUPRA - FORMENTOR - eHybrid - 150KW, 204cv, 11/2021, '
'Automatico. Hibrido enchufable. \n'
' Procedente de casa oficial, libro de mantenimiento y kms '
'certificados. \n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- Marcador digital ( Virtual cockpit )\n'
'- Camara trasera\n'
'- Sensores trasero y delanteros\n'
'- Volante multifuncion\n'
'- Faros full led, Luz diurna Led\n'
'- Sensor de angulo muerto ( BSM )\n'
'- Pack Cupra\n'
'- Luz Ambiental \n'
'- Equipo de Sonido Sound System \n'
'- Cardplay Apple y Andoroid \n'
'- Volante 3 radios cuero milano \n'
'- Ordenador de a bordo \n'
'- llantas 18" negras y diamantada cupra\n'
'\n'
'- GARANTÍA TOTAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA. \n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 25.990€ \n'
'PRECIO FINANCIADO AL 100% 24.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': '0',
'engine': '1.4L',
'engine_horse_power': 204,
'expiration_date': None,
'fuel_type': 'Híbrido enchufable',
'id': '350ef662-01bf-5a2c-959a-a69445b98b12',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/cupra-formentor-14-ehybrid-150kw-204-cv-dsg-5p-electrico-hibrido-2023-en-malaga-70499332-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'CUPRA',
'model': 'Formentor',
'odometer': 41000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19912349/5dc039dd-3a06-412c-97e6-aca8995cb4b5.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_350ef662-01bf-5a2c-959a-a69445b98b12/350ef662-01bf-5a2c-959a-a69445b98b12_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108132,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19912349/5dc039dd-3a06-412c-97e6-aca8995cb4b5.jpg',
'Width': 800}],
'postal_code': None,
'price': 25990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA Formentor 1.4 eHybrid 204 CV DSG',
'transmission': 'automatic',
'trim': '1.4 eHybrid 150kW 204 CV DSG',
'vin': None,
'year': 2022}
2026-05-15 10:10:26 [auto_selling_coches.net.api] INFO: Saving data for 70499332: {'created_time': 1778839826.213069, 'last_price_update_time': 1778839826.213079}
2026-05-15 10:10:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70430334> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:26 [auto_selling_coches.net.api] INFO: Extracted item from API: 70430334 - MERCEDES-BENZ GLC Coupé GLC 200 d 4MATIC
2026-05-15 10:10:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: e6455a6e-3b3d-5e8e-b928-9b249905bfa1 with identifier: 70430334
2026-05-15 10:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item e6455a6e-3b3d-5e8e-b928-9b249905bfa1
2026-05-15 10:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19855687/0d371e30-67a6-4562-8b3c-010b4d093b2c.jpg already downloaded
2026-05-15 10:10:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: e6455a6e-3b3d-5e8e-b928-9b249905bfa1 with identifier 70430334
2026-05-15 10:10:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item e6455a6e-3b3d-5e8e-b928-9b249905bfa1
2026-05-15 10:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70430334>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': None,
'category': 'Coches',
'city': None,
'color': 'Negro',
'currency': 'EUR',
'description': 'MERCEDES BENZ -CLASE GLC 200d COUPE 4Matic - AMG Line, '
'Automático, 2.0T 163cv, 11/2020, procedente de casa oficial, '
'libro de mantenimiento y kms certificados. \n'
'\n'
' (( IVA DEDUCIBLE ))\n'
'\n'
'- Caja Automatica 9G\n'
'- Pantalla XXL\n'
'- Control de velocidad \n'
'- Acabado AMG \n'
'- Asientos deportivos en cuero\n'
'- Luces Full Led y led diurno \n'
'- Parktronic con cámara trasera, ESP \n'
'- Selector de potencia \n'
'- Volante 3 radios cuero\n'
'- Ordenador de a bordo \n'
'- llantas 20" Aluminio Negro brillo AMG\n'
'\n'
'- GARANTÍA TOTAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'\n'
'PRECIO CONTADO 42.990€ \n'
'PRECIO FINANCIADO AL 100% 41.890€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.9L',
'engine_horse_power': 163,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e6455a6e-3b3d-5e8e-b928-9b249905bfa1',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mercedes-benz-glc-coupe-glc-200-d-4matic-5p-diesel-2022-en-malaga-70430334-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'MERCEDES-BENZ',
'model': 'GLC Coupé',
'odometer': 36000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19855687/0d371e30-67a6-4562-8b3c-010b4d093b2c.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_e6455a6e-3b3d-5e8e-b928-9b249905bfa1/e6455a6e-3b3d-5e8e-b928-9b249905bfa1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107123,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19855687/0d371e30-67a6-4562-8b3c-010b4d093b2c.jpg',
'Width': 800}],
'postal_code': None,
'price': 42990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC Coupé GLC 200 d 4MATIC',
'transmission': 'automatic',
'trim': 'GLC 200 d 4MATIC',
'vin': None,
'year': 2021}
2026-05-15 10:10:26 [auto_selling_coches.net.api] INFO: Saving data for 70430334: {'created_time': 1778839826.512053, 'last_price_update_time': 1778839826.512062}
2026-05-15 10:10:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70581422> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:26 [auto_selling_coches.net.api] INFO: Extracted item from API: 70581422 - AUDI A1 Sportback Adrenalin 25 TFSI
2026-05-15 10:10:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ae947b7-5ce4-5143-8f9e-7a11d27f86ef with identifier: 70581422
2026-05-15 10:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 0ae947b7-5ce4-5143-8f9e-7a11d27f86ef
2026-05-15 10:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19981942/e314fc3d-5c54-40ce-bf63-af7e172bfc5b.jpg already downloaded
2026-05-15 10:10:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 0ae947b7-5ce4-5143-8f9e-7a11d27f86ef with identifier 70581422
2026-05-15 10:10:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 0ae947b7-5ce4-5143-8f9e-7a11d27f86ef
2026-05-15 10:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70581422>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 108,
'category': 'Coches',
'city': None,
'color': 'Blanco',
'currency': 'EUR',
'description': 'AUDI - A1 SPORTBACK - Adrenalin, 25TFSI 95cv, 03/2020, '
'procedente de casa oficial, libro de mantenimiento y kms '
'certificados.\n'
'\n'
'(( IVA DEDUCIBLE ))\n'
'\n'
'- Pack Adrenalin\n'
'- Equipo de Sonido Audi Sound System \n'
'- Pabtalla Digital Virtual Copkit\n'
'- Cardplay Apple y Andoroid \n'
'- Volante 3 radios cuero milano \n'
'- Ordenador de a bordo \n'
'- llantas 17" Sport\n'
'\n'
'- GARANTÍA OFICIAL AUDI DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'PRECIO CONTADO 17.990€ \n'
'PRECIO FINANCIADO AL 100% 16.990€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '0ae947b7-5ce4-5143-8f9e-7a11d27f86ef',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-a1-sportback-adrenalin-25-tfsi-70kw-95cv-5p-gasolina-2021-en-malaga-70581422-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'AUDI',
'model': 'A1',
'odometer': 64000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19981942/e314fc3d-5c54-40ce-bf63-af7e172bfc5b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_0ae947b7-5ce4-5143-8f9e-7a11d27f86ef/0ae947b7-5ce4-5143-8f9e-7a11d27f86ef_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93710,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19981942/e314fc3d-5c54-40ce-bf63-af7e172bfc5b.jpg',
'Width': 800}],
'postal_code': None,
'price': 17990,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A1 Sportback Adrenalin 25 TFSI',
'transmission': 'manual',
'trim': 'Sportback Adrenalin 25 TFSI 70kW 95CV',
'vin': None,
'year': 2020}
2026-05-15 10:10:26 [auto_selling_coches.net.api] INFO: Saving data for 70581422: {'created_time': 1778839826.745043, 'last_price_update_time': 1778839826.745051}
2026-05-15 10:10:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70581382> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70581296> (referer: https://www.coches.net/concesionario/algarage/?pg=1) ['zyte-api']
2026-05-15 10:10:26 [auto_selling_coches.net.api] INFO: Extracted item from API: 70581382 - AUDI A4 Avant Advanced 35 TDI S tronic
2026-05-15 10:10:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 165d7d5b-52e5-5bc0-82eb-1d11243e6185 with identifier: 70581382
2026-05-15 10:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 165d7d5b-52e5-5bc0-82eb-1d11243e6185
2026-05-15 10:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19981854/8764d397-ce37-4dc0-bc41-8913dd9cfbd1.jpg already downloaded
2026-05-15 10:10:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 165d7d5b-52e5-5bc0-82eb-1d11243e6185 with identifier 70581382
2026-05-15 10:10:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 165d7d5b-52e5-5bc0-82eb-1d11243e6185
2026-05-15 10:10:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70581382>
{'auction_title': '',
'body_type': 'Familiar',
'c_o_2_emission_value': None,
'category': 'Coches',
'city': None,
'color': 'Negro',
'currency': 'EUR',
'description': 'AUDI - A4 AVANT - ADVANCED, 35TDI, Híbrido (MHEV) Automático '
'S-Tronic, 2.0TDI 163cv, 06/2022, procedente de casa oficial, '
'libro de mantenimiento y kms certificados por Audi.\n'
'\n'
'- Pantalla multimedia con navegación\n'
'- Caja S-Tronic con levas en el volante\n'
'- Arranque sin llave\n'
'- Control de velocidad con reconocimiento de señales\n'
'- Apple CarPlay y android Auto \n'
'- Asientos en tela gris mixto deportivos calefactables\n'
'- Luces Full Led y led diurno \n'
'- Parktronic, y camara trasera\n'
'- Selector de potencia drive select\n'
'- Volante 3 radios cuero milano \n'
'- Sensor de luz y de lluvia\n'
'- llantas 17" \n'
'\n'
'- GARANTÍA TOTAL CASA OFICIAL DE 12/24 MESES (Opcional) \n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'\n'
'PRECIO CONTADO 24.390€ \n'
'PRECIO FINANCIADO AL 100% 22.490€\n'
'\n'
'Anuncio no vinculante, puede contener errores, solo como '
'información adicional',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': '165d7d5b-52e5-5bc0-82eb-1d11243e6185',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-a4-avant-advanced-35-tdi-120kw-s-tronic-5p-electrico-hibrido-2022-en-malaga-70581382-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'AUDI',
'model': 'A4',
'odometer': 93000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19981854/8764d397-ce37-4dc0-bc41-8913dd9cfbd1.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_165d7d5b-52e5-5bc0-82eb-1d11243e6185/165d7d5b-52e5-5bc0-82eb-1d11243e6185_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104020,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19981854/8764d397-ce37-4dc0-bc41-8913dd9cfbd1.jpg',
'Width': 800}],
'postal_code': None,
'price': 24390,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 Avant Advanced 35 TDI S tronic',
'transmission': 'automatic',
'trim': 'Avant Advanced 35 TDI 120kW S tronic',
'vin': None,
'year': 2022}
2026-05-15 10:10:26 [auto_selling_coches.net.api] INFO: Saving data for 70581382: {'created_time': 1778839826.95821, 'last_price_update_time': 1778839826.958218}
2026-05-15 10:10:26 [auto_selling_coches.net.api] INFO: Extracted item from API: 70581296 - BMW X1 sDrive18d
2026-05-15 10:10:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a0e4c699-07bc-5c99-9db0-ef7340ecfb8e with identifier: 70581296
2026-05-15 10:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item a0e4c699-07bc-5c99-9db0-ef7340ecfb8e
2026-05-15 10:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19981795/9b5ad3f1-3656-4f72-828b-5108d020034f.jpg already downloaded
2026-05-15 10:10:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a0e4c699-07bc-5c99-9db0-ef7340ecfb8e with identifier 70581296
2026-05-15 10:10:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:27 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a0e4c699-07bc-5c99-9db0-ef7340ecfb8e
2026-05-15 10:10:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70581296>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 109,
'category': 'Coches',
'city': None,
'color': 'Blanco',
'currency': 'EUR',
'description': 'BMW - X1 - sDRIVE 18d - Automatico, 2.0 150cv, 11/2016, '
'procecente de casa oficial, libro de mantenimiento y kms '
'certificados.\n'
'\n'
'\n'
'- Faros full Led\n'
'- Pack Modos de conduccion\n'
'- Sistema de navegación\n'
'-Climatizador bizona\n'
'- Puerto USB\n'
'- Volante multifunción\n'
'- Parktronic, Trasero y Delantero\n'
'- Control de crucero\n'
'-\n'
'- Pantalla multimedia\n'
'- llantas 18" diamantadas y gris antracita\n'
'\n'
'- GARANTÍA TOTAL CASA OFICIAL DE 12/24 MESES (Opcional)\n'
'- ENTREGAMOS VEHICULOS EN TODA ESPAÑA.\n'
'- GASTOS NO INCLUIDO, CONSULTAR CONDICIONES.\n'
'\n'
'\n'
'PRECIO CONTADO 18.490€\n'
'PRECIO FINANCIADO AL 100% 17.990€',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a0e4c699-07bc-5c99-9db0-ef7340ecfb8e',
'is_damaged': False,
'is_operable': True,
'latitude': None,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/bmw-x1-sdrive18d-5p-diesel-2018-en-malaga-70581296-covo.aspx',
'listing': 'auction',
'location': 'Málaga',
'location_confidence': None,
'longitude': None,
'make': 'BMW',
'model': 'X1',
'odometer': 119000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19981795/9b5ad3f1-3656-4f72-828b-5108d020034f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxdev.blob.core.windows.net/top-deal-listing/listing_a0e4c699-07bc-5c99-9db0-ef7340ecfb8e/a0e4c699-07bc-5c99-9db0-ef7340ecfb8e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94645,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19981795/9b5ad3f1-3656-4f72-828b-5108d020034f.jpg',
'Width': 800}],
'postal_code': None,
'price': 18490,
'price_includes_vat': True,
'province': None,
'province_code': None,
'region': None,
'region_code': None,
'registration_date': '2017-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive18d',
'transmission': 'automatic',
'trim': 'sDrive18d',
'vin': None,
'year': 2017}
2026-05-15 10:10:27 [auto_selling_coches.net.api] INFO: Saving data for 70581296: {'created_time': 1778839827.024142, 'last_price_update_time': 1778839827.02415}
2026-05-15 10:10:27 [scrapy.core.engine] INFO: Closing spider (finished)
2026-05-15 10:10:27 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
2026-05-15 10:10:27 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
2026-05-15 10:10:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:27 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-05-15 10:10:27 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item de286e3a504411f18ce3ca148988c204
2026-05-15 10:10:27 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-05-15 10:10:27 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-05-15 10:10:27 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-05-15 10:10:27 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-05-15 10:10:27 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-05-15 10:10:27 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
2026-05-15 10:10:27 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
2026-05-15 10:10:27 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
2026-05-15 10:10:27 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
2026-05-15 10:10:27 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-05-15 10:10:27 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-05-15 10:10:27 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-05-15 10:10:27 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-05-15 10:10:27 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-05-15 10:10:27 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
2026-05-15 10:10:27 [auto_selling_coches.net.api] INFO: auto_selling_coches.net.api Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-05-15 10:10:28 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 48256,
'downloader/request_count': 30,
'downloader/request_method_count/GET': 30,
'downloader/response_bytes': 2313555,
'downloader/response_count': 30,
'downloader/response_status_count/200': 29,
'downloader/response_status_count/400': 1,
'elapsed_time_seconds': 38.353893,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 5, 15, 10, 10, 28, 533937, tzinfo=datetime.timezone.utc),
'item_scraped_count': 28,
'log_count/DEBUG': 191,
'log_count/INFO': 316,
'memusage/max': 147353600,
'memusage/startup': 147353600,
'request_depth_max': 2,
'response_received_count': 30,
'scheduler/dequeued': 30,
'scheduler/dequeued/memory': 30,
'scheduler/enqueued': 30,
'scheduler/enqueued/memory': 30,
'scrape_type/new': 28,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 30,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 2.0204759894559774,
'scrapy-zyte-api/mean_response_seconds': 2.0614792948588723,
'scrapy-zyte-api/processed': 30,
'scrapy-zyte-api/request_args/actions': 1,
'scrapy-zyte-api/request_args/browserHtml': 1,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 29,
'scrapy-zyte-api/request_args/experimental.requestCookies': 29,
'scrapy-zyte-api/request_args/experimental.responseCookies': 30,
'scrapy-zyte-api/request_args/httpResponseBody': 29,
'scrapy-zyte-api/request_args/httpResponseHeaders': 29,
'scrapy-zyte-api/request_args/url': 30,
'scrapy-zyte-api/status_codes/200': 30,
'scrapy-zyte-api/success': 30,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 5, 15, 10, 9, 50, 180044, tzinfo=datetime.timezone.utc)}
2026-05-15 10:10:28 [scrapy.core.engine] INFO: Spider closed (finished)