Coches.net Scraper — Spain Car Listings
Pricing
from $2.00 / 1,000 results
Coches.net Scraper — Spain Car Listings
Scrape vehicle listings from Coches.net, Spain's leading car marketplace. Get price, brand, model, year, mileage, fuel type, dealer info, specs, and photos. Filter by any parameter. Perfect for automotive market analysis, price monitoring, and dealer intelligence in Spain.
Pricing
from $2.00 / 1,000 results
Rating
5.0
(2)
Developer
Rastriq — Structured data from the world
Maintained by CommunityActor stats
0
Bookmarked
34
Total users
7
Monthly active users
13 days ago
Last modified
Categories
Share
Extract vehicle listings from Coches.net, Spain's largest used car marketplace with over 150,000 active listings. Coches.net Scraper lets you scrape prices, brands, models, specifications, dealer info, and location data — no API key or login required.
🚀 Try it free — your first $5 of usage is on Apify. No credit card required.
What is Coches.net Scraper?
Coches.net Scraper is an Apify Actor that extracts structured vehicle data from Spain's leading automotive marketplace. Whether you're tracking used car prices across regions, building a dealer inventory database, or running competitive analysis on the Spanish automotive market, Coches.net Scraper delivers clean, structured JSON data ready for analysis.
The scraper works without browser emulation — it extracts data directly from coches.net's server-rendered pages, making it fast, reliable, and cost-effective.
What data does Coches.net Scraper extract?
| Field | Description |
|---|---|
| 🚗 Vehicle info | Title, make, model, year, mileage (km), horsepower |
| 💰 Pricing | Listing price (EUR), financed price, market average price, price competitiveness rank (1–5), price drop history (original price, % drop, days since drop) |
| ⛽ Specs | Fuel type (Gasolina, Diésel, Eléctrico, Híbrido, GLP) |
| 🏷️ Labels | DGT environmental badge (C, ECO, 0 Emisiones, B), offer type (Ocasión, KM 0, Seminuevo) |
| 🏢 Seller | Professional/private flag, certified vehicle, financing available, warranty included, phone number |
| 📍 Location | Region, province, city |
| 📸 Media | Full photo gallery (all URLs), video URLs, main thumbnail |
| 📅 Dates | Publication date, creation date, scrape timestamp |
| 🔖 Flags | Top/promoted listing, urgent sale, reserved, taxes included |
| 🔗 Links | Direct listing URL |
How to use Coches.net Scraper
Option 1: Search by filters
- Set your filters — choose a make, model, fuel type, price range, or year range. All filters are optional; leave blank to scrape the full inventory.
- Set limits — configure
maxPagesandmaxItemsto control how much data you collect. - Start the run — click "Start" and wait for the scraper to finish (typically under 2 minutes for 1,000 listings).
- Download your data — export results as JSON, CSV, Excel, or connect directly via Apify's API or integrations.
Option 2: Scrape by URL
Paste one or more coches.net URLs directly:
- Listing URLs (e.g.
https://www.coches.net/bmw-serie-3-320i-4p-gasolina-2009-en-madrid-70672809-covo.aspx) → extracts that single listing's full details. - Search URLs (e.g.
https://www.coches.net/segunda-mano/?MakeIds[0]=7) → paginates through those search results.
When URLs are provided, the make/model/fuel filters are ignored — the URL already defines what to scrape. maxPages and maxItems limits still apply to search URLs.
Incremental mode (cursor)
Enable enableCursor to only capture new listings since your last run. The scraper stores the highest listing ID seen and skips everything at or below that watermark on subsequent runs — zero duplicates, you only pay for new results. Ideal for scheduled daily or weekly monitoring.
Note: Incremental mode only works with filter-based search, not URL mode.
Input parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
urls | String[] | One or more coches.net listing or search URLs. When set, search filters are ignored. | — |
make | String | Car brand (Spanish names work: "Mercedes-Benz", "Alfa Romeo") | — |
model | String | Model within the selected make ("Serie 3", "Clase A") | — |
fuel | Enum | Fuel type: gasolina, diesel, electrico, hibrido, glp | — |
minPrice / maxPrice | Integer | Price range in EUR | — |
minYear / maxYear | Integer | Registration year range (1950–2027) | — |
maxPages | Integer | Max search pages to crawl (~30 listings/page) | 3 |
maxItems | Integer | Hard cap on total listings returned | 50 |
enableCursor | Boolean | Only return listings newer than the last run (incremental mode) | false |
proxyConfiguration | Object | Proxy settings — recommended for runs over 500 listings | — |
Output example
{"id": "71132036","title": "BMW Serie 3 320d EfficientDynamics","make": "BMW","model": "Serie 3","year": 2014,"km": 192000,"hp": 163,"price": 11800,"financed_price": null,"price_average_indicator": 11200,"price_rank_indicator": 3,"price_drop_original": 12500,"price_drop_percentage": 6,"price_drop_days": 1,"fuel_type": "Diésel","environmental_label": "C","is_professional": false,"is_certified": false,"is_financed": false,"is_top": true,"is_urgent": false,"has_warranty": false,"has_reservation": false,"includes_taxes": true,"offer_type": "Ocasión","phone": null,"region": "Madrid","province": "Madrid","city": "Villanueva de Perales","img_url": "https://a.ccdn.es/cnet/2026/07/21/71132036/2119172402_g.jpg/359x269cut/","photos": ["https://a.ccdn.es/cnet/2026/07/21/71132036/2119172402_g.jpg","https://a.ccdn.es/cnet/2026/07/21/71132036/2119172409_g.jpg","https://a.ccdn.es/cnet/2026/07/21/71132036/2119172400_g.jpg"],"videos": [],"publication_date": "2026-07-30T11:18:19Z","creation_date": "2026-07-21T23:10:14Z","url": "https://www.coches.net/bmw-serie-3-320d-efficientdynamics-4p-diesel-2014-en-madrid-71132036-covo.aspx","source": "cochesnet","scraped_at": "2026-07-31T10:30:00+00:00"}
Output fields reference
| Field | Type | Description |
|---|---|---|
id | String | Coches.net listing identifier |
title | String | Full listing title |
make | String | Car manufacturer/brand |
model | String | Car model name |
year | Integer | Registration year |
km | Integer | Mileage in kilometres |
hp | Integer | Engine power in HP |
price | Number | Listing price in EUR |
financed_price | Number | Financed price in EUR (if available) |
price_average_indicator | Number | Market average price for similar vehicles (EUR) |
price_rank_indicator | Integer | Price competitiveness: 1 = great deal → 5 = overpriced |
price_drop_original | Number | Previous price before last reduction (EUR) |
price_drop_percentage | Number | Percentage of last price drop |
price_drop_days | Integer | Days since last price change |
fuel_type | String | Gasolina, Diésel, Eléctrico, Híbrido, GLP |
environmental_label | String | DGT emissions badge (C, ECO, 0 Emisiones, B) |
is_professional | Boolean | Professional dealer (vs. private seller) |
is_certified | Boolean | Vehicle certified by dealer |
is_financed | Boolean | Financing option available |
is_top | Boolean | Promoted/top listing |
is_urgent | Boolean | Marked as urgent sale |
has_warranty | Boolean | Warranty included |
has_reservation | Boolean | Currently reserved by a buyer |
includes_taxes | Boolean | Price includes taxes (IVA/IGIC) |
offer_type | String | Ocasión, KM 0, Seminuevo, etc. |
phone | String | Seller phone number (if public) |
region | String | Spanish autonomous community |
province | String | Province |
city | String | City |
img_url | String | Main listing thumbnail URL |
photos | String[] | All photo URLs for this listing |
videos | String[] | Video URLs (if any) |
publication_date | String | ISO 8601 — when the listing was last published/renewed |
creation_date | String | ISO 8601 — when the listing was first created |
url | String | Direct listing URL on Coches.net |
source | String | Always cochesnet |
scraped_at | String | ISO 8601 — extraction timestamp |
Pricing
Coches.net Scraper uses a pay-per-event pricing model:
- Platform fee: $0.05 per start
- Per result: $0.002 per listing
- Example: 1,000 listings costs approximately $2.05
Your first $5 of Apify usage is free — enough to scrape ~2,400 listings at no cost.
Use cases
- Market research: Analyze pricing trends by make, model, region, and age across Spain
- Price monitoring: Track price drops and market positioning with
price_drop_*andprice_rank_indicatorfields - Competitive intelligence: Compare dealer vs. private pricing, warranty offerings, and financing across regions
- Inventory analysis: Map supply distribution by province, fuel type, or price segment
- Incremental ingestion: Use cursor mode for zero-duplicate daily feeds into your data pipeline
- Data enrichment: Combine with AutoScout24 or Mobile.de data for cross-market comparison
Related Actors by Rastriq
- AutoScout24 Scraper — Europe's largest car marketplace
- Mobile.de Scraper — Germany's leading car platform
- Wallapop Cars Scraper — Spain's general classifieds marketplace
- Automobile Catalog Taxonomy — Car specs and taxonomy data
- Carandclassic Scraper — Classic car listings
- Classic Trader Scraper — Classic and vintage vehicles
- Collecting Cars Scraper — Car auction platform
- Njuskalo Scraper — Croatian classifieds
- Polovniautomobili Scraper — Serbian car marketplace
FAQ
Is scraping Coches.net legal? Coches.net Scraper extracts only publicly available listing data that any visitor can see. It does not bypass any authentication, paywalls, or access controls. Always review Coches.net's terms of service and ensure your use case complies with applicable laws.
Does Coches.net Scraper require a login? No. The scraper works without any login or API key. It accesses the same public search results that any visitor sees.
How many results can I scrape?
There is no hard limit. Set maxItems to 9999 and increase maxPages to scrape the full inventory. A full-market extraction of 150,000+ listings typically takes 3-4 hours.
How often is the data updated?
Listings on Coches.net change constantly. Schedule daily or weekly runs to maintain an up-to-date dataset. Enable incremental mode (enableCursor) to only capture new listings and avoid re-processing.
Can I scrape a specific search or listing URL?
Yes. Paste any coches.net listing URL (.aspx) or search URL (/segunda-mano/...) into the urls input. The scraper auto-detects the URL type and extracts accordingly.
What is incremental mode?
When enableCursor is enabled, the scraper remembers the highest listing ID from each run. On subsequent runs, it skips all previously seen listings — so you only pay for genuinely new results. Perfect for scheduled monitoring.
Coches.net Scraper — Extracción de anuncios de coches en España
Coches.net Scraper extrae anuncios de vehículos de Coches.net, el mayor portal de compraventa de coches de España con más de 150.000 anuncios activos. Obtén precios, marcas, modelos, especificaciones, información del vendedor y datos de ubicación de forma automática.
¿Qué datos extrae?
- Vehículo: título, marca, modelo, año, kilómetros, caballos de potencia
- Precio: precio de venta (EUR), precio financiado, precio medio de mercado, ranking de competitividad (1–5), historial de bajadas de precio
- Especificaciones: tipo de combustible, etiqueta medioambiental de la DGT
- Vendedor: profesional o particular, vehículo certificado, financiación, garantía, teléfono de contacto
- Ubicación: comunidad autónoma, provincia, ciudad
- Multimedia: galería completa de fotos, vídeos
- Fechas: fecha de publicación, fecha de creación
- Flags: anuncio destacado, venta urgente, reservado, impuestos incluidos
- Enlaces: URL directa del anuncio
Modos de uso
- Búsqueda por filtros: configura marca, modelo, combustible, rango de precio y año.
- Búsqueda por URL: pega una o más URLs de coches.net (anuncios individuales o páginas de búsqueda).
- Modo incremental: activa
enableCursorpara capturar solo anuncios nuevos desde la última ejecución — cero duplicados.
¿Cómo funciona?
- Configura los filtros o pega URLs directamente.
- Establece los límites de páginas y resultados.
- Ejecuta el scraper y descarga los datos en JSON, CSV o Excel.
- Programa ejecuciones periódicas para crear una base de datos histórica de precios.
¿Es legal?
Coches.net Scraper solo extrae datos de anuncios públicos accesibles para cualquier visitante. No requiere inicio de sesión ni sortea ningún tipo de protección. Revisa siempre los términos de uso de Coches.net y la legislación aplicable.