Coches.net Scraper — Spain Car Listings avatar

Coches.net Scraper — Spain Car Listings

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Coches.net Scraper — Spain Car Listings

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

Actor 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?

FieldDescription
🚗 Vehicle infoTitle, make, model, year, mileage (km), horsepower
💰 PricingListing price (EUR), financed price, market average price, price competitiveness rank (1–5), price drop history (original price, % drop, days since drop)
SpecsFuel type (Gasolina, Diésel, Eléctrico, Híbrido, GLP)
🏷️ LabelsDGT environmental badge (C, ECO, 0 Emisiones, B), offer type (Ocasión, KM 0, Seminuevo)
🏢 SellerProfessional/private flag, certified vehicle, financing available, warranty included, phone number
📍 LocationRegion, province, city
📸 MediaFull photo gallery (all URLs), video URLs, main thumbnail
📅 DatesPublication date, creation date, scrape timestamp
🔖 FlagsTop/promoted listing, urgent sale, reserved, taxes included
🔗 LinksDirect listing URL

How to use Coches.net Scraper

Option 1: Search by filters

  1. 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.
  2. Set limits — configure maxPages and maxItems to control how much data you collect.
  3. Start the run — click "Start" and wait for the scraper to finish (typically under 2 minutes for 1,000 listings).
  4. 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

ParameterTypeDescriptionDefault
urlsString[]One or more coches.net listing or search URLs. When set, search filters are ignored.
makeStringCar brand (Spanish names work: "Mercedes-Benz", "Alfa Romeo")
modelStringModel within the selected make ("Serie 3", "Clase A")
fuelEnumFuel type: gasolina, diesel, electrico, hibrido, glp
minPrice / maxPriceIntegerPrice range in EUR
minYear / maxYearIntegerRegistration year range (1950–2027)
maxPagesIntegerMax search pages to crawl (~30 listings/page)3
maxItemsIntegerHard cap on total listings returned50
enableCursorBooleanOnly return listings newer than the last run (incremental mode)false
proxyConfigurationObjectProxy 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

FieldTypeDescription
idStringCoches.net listing identifier
titleStringFull listing title
makeStringCar manufacturer/brand
modelStringCar model name
yearIntegerRegistration year
kmIntegerMileage in kilometres
hpIntegerEngine power in HP
priceNumberListing price in EUR
financed_priceNumberFinanced price in EUR (if available)
price_average_indicatorNumberMarket average price for similar vehicles (EUR)
price_rank_indicatorIntegerPrice competitiveness: 1 = great deal → 5 = overpriced
price_drop_originalNumberPrevious price before last reduction (EUR)
price_drop_percentageNumberPercentage of last price drop
price_drop_daysIntegerDays since last price change
fuel_typeStringGasolina, Diésel, Eléctrico, Híbrido, GLP
environmental_labelStringDGT emissions badge (C, ECO, 0 Emisiones, B)
is_professionalBooleanProfessional dealer (vs. private seller)
is_certifiedBooleanVehicle certified by dealer
is_financedBooleanFinancing option available
is_topBooleanPromoted/top listing
is_urgentBooleanMarked as urgent sale
has_warrantyBooleanWarranty included
has_reservationBooleanCurrently reserved by a buyer
includes_taxesBooleanPrice includes taxes (IVA/IGIC)
offer_typeStringOcasión, KM 0, Seminuevo, etc.
phoneStringSeller phone number (if public)
regionStringSpanish autonomous community
provinceStringProvince
cityStringCity
img_urlStringMain listing thumbnail URL
photosString[]All photo URLs for this listing
videosString[]Video URLs (if any)
publication_dateStringISO 8601 — when the listing was last published/renewed
creation_dateStringISO 8601 — when the listing was first created
urlStringDirect listing URL on Coches.net
sourceStringAlways cochesnet
scraped_atStringISO 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_* and price_rank_indicator fields
  • 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

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

  1. Búsqueda por filtros: configura marca, modelo, combustible, rango de precio y año.
  2. Búsqueda por URL: pega una o más URLs de coches.net (anuncios individuales o páginas de búsqueda).
  3. Modo incremental: activa enableCursor para capturar solo anuncios nuevos desde la última ejecución — cero duplicados.

¿Cómo funciona?

  1. Configura los filtros o pega URLs directamente.
  2. Establece los límites de páginas y resultados.
  3. Ejecuta el scraper y descarga los datos en JSON, CSV o Excel.
  4. Programa ejecuciones periódicas para crear una base de datos histórica de precios.

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.