PROJECT (sourcing_v2)
SPIDER (auto_selling_coches.net.api)
2026-03-30 15:08:32 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 15:08:32 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-30 15:08:32 [auto_selling_coches.net.api] INFO: Starting auto_selling_coches.net.api spider (API-based)
2026-03-30 15:08:32 [auto_selling_coches.net.api] INFO: Extracted dealer slug: autostopineda
2026-03-30 15:08:32 [auto_selling_coches.net.api] INFO: _job: 4a7c07302c1f11f18e133aacc95538c6, SCRAPY_JOB: None
2026-03-30 15:08:32 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 15:08:32 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 15:08:32 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 15:08:32 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 15:08:32 [scrapy.extensions.telnet] INFO: Telnet Password: a6e9df540cf5398f
2026-03-30 15:08:32 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-30 15:08:32 [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/4a7c07302c1f11f18e133aacc95538c6.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-30 15:08:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:08:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 15:08:32 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-30 15:08:32 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
2026-03-30 15:08:32 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.auto_selling.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-30 15:08:32 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
2026-03-30 15:08:32 [scrapy.core.engine] INFO: Spider opened
2026-03-30 15:08:32 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-30 15:08:32 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
2026-03-30 15:08:32 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
2026-03-30 15:08:32 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 15:08:32 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 15:08:32 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-30 15:08:32 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:08:32 [scrapy-playwright] INFO: Starting download handler
2026-03-30 15:08:37 [auto_selling_coches.net.api] INFO: API spider started with URL: https://www.coches.net/concesionario/autostopineda, dealer_slug: autostopineda
2026-03-30 15:08:37 [auto_selling_coches.net.api] INFO: Trying fast dealer API: https://web.gw.coches.net/dealers/autostopineda
2026-03-30 15:08:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:08:38 [scrapy.core.engine] DEBUG: Crawled (400) <GET https://web.gw.coches.net/dealers/autostopineda> (referer: None) ['zyte-api']
2026-03-30 15:08:38 [auto_selling_coches.net.api] INFO: Search API failed (Ignoring non-200 response), falling back to browserHtml
2026-03-30 15:08:38 [auto_selling_coches.net.api] INFO: Using browserHtml fallback path (page 1)
2026-03-30 15:08:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.coches.net/concesionario/autostopineda?pg=1> (referer: None) ['zyte-api']
2026-03-30 15:09:00 [auto_selling_coches.net.api] INFO: Total items from HTML header: 10
2026-03-30 15:09:00 [auto_selling_coches.net.api] INFO: Extracting listings from HTML page 1
2026-03-30 15:09:00 [auto_selling_coches.net.api] INFO: Found 10 listings in HTML (page 1)
2026-03-30 15:09:00 [auto_selling_coches.net.api] INFO: Found listing with ID: 70270217
2026-03-30 15:09:00 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-30 15:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-30 15:09:01 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770270217%27 HTTP/1.1" 200 None
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scrape type for 70270217: 1
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scraping new listing 70270217
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Found listing with ID: 70246960
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770246960%27 HTTP/1.1" 200 None
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scrape type for 70246960: 1
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scraping new listing 70246960
2026-03-30 15:09:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Found listing with ID: 70239036
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770239036%27 HTTP/1.1" 200 None
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scrape type for 70239036: 1
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scraping new listing 70239036
2026-03-30 15:09:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Found listing with ID: 70168071
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770168071%27 HTTP/1.1" 200 None
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scrape type for 70168071: 1
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scraping new listing 70168071
2026-03-30 15:09:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Found listing with ID: 70162891
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770162891%27 HTTP/1.1" 200 None
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scrape type for 70162891: 1
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scraping new listing 70162891
2026-03-30 15:09:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Found listing with ID: 70135716
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770135716%27 HTTP/1.1" 200 None
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scrape type for 70135716: 1
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scraping new listing 70135716
2026-03-30 15:09:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Found listing with ID: 70067795
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770067795%27 HTTP/1.1" 200 None
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scrape type for 70067795: 1
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scraping new listing 70067795
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Found listing with ID: 62587977
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762587977%27 HTTP/1.1" 200 None
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scrape type for 62587977: 1
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scraping new listing 62587977
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Found listing with ID: 62562461
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762562461%27 HTTP/1.1" 200 None
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scrape type for 62562461: 1
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scraping new listing 62562461
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Found listing with ID: 62562446
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762562446%27 HTTP/1.1" 200 None
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scrape type for 62562446: 1
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: Scraping new listing 62562446
2026-03-30 15:09:01 [auto_selling_coches.net.api] INFO: HTML pagination complete: 10 items scraped
2026-03-30 15:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70246960> (referer: https://www.coches.net/concesionario/autostopineda/?pg=1) ['zyte-api']
2026-03-30 15:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70239036> (referer: https://www.coches.net/concesionario/autostopineda/?pg=1) ['zyte-api']
2026-03-30 15:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70162891> (referer: https://www.coches.net/concesionario/autostopineda/?pg=1) ['zyte-api']
2026-03-30 15:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70168071> (referer: https://www.coches.net/concesionario/autostopineda/?pg=1) ['zyte-api']
2026-03-30 15:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:02 [auto_selling_coches.net.api] INFO: Extracted item from API: 70246960 - MINI PACEMAN COOPER PACEMAN automatico
2026-03-30 15:09:02 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 62909702-fb11-5ae3-8d75-0cb77a3ed06f with identifier: 70246960
2026-03-30 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 62909702-fb11-5ae3-8d75-0cb77a3ed06f
2026-03-30 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19055944%252Fe6b65fd4-82cc-482a-8151-ae1f05a19fab.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19055944/e6b65fd4-82cc-482a-8151-ae1f05a19fab.jpg already downloaded
2026-03-30 15:09:02 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 62909702-fb11-5ae3-8d75-0cb77a3ed06f with identifier 70246960
2026-03-30 15:09:02 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: None -> <ConnectionState.START: 0>
2026-03-30 15:09:02 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.START: 0> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:09:02 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 15:09:02 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.OPEN_PIPE: 4>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.UNMAPPED: 0> -> <SessionState.BEGIN_SENT: 1>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:09:02 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_PIPE: 4> -> <ConnectionState.OPEN_SENT: 7>
2026-03-30 15:09:02 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_SENT: 7> -> <ConnectionState.OPENED: 9>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.BEGIN_SENT: 1> -> <SessionState.MAPPED: 3>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS completed opening with status: <ManagementOpenResult.OK: 1>
2026-03-30 15:09:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 15:09:02 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2021
2026-03-30 15:09:02 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 15:09:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883342
2026-03-30 15:09:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774883342
2026-03-30 15:09:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS Put token result (<ManagementExecuteOperationResult.OK: 0>), status code: 202, status_description: b'Accepted'.
2026-03-30 15:09:02 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:02 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 15:09:02 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 62909702-fb11-5ae3-8d75-0cb77a3ed06f
2026-03-30 15:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70246960>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 159,
'category': 'Coches',
'color': 'Rojo',
'currency': 'EUR',
'description': 'NACIONAL\n'
'TOTALMENTE REVISADO Y CON 12 MESES DE GARANTIA\n'
'POSIBILIDAD DE FINANCIACION 100% A 96 MESES MAX EJEMPLO: 200€ '
'MES SIN ENTRADA\n'
'ACEPTAMOS VEHICULO COMO PARTE DE PAGO\n'
'POSIBILIDAD DE TRANSPORTE A DOMICILIO. CONSULTAR PRECIOS DEL '
'PORTE CON EL VENDEDOR.\n'
'CAMBIO DE NOMBRE NO INCLUIDO A PVP + 200€\n'
'\n'
'EQUIPADO, NAVEGACIÓN, CUERO INTERIOR, FAROS XENON, BLUETOOTH, '
'CAMBIO AUTOMATICO........\n'
'\n'
'AUTOSTOPINEDA no se responsabiliza de los posibles errores '
'derivados del volcado de datos. Confirmar los datos con el '
'vendedor.\n'
'Puede consultar todo nuestro stock de vehículos en '
'AUTOSTOINEDA PUNTO COM',
'doors_number': 3,
'emission_standard': 'C',
'engine': '1.6L',
'engine_horse_power': 122,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '62909702-fb11-5ae3-8d75-0cb77a3ed06f',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mini-paceman-cooper-paceman-automatico-3p-gasolina-2015-en-barcelona-70246960-covo.aspx',
'listing': 'auction',
'location': 'Barcelona',
'make': 'MINI',
'model': 'PACEMAN',
'odometer': 145000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19055944/e6b65fd4-82cc-482a-8151-ae1f05a19fab.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_62909702-fb11-5ae3-8d75-0cb77a3ed06f/62909702-fb11-5ae3-8d75-0cb77a3ed06f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262217,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19055944/e6b65fd4-82cc-482a-8151-ae1f05a19fab.jpg',
'Width': 800}],
'price': 11990,
'price_includes_vat': True,
'registration_date': '2014-01-01',
'seats_number': 4,
'seller_name': None,
'title': 'MINI PACEMAN COOPER PACEMAN automatico',
'transmission': 'automatic',
'trim': 'COOPER PACEMAN automatico',
'vin': None,
'year': 2014}
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770246960%27 HTTP/1.1" 200 None
2026-03-30 15:09:03 [auto_selling_coches.net.api] INFO: Saving data for 70246960: {'created_time': 1774883343.044132, 'last_price_update_time': 1774883343.04415}
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70246960') HTTP/1.1" 204 0
2026-03-30 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70270217> (referer: https://www.coches.net/concesionario/autostopineda/?pg=1) ['zyte-api']
2026-03-30 15:09:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 15:09:03 [auto_selling_coches.net.api] INFO: Extracted item from API: 70239036 - AUDI A3 Sportback 1.6 TDI ultra Attraction
2026-03-30 15:09:03 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 9700278e-7050-5ed3-a184-c85a69428a81 with identifier: 70239036
2026-03-30 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 9700278e-7050-5ed3-a184-c85a69428a81
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19708264%252Fb003c1a3-78ab-4d1e-a1c4-0841f3556309.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19708264/b003c1a3-78ab-4d1e-a1c4-0841f3556309.jpg already downloaded
2026-03-30 15:09:03 [auto_selling_coches.net.api] INFO: Extracted item from API: 70162891 - VOLKSWAGEN T-Roc Advance 1.0 TSI
2026-03-30 15:09:03 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: b57d39ca-0a1f-5967-8225-c32d61a68f8e with identifier: 70162891
2026-03-30 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item b57d39ca-0a1f-5967-8225-c32d61a68f8e
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19649770%252F5c4fdf53-c9bf-4363-bb48-f2298382263f.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19649770/5c4fdf53-c9bf-4363-bb48-f2298382263f.jpg already downloaded
2026-03-30 15:09:03 [auto_selling_coches.net.api] INFO: Extracted item from API: 70168071 - MINI MINI Cooper S
2026-03-30 15:09:03 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bc583b4-0c90-5730-be95-81d1f604dae0 with identifier: 70168071
2026-03-30 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 1bc583b4-0c90-5730-be95-81d1f604dae0
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19653802%252F9278b452-680c-44dd-9e83-6efd0afdc4b4.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19653802/9278b452-680c-44dd-9e83-6efd0afdc4b4.jpg already downloaded
2026-03-30 15:09:03 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 9700278e-7050-5ed3-a184-c85a69428a81 with identifier 70239036
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 9700278e-7050-5ed3-a184-c85a69428a81
2026-03-30 15:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70239036>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 88,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'NACIONAL\n'
'TOTALMENTE REVISADO EN AUDI Y CON 12 MESES DE GARANTIA\n'
'POSIBILIDAD DE FINANCIACION 100% EJEMPLO EN 60 MESES SIN '
'ENTRADA 297€/MES\n'
'ACEPTAMOS VEHICULO COMO PARTE DE PAGO\n'
'POSIBILIDAD DE TRANSPORTE A DOMICILIO CONSULTAR PRECIO DE LOS '
'PORTES CON EL VENDEDOR.\n'
'CAMBIO DE NOMBRE NO INCLUIDO A PVP + 200€\n'
'\n'
'AUTOSTOPINEDA no se responsabiliza de los posibles errores '
'derivados del volcado de datos. Confirmar los datos con el '
'vendedor.\n'
'Puede consultar todo nuestro stock de vehículos en '
'AUTOSTOPINEDA PUNTO COM.\n'
'\n'
'Este Audi A3 Sportback 1.6 TDI ultra Attraction destaca por '
'su eficiencia y bajo consumo, ideal para quienes buscan '
'economía sin renunciar al confort. Con un consumo mixto de '
'solo 3,3 l/100km y emisiones de CO2 de 88 g/km, este vehículo '
'combina perfectamente prestaciones y sostenibilidad.\n'
'\n'
'La etiqueta medioambiental B permite acceder a la mayoría de '
'zonas urbanas con restricciones de tráfico, facilitando la '
'movilidad en ciudades con regulaciones ambientales.\n'
'\n'
'Este modelo incluye equipamiento que mejora la experiencia de '
'conducción como aire acondicionado, volante de cuero '
'multifuncional y ordenador de viaje. Entre sus extras '
'destacan el paquete Vision y el paquete Essence, que elevan '
'el nivel de confort y tecnología.\n'
'\n'
'La capacidad del maletero de 380 litros (ampliable a 1.220) '
'ofrece versatilidad para diferentes necesidades de carga. La '
'tecnología Start/Stop contribuye a su eficiencia, '
'especialmente en entornos urbanos.',
'doors_number': 5,
'emission_standard': 'B',
'engine': '1.6L',
'engine_horse_power': 110,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9700278e-7050-5ed3-a184-c85a69428a81',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/audi-a3-sportback-16-tdi-ultra-attraction-5p-diesel-2015-en-barcelona-70239036-covo.aspx',
'listing': 'auction',
'location': 'Barcelona',
'make': 'AUDI',
'model': 'A3',
'odometer': 110000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19708264/b003c1a3-78ab-4d1e-a1c4-0841f3556309.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9700278e-7050-5ed3-a184-c85a69428a81/9700278e-7050-5ed3-a184-c85a69428a81_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121968,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19708264/b003c1a3-78ab-4d1e-a1c4-0841f3556309.jpg',
'Width': 800}],
'price': 13790,
'price_includes_vat': True,
'registration_date': '2014-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback 1.6 TDI ultra Attraction',
'transmission': 'manual',
'trim': 'Sportback 1.6 TDI ultra Attraction',
'vin': None,
'year': 2014}
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770239036%27 HTTP/1.1" 200 None
2026-03-30 15:09:03 [auto_selling_coches.net.api] INFO: Saving data for 70239036: {'created_time': 1774883343.184143, 'last_price_update_time': 1774883343.184153}
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70239036') HTTP/1.1" 204 0
2026-03-30 15:09:03 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: b57d39ca-0a1f-5967-8225-c32d61a68f8e with identifier 70162891
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item b57d39ca-0a1f-5967-8225-c32d61a68f8e
2026-03-30 15:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70162891>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 118,
'category': 'Coches',
'color': 'Gris / Plata',
'currency': 'EUR',
'description': 'NACIONAL\n'
'TOTALMENTE REVISADO Y CON 12 MESES DE GARANTIA \n'
'POSIBILIDAD DE FINANCIACION 100% EJEMPLO EN 96 MESES PVP '
'OFERTA 17500€ - 255€ POR 96 MESES SIN ENTRADA.\n'
'ACEPTAMOS VEHICULO COMO PARTE DE PAGO\n'
'POSIBILIDAD DE TRANSPORTE A DOMICILIO, CONSULTAR '
'DISPONIBILIDAD Y PRECIOS DE LOS PORTES CON EL VENDEDOR.\n'
'CAMBIO DE NOMBRE NO INCLUIDO A PVP + 200€ (INCLUYE '
'TRANSFERENCIA, GASTOS DE ENVIO DE DOCUMENTACION + BALIZA '
'GEOLOCALIZABLE HOMOLOGADA DGT)\n'
'\n'
'AUTOSTOPINEDA no se responsabiliza de los posibles errores '
'derivados del volcado de datos. Confirmar los datos con el '
'vendedor.\n'
'Puede consultar todo nuestro stock de vehículos en '
'AUTOSTOPINEDA PUNTO COM',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.0L',
'engine_horse_power': 115,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': 'b57d39ca-0a1f-5967-8225-c32d61a68f8e',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-t-roc-advance-10-tsi-85kw-115cv-5p-gasolina-2020-en-barcelona-70162891-covo.aspx',
'listing': 'auction',
'location': 'Barcelona',
'make': 'VOLKSWAGEN',
'model': 'T-Roc',
'odometer': 84950,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19649770/5c4fdf53-c9bf-4363-bb48-f2298382263f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b57d39ca-0a1f-5967-8225-c32d61a68f8e/b57d39ca-0a1f-5967-8225-c32d61a68f8e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99484,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19649770/5c4fdf53-c9bf-4363-bb48-f2298382263f.jpg',
'Width': 800}],
'price': 17990,
'price_includes_vat': True,
'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-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770162891%27 HTTP/1.1" 200 None
2026-03-30 15:09:03 [auto_selling_coches.net.api] INFO: Saving data for 70162891: {'created_time': 1774883343.234387, 'last_price_update_time': 1774883343.234397}
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70162891') HTTP/1.1" 204 0
2026-03-30 15:09:03 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 1bc583b4-0c90-5730-be95-81d1f604dae0 with identifier 70168071
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 1bc583b4-0c90-5730-be95-81d1f604dae0
2026-03-30 15:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70168071>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 136,
'category': 'Coches',
'color': 'Naranja',
'currency': 'EUR',
'description': 'VEHICULO NACIONAL\n'
'TOTALMENTE REVISADO Y CON 12 MESES DE GARANTIA\n'
'POSIBILIDAD DE FINANCIACION 100% EJEMPLO EN 72 MESES 189€/MES '
'SIN ENTRADA.\n'
'ACEPTAMOS VEHICULO COMO PARTE DE PAGO\n'
'POSIBILIDAD DE TRANSPORTE A DOMICILIO, CONSULTAR PRECIO DE '
'LOS PORTES CON EL VENDEDOR.\n'
'CAMBIO DE NOMBRE NO INCLUIDO A PVP + 200€\n'
'\n'
'AUTOSTOPINEDA no se responsabiliza de los posibles errores '
'derivados del volcado de datos. Confirmar los datos con el '
'vendedor.\n'
'Puede consultar todo nuestro stock de vehículos en '
'AUTOSTOPINEDA PUNTO COM\n'
' \n'
'\n'
'Este MINI Cooper S de tres puertas combina perfectamente '
'deportividad y estilo urbano. Con su potente motor de '
'gasolina de 184 CV, este vehículo ofrece prestaciones '
'brillantes (0-100 km/h en 7 segundos) manteniendo un consumo '
'contenido. El equipamiento incluye control de crucero, aire '
'acondicionado automático, volante multifunción de cuero y '
'sistema Start/Stop para optimizar el consumo.\n'
'\n'
'Lo que distingue a este ejemplar es su completo paquete de '
'opcionales que incluye elementos como el paquete Chili, '
'paquete City y paquete Lighthouse, mejorando tanto la '
'estética como la funcionalidad. Los asientos deportivos y el '
'volante deportivo de cuero refuerzan su carácter dinámico, '
'mientras que los faros Xenón con sistema de lavado mejoran la '
'visibilidad nocturna.\n'
'\n'
'Su etiqueta medioambiental C permite el acceso a la mayoría '
'de zonas urbanas reguladas, combinando así diversión al '
'volante con practicidad diaria en ciudad.',
'doors_number': 3,
'emission_standard': 'C',
'engine': '1.6L',
'engine_horse_power': 184,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': '1bc583b4-0c90-5730-be95-81d1f604dae0',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mini-mini-cooper-s-3p-gasolina-2013-en-barcelona-70168071-covo.aspx',
'listing': 'auction',
'location': 'Barcelona',
'make': 'MINI',
'model': 'MINI',
'odometer': 189992,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19653802/9278b452-680c-44dd-9e83-6efd0afdc4b4.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1bc583b4-0c90-5730-be95-81d1f604dae0/1bc583b4-0c90-5730-be95-81d1f604dae0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134007,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19653802/9278b452-680c-44dd-9e83-6efd0afdc4b4.jpg',
'Width': 800}],
'price': 9990,
'price_includes_vat': True,
'registration_date': '2013-01-01',
'seats_number': 4,
'seller_name': None,
'title': 'MINI MINI Cooper S',
'transmission': 'manual',
'trim': 'Cooper S',
'vin': None,
'year': 2013}
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770168071%27 HTTP/1.1" 200 None
2026-03-30 15:09:03 [auto_selling_coches.net.api] INFO: Saving data for 70168071: {'created_time': 1774883343.29123, 'last_price_update_time': 1774883343.29124}
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70168071') HTTP/1.1" 204 0
2026-03-30 15:09:03 [auto_selling_coches.net.api] INFO: Extracted item from API: 70270217 - BMW Serie 1 116d
2026-03-30 15:09:03 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 2af046a9-70ec-5fdf-a4da-da3a08fcfa52 with identifier: 70270217
2026-03-30 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 2af046a9-70ec-5fdf-a4da-da3a08fcfa52
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19729752%252F8cd9e8bb-222c-4f19-8eed-c243b66a9c32.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19729752/8cd9e8bb-222c-4f19-8eed-c243b66a9c32.jpg already downloaded
2026-03-30 15:09:03 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 2af046a9-70ec-5fdf-a4da-da3a08fcfa52 with identifier 70270217
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:03 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 2af046a9-70ec-5fdf-a4da-da3a08fcfa52
2026-03-30 15:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70270217>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 100,
'category': 'Coches',
'color': 'Negro',
'currency': 'EUR',
'description': 'NACIONAL\n'
'TOTALMENTE REVISADO Y CON 12 MESES DE GARANTIA\n'
'POSIBILIDAD DE FINANCIACION 100% EJEMPLO SIN ENTRADA 234€/ '
'MES EN 96 MESES.\n'
'ACEPTAMOS VEHICULO COMO PARTE DE PAGO\n'
'POSIBILIDAD DE TRANSPORTE A DOMICILIO, CONSULTAR PRECIO DE '
'LOS PORTES CON EL VENDEDOR.\n'
'CAMBIO DE NOMBRE NO INCLUIDO A PVP + 200€\n'
'VEHICULO EQUIPADO CON PAQUETE DEPORTIVO M.\n'
'\n'
'AUTOSTOPINEDA no se responsabiliza de los posibles errores '
'derivados del volcado de datos. Confirmar los datos con el '
'vendedor.\n'
'Puede consultar todo nuestro stock de vehículos en '
'AUTOSTOPINEDA PUNTO COM.\n'
'\n'
'\n'
'Este BMW Serie 1 116d combina eficiencia y deportividad con '
'su motor diésel de tres cilindros que entrega 116 CV y un '
'consumo mixto de solo 3,8 l/100km. La etiqueta medioambiental '
'C permite el acceso a zonas de bajas emisiones en la mayoría '
'de ciudades reguladas.\n'
'\n'
'El vehículo destaca por su acabado M Sport con elementos '
'deportivos como asientos M específicos, volante M de cuero, '
'suspensión deportiva M y paquete aerodinámico que mejoran '
'tanto su estética como su comportamiento dinámico. La '
'elegante pintura metalizada Saphirschwarz complementa '
'perfectamente los detalles Shadow Line de brillo intenso y el '
'spoiler trasero M.\n'
'\n'
'En el interior, la tapicería de tela Trigon/Alcántara Schwarz '
'aporta un toque premium, mientras que el paquete de '
'iluminación crea un ambiente sofisticado. Los faros LED '
'autoadaptables mejoran significativamente la visibilidad '
'nocturna, adaptándose automáticamente a las condiciones de '
'conducción.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2af046a9-70ec-5fdf-a4da-da3a08fcfa52',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/bmw-serie-1-116d-5p-diesel-2020-en-barcelona-70270217-covo.aspx',
'listing': 'auction',
'location': 'Barcelona',
'make': 'BMW',
'model': 'Serie 1',
'odometer': 174000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19729752/8cd9e8bb-222c-4f19-8eed-c243b66a9c32.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2af046a9-70ec-5fdf-a4da-da3a08fcfa52/2af046a9-70ec-5fdf-a4da-da3a08fcfa52_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121330,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19729752/8cd9e8bb-222c-4f19-8eed-c243b66a9c32.jpg',
'Width': 800}],
'price': 15990,
'price_includes_vat': True,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Serie 1 116d',
'transmission': 'manual',
'trim': '116d',
'vin': None,
'year': 2020}
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770270217%27 HTTP/1.1" 200 None
2026-03-30 15:09:03 [auto_selling_coches.net.api] INFO: Saving data for 70270217: {'created_time': 1774883343.368059, 'last_price_update_time': 1774883343.36807}
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70270217') HTTP/1.1" 204 0
2026-03-30 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62562446> (referer: https://www.coches.net/concesionario/autostopineda/?pg=1) ['zyte-api']
2026-03-30 15:09:04 [auto_selling_coches.net.api] INFO: Extracted item from API: 62562446 - SUZUKI Ignis 1.2 GLE 4WD Mild Hybrid
2026-03-30 15:09:04 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 986cce32-a2cf-58b5-b124-dcaef19cd3e7 with identifier: 62562446
2026-03-30 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 986cce32-a2cf-58b5-b124-dcaef19cd3e7
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19440042%252F65e409ba-889d-4781-ac7f-acb17d19b324.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19440042/65e409ba-889d-4781-ac7f-acb17d19b324.jpg already downloaded
2026-03-30 15:09:04 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 986cce32-a2cf-58b5-b124-dcaef19cd3e7 with identifier 62562446
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 986cce32-a2cf-58b5-b124-dcaef19cd3e7
2026-03-30 15:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62562446>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 95,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'VEHICULO NACIONAL\n'
'IVA DEDUCIBLE EN FACTURA\n'
'12 MESES DE GARANTIA INCLUIDO A PVP\n'
'POSIBILIDAD DE FINANCIACION 100% EJEMPLO EN 72 MESES 199€ SIN '
'ENTRADA\n'
'ACEPTAMOS VEHICULO COMO PARTE DE PAGO\n'
'POSIBILIDAD DE TRANSPORTE A DOMICILIO CONSULTAR PRECIO CON EL '
'VENDEDOR.\n'
'CAMBIO DE NOMBRE NO INCLUIDO A PVP + 200€\n'
'\n'
'AUTOSTOPINEDA no se responsabiliza de los posibles errores '
'derivados del volcado de datos. Confirmar los datos con el '
'vendedor.\n'
'Puede consultar todo nuestro stock de vehículos en '
'AUTOSTOPINEDA PUNTO COM\n'
'\n'
'Este Suzuki Ignis 1.2 GLE 4WD Mild Hybrid destaca por su '
'versatilidad y eficiencia en un formato compacto. Con '
'tecnología híbrida ligera y tracción integral permanente, '
'este modelo ofrece una conducción segura en cualquier '
'terreno, complementada con un sistema de control de descenso '
'que facilita la circulación en pendientes pronunciadas.\n'
'\n'
'La etiqueta medioambiental ECO permite el acceso a zonas de '
'bajas emisiones en ciudades con restricciones de tráfico, una '
'ventaja significativa para quienes se desplazan en entornos '
'urbanos. Su consumo contenido de 4,2 l/100km en ciclo mixto '
'refuerza su perfil eficiente.\n'
'\n'
'Este vehículo viene equipado con sensores de aparcamiento '
'traseros y cámara, asientos delanteros térmicos y aire '
'acondicionado que mejoran el confort diario. La tapicería '
'textil en color negro aporta un toque de elegancia al '
'habitáculo. Su sistema multimedia con pantalla táctil y '
'control desde el volante facilita el manejo de las funciones '
'principales sin distracciones durante la conducción.',
'doors_number': 5,
'emission_standard': 'ECO',
'engine': '1.2L',
'engine_horse_power': 83,
'expiration_date': None,
'fuel_type': 'Híbrido',
'id': '986cce32-a2cf-58b5-b124-dcaef19cd3e7',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/suzuki-ignis-12-gle-4wd-mild-hybrid-5p-electrico-hibrido-2021-en-barcelona-62562446-covo.aspx',
'listing': 'auction',
'location': 'Barcelona',
'make': 'SUZUKI',
'model': 'Ignis',
'odometer': 188000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19440042/65e409ba-889d-4781-ac7f-acb17d19b324.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_986cce32-a2cf-58b5-b124-dcaef19cd3e7/986cce32-a2cf-58b5-b124-dcaef19cd3e7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119770,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19440042/65e409ba-889d-4781-ac7f-acb17d19b324.jpg',
'Width': 800}],
'price': 10990,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 4,
'seller_name': None,
'title': 'SUZUKI Ignis 1.2 GLE 4WD Mild Hybrid',
'transmission': 'manual',
'trim': '1.2 GLE 4WD Mild Hybrid',
'vin': None,
'year': 2021}
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762562446%27 HTTP/1.1" 200 None
2026-03-30 15:09:04 [auto_selling_coches.net.api] INFO: Saving data for 62562446: {'created_time': 1774883344.175369, 'last_price_update_time': 1774883344.17538}
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62562446') HTTP/1.1" 204 0
2026-03-30 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70135716> (referer: https://www.coches.net/concesionario/autostopineda/?pg=1) ['zyte-api']
2026-03-30 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62587977> (referer: https://www.coches.net/concesionario/autostopineda/?pg=1) ['zyte-api']
2026-03-30 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/62562461> (referer: https://www.coches.net/concesionario/autostopineda/?pg=1) ['zyte-api']
2026-03-30 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://web.gw.coches.net/details/70067795> (referer: https://www.coches.net/concesionario/autostopineda/?pg=1) ['zyte-api']
2026-03-30 15:09:04 [auto_selling_coches.net.api] INFO: Extracted item from API: 70135716 - MERCEDES-BENZ Clase A A 200 CDI Urban
2026-03-30 15:09:04 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 978a790d-7bcc-5e7a-a3ee-069cac06c5d9 with identifier: 70135716
2026-03-30 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 978a790d-7bcc-5e7a-a3ee-069cac06c5d9
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19282168%252F08fe038a-d0b9-4d64-8d83-1049e29a35dc.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19282168/08fe038a-d0b9-4d64-8d83-1049e29a35dc.jpg already downloaded
2026-03-30 15:09:04 [auto_selling_coches.net.api] INFO: Extracted item from API: 62587977 - VOLKSWAGEN Caddy Origin 2.0 TDI 4MOTION
2026-03-30 15:09:04 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 74d239e1-e0e9-557a-a5db-21b7aab0a205 with identifier: 62587977
2026-03-30 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 74d239e1-e0e9-557a-a5db-21b7aab0a205
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19462023%252F7e2b741e-b1d2-4fdb-8c5b-e4707e903060.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19462023/7e2b741e-b1d2-4fdb-8c5b-e4707e903060.jpg already downloaded
2026-03-30 15:09:04 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 978a790d-7bcc-5e7a-a3ee-069cac06c5d9 with identifier 70135716
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 978a790d-7bcc-5e7a-a3ee-069cac06c5d9
2026-03-30 15:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70135716>
{'auction_title': '',
'body_type': 'Berlina',
'c_o_2_emission_value': 109,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'NACIONAL\n'
'TOTALMENTE REVISADO Y CON 12 MESES DE GARANTIA INCLUIDO.\n'
'RECIEN HECHO SERVICIO + CAMBIO VOLANTE MOTOR + MANTENIMIENTO '
'DEL CAMBIO AUTOMATICO.\n'
'POSIBILIDAD DE FINANCIACION 100% EJEMPLO EN 72 MESES CUOTAS '
'DE 259€ SIN ENTRADA.\n'
'ACEPTAMOS VEHICULO COMO PARTE DE PAGO\n'
'POSIBILIDAD DE TRANSPORTE A DOMICILIO. CONSULTAR PRECIO DE '
'LOS PORTES CON EL VENDEDOR.\n'
'CAMBIO DE NOMBRE NO INCLUIDO A PVP + 200€\n'
'\n'
'AUTOSTOPINEDA no se responsabiliza de los posibles errores '
'derivados del volcado de datos. Confirmar los datos con el '
'vendedor.\n'
'Puede consultar todo nuestro stock de vehículos en '
'AUTOSTOPINEDA PUNTO COM.\n'
'\n'
'Este Mercedes-Benz Clase A 200 CDI Urban combina un diseño '
'compacto con prestaciones notables gracias a su motor diésel '
'de 136 CV y cambio automático 7G-DCT de doble embrague. El '
'interior destaca por su acabado en tela Larochette/símil '
'cuero ARTICO Negro, ofreciendo un ambiente elegante y '
'confortable para sus ocupantes.\n'
'\n'
'La experiencia de conducción se ve mejorada con el Tempomat '
'con Speedtronic, permitiendo mantener una velocidad constante '
'en trayectos largos. El sistema multimedia incluye Radio '
'Digital (DAB), proporcionando una calidad de sonido superior '
'y mayor variedad de emisoras.\n'
'\n'
'Este vehículo cuenta con etiqueta medioambiental C, lo que '
'permite el acceso a zonas de bajas emisiones en la mayoría de '
'ciudades con restricciones de tráfico. Con un consumo mixto '
'de solo 4,2 l/100km, este compacto premium resulta eficiente '
'tanto en ciudad como en carretera, manteniendo el equilibrio '
'perfecto entre rendimiento y economía.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.1L',
'engine_horse_power': 136,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '978a790d-7bcc-5e7a-a3ee-069cac06c5d9',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/mercedes-benz-clase-a-a-200-cdi-urban-5p-diesel-2015-en-barcelona-70135716-covo.aspx',
'listing': 'auction',
'location': 'Barcelona',
'make': 'MERCEDES-BENZ',
'model': 'Clase A',
'odometer': 188500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19282168/08fe038a-d0b9-4d64-8d83-1049e29a35dc.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_978a790d-7bcc-5e7a-a3ee-069cac06c5d9/978a790d-7bcc-5e7a-a3ee-069cac06c5d9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248950,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19282168/08fe038a-d0b9-4d64-8d83-1049e29a35dc.jpg',
'Width': 800}],
'price': 13890,
'price_includes_vat': True,
'registration_date': '2014-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Clase A A 200 CDI Urban',
'transmission': 'automatic',
'trim': 'A 200 CDI Urban',
'vin': None,
'year': 2014}
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770135716%27 HTTP/1.1" 200 None
2026-03-30 15:09:04 [auto_selling_coches.net.api] INFO: Saving data for 70135716: {'created_time': 1774883344.408335, 'last_price_update_time': 1774883344.408375}
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70135716') HTTP/1.1" 204 0
2026-03-30 15:09:04 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 74d239e1-e0e9-557a-a5db-21b7aab0a205 with identifier 62587977
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 74d239e1-e0e9-557a-a5db-21b7aab0a205
2026-03-30 15:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62587977>
{'auction_title': '',
'body_type': 'Monovolumen',
'c_o_2_emission_value': 133,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'VEHICULO NACIONAL\n'
'IVA DEDUCIBLE EN FACTURA\n'
'TOTALMENTE REVISADO Y CON 12 MESES DE GARANTIA\n'
'POSIBILIDAD DE FINANCIACION 100€ EJEMPLO EN 120 MESES SIN '
'ENTRADA 305€/MES\n'
'ACEPTAMOS VEHICULO COMO PARTE DE PAGO\n'
'POSIBILIDAD DE TRANSPORTE A DOMICILIO, CONSULTAR PRECIO DE '
'LOS PORTES CON EL VENDEDOR.\n'
'CAMBIO DE NOMBRE NO INCLUIDO A PVP + 200€\n'
'\n'
'AUTOSTOPINEDA no se responsabiliza de los posibles errores '
'derivados del volcado de datos. Confirmar los datos con el '
'vendedor.\n'
'Puede consultar todo nuestro stock de vehículos en '
'AUTOSTOPINEDA PUNTO COM.\n'
'Este Volkswagen Caddy Origin 2.0 TDI 4MOTION destaca por su '
'versatilidad y capacidad todoterreno. Con tracción integral '
'permanente, este monovolumen ofrece una conducción segura en '
'cualquier superficie, ideal para quienes necesitan circular '
'por caminos difíciles o zonas con climatología adversa. \n'
'\n'
'Su interior configurable con hasta 7 plazas (opcional) y '
'puertas correderas a ambos lados facilita el acceso y '
'maximiza la funcionalidad para familias o profesionales. El '
'confort viene garantizado por el aire acondicionado bizona, '
'control de crucero y sensores de aparcamiento traseros con '
'cámara.\n'
'\n'
'La etiqueta medioambiental C permite el acceso a la mayoría '
'de zonas urbanas reguladas, mientras su motor diésel de 122CV '
'ofrece un buen equilibrio entre prestaciones y consumo. Este '
'Caddy incluye extras destacables como App-Connect Wireless, '
'sistema de navegación y asistente de cambio de carril, '
'mejorando tanto la conectividad como la seguridad en marcha.\n'
'\n'
'Se encuentra en buen estado general, con un mantenimiento al '
'día que garantiza su fiabilidad para el uso diario.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '2.0L',
'engine_horse_power': 122,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '74d239e1-e0e9-557a-a5db-21b7aab0a205',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-caddy-origin-20-tdi-90kw-122cv-4motion-5p-diesel-2022-en-barcelona-62587977-covo.aspx',
'listing': 'auction',
'location': 'Barcelona',
'make': 'VOLKSWAGEN',
'model': 'Caddy',
'odometer': 73000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19462023/7e2b741e-b1d2-4fdb-8c5b-e4707e903060.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_74d239e1-e0e9-557a-a5db-21b7aab0a205/74d239e1-e0e9-557a-a5db-21b7aab0a205_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121599,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19462023/7e2b741e-b1d2-4fdb-8c5b-e4707e903060.jpg',
'Width': 800}],
'price': 24990,
'price_includes_vat': True,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Origin 2.0 TDI 4MOTION',
'transmission': 'manual',
'trim': 'Origin 2.0 TDI 90kW 122CV 4MOTION',
'vin': None,
'year': 2021}
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762587977%27 HTTP/1.1" 200 None
2026-03-30 15:09:04 [auto_selling_coches.net.api] INFO: Saving data for 62587977: {'created_time': 1774883344.542869, 'last_price_update_time': 1774883344.542879}
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62587977') HTTP/1.1" 204 0
2026-03-30 15:09:04 [auto_selling_coches.net.api] INFO: Extracted item from API: 62562461 - SEAT Ateca 1.6 TDI StSp Reference Eco
2026-03-30 15:09:04 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 367c0e66-d594-5399-98f0-59ac8e5d61d0 with identifier: 62562461
2026-03-30 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 367c0e66-d594-5399-98f0-59ac8e5d61d0
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19201453%252F5e6f77fa-c908-4c4a-b57b-02179321cd90.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19201453/5e6f77fa-c908-4c4a-b57b-02179321cd90.jpg already downloaded
2026-03-30 15:09:04 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 367c0e66-d594-5399-98f0-59ac8e5d61d0 with identifier 62562461
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 367c0e66-d594-5399-98f0-59ac8e5d61d0
2026-03-30 15:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/62562461>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 115,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'Nacional\n'
'Totalmente revisado y con 12 meses de garantia incluida.\n'
'Iva deducible en factura\n'
'Posibilidad de financiación 100% ejemplo sin entrada 250€ en '
'96 meses\n'
'Aceptamos vehiculo como parte de pago\n'
'Posibilidad de transporte a domicilio. Consultar precio de '
'los portes cont el vendedor. \n'
'Cambio de nombre no incluido a pvp + 200€\n'
'\n'
'AUTOSTOPINEDA no se responsabiliza de los posibles errores '
'derivados del volcado de datos. Confirmar los datos con el '
'vendedor.\n'
'Puede consultar todo nuestro stock de vehículos en '
'AUTOSTOPINEDA PUNTO COM.\n'
'\n'
'Este SEAT Ateca 1.6 TDI Reference ofrece una experiencia de '
'conducción eficiente y práctica con su motor diésel de 85kW, '
'ideal para quienes buscan un SUV compacto versátil. Equipado '
'con etiqueta medioambiental C, permite el acceso a zonas de '
'bajas emisiones en la mayoría de ciudades con restricciones.\n'
'\n'
'La configuración Reference incluye elementos esenciales como '
'aire acondicionado, ordenador de viaje y sistema multimedia '
'con pantalla táctil. Destaca por su generoso maletero de 510 '
'litros y su habitabilidad interior, características muy '
'valoradas en el segmento SUV. \n'
'\n'
'Entre su equipamiento opcional, sobresale la posibilidad de '
'incorporar el sistema SEAT Full Link para conectividad con '
'smartphones, climatizador bizona y el Pack Invierno con '
'asientos calefactables. La función Start/Stop contribuye a '
'reducir el consumo en ciudad, haciendo de este Ateca una '
'opción equilibrada para uso diario tanto urbano como en '
'carretera.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.6L',
'engine_horse_power': 115,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '367c0e66-d594-5399-98f0-59ac8e5d61d0',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/seat-ateca-16-tdi-85kw-115cv-stsp-reference-eco-5p-diesel-2020-en-barcelona-62562461-covo.aspx',
'listing': 'auction',
'location': 'Barcelona',
'make': 'SEAT',
'model': 'Ateca',
'odometer': 85000,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19201453/5e6f77fa-c908-4c4a-b57b-02179321cd90.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_367c0e66-d594-5399-98f0-59ac8e5d61d0/367c0e66-d594-5399-98f0-59ac8e5d61d0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212373,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19201453/5e6f77fa-c908-4c4a-b57b-02179321cd90.jpg',
'Width': 800}],
'price': 16990,
'price_includes_vat': True,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ateca 1.6 TDI StSp Reference Eco',
'transmission': 'manual',
'trim': '1.6 TDI 85kW 115CV StSp Reference Eco',
'vin': None,
'year': 2020}
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2762562461%27 HTTP/1.1" 200 None
2026-03-30 15:09:04 [auto_selling_coches.net.api] INFO: Saving data for 62562461: {'created_time': 1774883344.610421, 'last_price_update_time': 1774883344.610433}
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='62562461') HTTP/1.1" 204 0
2026-03-30 15:09:04 [auto_selling_coches.net.api] INFO: Extracted item from API: 70067795 - VOLKSWAGEN Tiguan TechGo 1.4 TSI 4Mot DSG
2026-03-30 15:09:04 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: be211143-e31a-544c-8758-783a383486fd with identifier: 70067795
2026-03-30 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item be211143-e31a-544c-8758-783a383486fd
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fa.ccdn.es%252Fcnet%252Fvehicles%252F19574540%252Fe6110bad-378e-46f0-927e-f4e8df93d5c5.jpg%27 HTTP/1.1" 200 None
2026-03-30 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://a.ccdn.es/cnet/vehicles/19574540/e6110bad-378e-46f0-927e-f4e8df93d5c5.jpg already downloaded
2026-03-30 15:09:04 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: be211143-e31a-544c-8758-783a383486fd with identifier 70067795
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item be211143-e31a-544c-8758-783a383486fd
2026-03-30 15:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://web.gw.coches.net/details/70067795>
{'auction_title': '',
'body_type': 'SUV',
'c_o_2_emission_value': 153,
'category': 'Coches',
'color': 'Blanco',
'currency': 'EUR',
'description': 'VEHICULO NACIONAL\n'
'IVA DEDUCIBLE EN FACTURA\n'
'TOTALMENTE REVISADO Y CON 12 MESES DE GARANTIA INCLUIDO\n'
'POSIBILIDAD DE FINANCIACION 100% EJEMPLO EN 96 MESES 292€ SIN '
'ENTRADA\n'
'ACEPTAMOS VEHICULO COMO PARTE DE PAGO\n'
'CAMBIO DE NOMBRE NO INCLUIDO A PVP + 200€\n'
'\n'
'EQUIPACION:\n'
'TECHO SOLAR\n'
'COCKPIT DIGITAL\n'
'PAQUETE ADVANCE\n'
'\n'
'AUTOSTOPINEDA no se responsabiliza de los posibles errores '
'derivados del volcado de datos. Confirmar los datos con el '
'vendedor.\n'
'Puede consultar todo nuestro stock de vehículos en '
'AUTOSTOPINEDA PUNTO COM\n'
'\n'
'Este Volkswagen Tiguan Advance combina versatilidad y '
'tecnología en un SUV compacto con excelente equipamiento. Su '
'motor 1.4 TSI de 150CV acoplado a la transmisión automática '
'DSG de doble embrague ofrece una conducción ágil y '
'confortable tanto en ciudad como en carretera.\n'
'\n'
'El habitáculo destaca por su amplitud y modularidad, con '
'asientos traseros deslizantes y un maletero de 615 litros que '
'puede ampliarse hasta 1.655 litros. El acabado Advance '
'incorpora climatizador de tres zonas, sensores de '
'aparcamiento delanteros y traseros, y control de crucero '
'adaptativo con función Stop&Go.\n'
'\n'
'Este modelo cuenta con sistemas avanzados como Area View con '
'visión 360° y asistente de reconocimiento de señales de '
'tráfico. Su etiqueta medioambiental C permite el acceso a la '
'mayoría de zonas urbanas con restricciones de circulación.\n'
'\n'
'La combinación de su transmisión automática DSG y el sistema '
'Start/Stop contribuye a un consumo eficiente para su '
'categoría, ofreciendo una experiencia de conducción '
'equilibrada para quienes buscan comodidad y funcionalidad en '
'su día a día.',
'doors_number': 5,
'emission_standard': 'C',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Gasolina',
'id': 'be211143-e31a-544c-8758-783a383486fd',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.coches.net/volkswagen-tiguan-techgo-14-tsi-110kw-150cv-4mot-dsg-5p-gasolina-2018-en-barcelona-70067795-covo.aspx',
'listing': 'auction',
'location': 'Barcelona',
'make': 'VOLKSWAGEN',
'model': 'Tiguan',
'odometer': 139500,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 1,
'photo_urls': ['https://a.ccdn.es/cnet/vehicles/19574540/e6110bad-378e-46f0-927e-f4e8df93d5c5.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_be211143-e31a-544c-8758-783a383486fd/be211143-e31a-544c-8758-783a383486fd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 91384,
'Height': 600,
'OriginUrl': 'https://a.ccdn.es/cnet/vehicles/19574540/e6110bad-378e-46f0-927e-f4e8df93d5c5.jpg',
'Width': 800}],
'price': 19790,
'price_includes_vat': True,
'registration_date': '2018-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan TechGo 1.4 TSI 4Mot DSG',
'transmission': 'automatic',
'trim': 'TechGo 1.4 TSI 110kW 150CV 4Mot DSG',
'vin': None,
'year': 2018}
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20RowKey%20eq%20%2770067795%27 HTTP/1.1" 200 None
2026-03-30 15:09:04 [auto_selling_coches.net.api] INFO: Saving data for 70067795: {'created_time': 1774883344.698287, 'last_price_update_time': 1774883344.698296}
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_coches.net.api',RowKey='70067795') HTTP/1.1" 204 0
2026-03-30 15:09:04 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 15:09:04 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
2026-03-30 15:09:04 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 15:09:04 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 4a7c07302c1f11f18e133aacc95538c6
2026-03-30 15:09:04 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:09:04 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:09:04 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:09:04 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:09:04 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 15:09:04 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
2026-03-30 15:09:04 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
2026-03-30 15:09:04 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
2026-03-30 15:09:04 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
2026-03-30 15:09:04 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:09:04 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:09:04 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:09:04 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:09:04 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 15:09:05 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
2026-03-30 15:09:05 [auto_selling_coches.net.api] INFO: auto_selling_coches.net.api Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 10, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-03-30 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_coches.net.api%27%20and%20last_price_update_time%20lt%201773587345 HTTP/1.1" 200 None
2026-03-30 15:09:05 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (10 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_coches.net.api/4a7c07302c1f11f18e133aacc95538c6.jl
2026-03-30 15:09:05 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 20518,
'downloader/request_count': 12,
'downloader/request_method_count/GET': 12,
'downloader/response_bytes': 1613347,
'downloader/response_count': 12,
'downloader/response_status_count/200': 11,
'downloader/response_status_count/400': 1,
'elapsed_time_seconds': 32.954852,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 15, 9, 5, 726975, tzinfo=datetime.timezone.utc),
'item_scraped_count': 10,
'log_count/DEBUG': 166,
'log_count/INFO': 155,
'memusage/max': 149880832,
'memusage/startup': 149880832,
'request_depth_max': 2,
'response_received_count': 12,
'scheduler/dequeued': 12,
'scheduler/dequeued/memory': 12,
'scheduler/enqueued': 12,
'scheduler/enqueued/memory': 12,
'scrape_type/new': 10,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 12,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 3.091902611311525,
'scrapy-zyte-api/mean_response_seconds': 3.142075346782804,
'scrapy-zyte-api/processed': 12,
'scrapy-zyte-api/request_args/actions': 1,
'scrapy-zyte-api/request_args/browserHtml': 1,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 11,
'scrapy-zyte-api/request_args/experimental.requestCookies': 11,
'scrapy-zyte-api/request_args/experimental.responseCookies': 12,
'scrapy-zyte-api/request_args/httpResponseBody': 11,
'scrapy-zyte-api/request_args/httpResponseHeaders': 11,
'scrapy-zyte-api/request_args/url': 12,
'scrapy-zyte-api/status_codes/200': 12,
'scrapy-zyte-api/success': 12,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 30, 15, 8, 32, 772123, tzinfo=datetime.timezone.utc)}
2026-03-30 15:09:05 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 15:09:05 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fa3d4963210>
2026-03-30 15:09:05 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fa3d4963a50>
PROJECT (sourcing_v2)
SPIDER (auto_selling_coches.net.api)