VOOZH about

URL: https://apify.com/blackfalcondata/coches-scraper

⇱ Coches.net Scraper — Spain Vehicle & Car Listings · Apify


👁 Coches.net Scraper — Used Cars, Vans & Motorbikes in Spain avatar

Coches.net Scraper — Used Cars, Vans & Motorbikes in Spain

Pricing

from $3.00 / 1,000 results

Go to Apify Store

Coches.net Scraper — Used Cars, Vans & Motorbikes in Spain

Coches.net Scraper — scrape car, van, motorhome, classic & motorcycle listings from Spain's largest vehicle marketplace. Get price, make and model plus seller ratings and listing descriptions, with incremental tracking and structured JSON export.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

👁 Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

2 hours ago

Last modified

Share

What does Coches.net Scraper do?

Coches.net Scraper extracts structured listing data from coches.net — including make, model, year, mileage and price, seller ratings and reviews, and full vehicle descriptions. It supports keyword search and controllable result limits, so you can run the same query consistently over time. The actor also offers opt-in detail enrichment (full descriptions, equipment specs and view counts) and structured JSON export where the source provides them.

New to Apify? Sign up free and use the included $5 monthly platform credit to test this actor.

Key features

  • 🚘 All six vehicle sections, one actor — one actor scrapes every Coches.net section — cars, vans, motorhomes, classic cars, microcars (no-licence quadricycles) and motorcycles. Pick a section per run with vehicleType, or set all to sweep the whole marketplace into a single dataset. No separate actor per category.
  • 🚗 Vehicle data depth — every listing returns make, model, year, mileage, fuel type, gearbox, drive type, engine power (hp) and displacement, body type and the Spanish DGT environmental label as first-class structured fields — never buried in description text. Condition is explicit too: listingType (Nuevo / Km0 / Seminuevo / Ocasión), isCertified, and remaining warrantyMonths.
  • 💵 Structured pricing — beyond the headline priceValue, each record carries a real price-drop signal — priceDropAmount and priceDropPercentage when the seller has cut the asking price — plus a market benchmark: marketPriceAverage and a marketPriceRank showing how the listing is priced against comparable vehicles. Financing is parsed too: monthlyInstalment, financedAmount and hasOnlineFinancing. Target a budget band with priceMin / priceMax.
  • 🤝 Seller & dealer intelligence — each listing identifies the seller — sellerName, dealer-vs-private sellerType, and a dealer's sellerRatingAverage over sellerRatingCount reviews — plus the contact phone where the seller publishes one. Restrict a run to dealers or private sellers with the sellerType filter.
  • 🔗 Paste-mode — build the exact search you want on Coches.net (or Motos.net for motorcycles), copy the address-bar URL, and paste it into startUrls — the scraper reads the make, model, fuel and seller type straight from the URL and runs it as its own search. Paste several at once to pull multiple searches in one run. Add priceMin / priceMax, yearMin / yearMax or kmMax to narrow a pasted search further.
  • 📋 Detail enrichment — two-stage scraping — list first, then enrich each listing with the full detail-page payload. One input toggle controls the depth.
  • ✂️ Description truncation — cap description length with descriptionMaxLength to control LLM prompt cost and dataset size — set 0 for full descriptions, or any char-limit to trim.
  • ♻️ Incremental mode — daily runs emit only listings that are new or whose price/condition changed since last run. Perfect for inventory-diff dashboards and competitive pricing alerts. Saves 80–95% on recurring monitoring.
  • 🔔 Notifications — telegram / Slack / Discord / WhatsApp / webhook alerts on each run. Combine with incremental to ping only when prices or inventory actually move.
  • 📦 Compact mode — light payload with core fields only — comparable rows across listings without HTML or metadata overhead. Perfect for pricing dashboards.
  • 🔌 MCP connectors — export your results into Notion via Apify's MCP connectors — a clean run-summary page, no glue code. Opt-in via the App connector field; deterministic field-mapping, no AI. Built on Apify's connector framework, so more destinations open up as their catalog grows.

What data can you extract from Coches.net?

Each result includes Core listing fields (listingId, rawId, url, portalUrl, title, vehicleType, make, and makeId, and more), detail fields when enrichment is enabled (description), and contact information (phone). In standard mode, all fields are always present — unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions and contact information where the source provides them.

Input

The main inputs are a search keyword and a result limit. Additional filters and options are available in the input schema.

Key parameters:

  • vehicleType — Which marketplace section to scrape. (default: "cars")
  • query — Optional free-text keyword (e.g. "4x4", "automático"). Leave empty to browse everything matching the filters below. Power users can paste a JSON array, e.g. ["gti","sport"], to run several keywords.
  • startUrls — Paste one or more search-results URLs straight from your browser on Coches.net (or Motos.net for motorcycles) and the scraper runs each as its own search — make, model, fuel and seller type are read from the URL. Paste a search-results page, not an individual listing. Add price, year or mileage limits in the fields below to narrow a pasted search further. (The legacy field name searchUrls is also accepted.) (default: [])
  • make — Brand to filter by, e.g. "BMW", "Renault", "Mercedes-Benz". Case-insensitive.
  • model — Model to filter by, e.g. "Serie 3", "Clio". Requires Make. Ignored if the model isn't recognized for that make.
  • priceMin — Lowest price to include.
  • priceMax — Highest price to include.
  • yearMin — Earliest registration year to include.
  • yearMax — Latest registration year to include.
  • kmMax — Maximum mileage to include.
  • fuelType — Filter by fuel/engine type. (default: "")
  • sellerType — Restrict to dealers or private sellers. (default: "all")
  • ...and 24 more parameters

Input examples

Basic search — Keyword-driven search with a result cap.

→ Full payload per result — all standard fields populated where the source provides them.

{
"query":"4x4 automático",
"maxResults":50
}

Incremental tracking — Only emit vehicles that changed since the previous run with this stateKey.

→ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set emitUnchanged: true to include unchanged records as well.

{
"query":"4x4 automático",
"maxResults":200,
"incrementalMode":true,
"stateKey":"4x4-automático-tracker"
}

Compact output for AI agents — Return only core fields for AI-agent and MCP workflows.

→ Small payload with the most important fields — ideal for piping into LLMs without token overhead.

{
"query":"4x4 automático",
"maxResults":50,
"compact":true
}

Output

Each run produces a dataset of structured listing records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

Example listing record

{
"listingId":"0f1b5a40022eecb5bf30c7c8e3c5d2f0866526e694a8f0a4560051e1592915c2",
"rawId":"62360206",
"contentHash":"b74ada84e6c39f553d9fe84eff6a4b510a729769c901b7c1010e540b890eaf4b",
"url":"https://www.coches.net/porsche-911-turbo-coupe-2p-gasolina-2016-en-alicante-62360206-covo.aspx",
"portalUrl":"https://www.coches.net/porsche-911-turbo-coupe-2p-gasolina-2016-en-alicante-62360206-covo.aspx",
"title":"PORSCHE 911 Turbo Coupe",
"vehicleType":"cars",
"make":"PORSCHE",
"makeId":34,
"model":"911",
"modelId":73,
"year":2016,
"kilometers":52000,
"fuelType":"Gasolina",
"fuelTypeId":2,
"bodyTypeId":2,
"power":540,
"cubicCapacity":3800,
"transmissionTypeId":1,
"drivenWheelsId":1,
"priceValue":132900,
"priceCurrency":"EUR",
"listingType":"Ocasión",
"hasTaxes":true,
"hasReservation":true,
"hasOnlineFinancing":false,
"isFinanced":false,
"isCertified":false,
"marketPriceAverage":128400,
"marketPriceRank":3,
"warrantyMonths":12,
"sellerName":"CENTRO PORSCHE ALICANTE ",
"sellerType":"professional",
"sellerRatingAverage":4.7,
"sellerRatingCount":13,
"location":"Alicante / Alacant, Alicante",
"city":"Alicante / Alacant",
"province":"Alicante",
"region":"Comunitat Valenciana",
"phone":"607209981",
"imageUrl":"https://a.ccdn.es/cnet/vehicles/18285080/094ac56c-12a9-44ed-9744-25973b30ec21.jpg",
"imageCount":10,
"galleryUrls":[
"https://a.ccdn.es/cnet/vehicles/18285080/094ac56c-12a9-44ed-9744-25973b30ec21.jpg",
"https://a.ccdn.es/cnet/vehicles/18285080/f6568c2a-aaee-4af5-9921-cfd334a953d4.jpg",
"https://a.ccdn.es/cnet/vehicles/18285080/1d08c2cb-f770-4582-bd4a-4d92dd92fa1a.jpg"
],
"publishedAt":"2026-04-07T10:33:30Z",
"source":"coches.net",
"scrapedAt":"2026-06-26T09:20:36.381Z",
"description":"Equipamiento Especial\n\nExterior\n\nXEX\n\nFaros Bi-Xenon en Negro incluye Porsche Dynamic Light System (PDLS)\n\n636\n\nSistema ayuda aparcamiento, delante y detrás\n\n567\n\nParabrisas con tintado graduado\n\n651...",
"equipment":[
"Acabado TURBO (clasificación JATO: deportivo S4)",
"Carrocería tipo coupé de 2 puertas, batalla corta, volante al lado izquierdo, código de plataforma: 991, carrocería & puertas (local): coupé de 2 puertas",
"Cuatro frenos de disco con cuatro de ellos ventilados",
"Tracción 4x4 permanente y seleccionable con selección automática",
"Motor de 3,8 litros ( 3.800 cc ) , seis cilindros en horizontal con cuatro válvulas por cilindro, 102,0 mm de diámetro, 77,5 mm de carrera, relación de compresión: 9,8 y distribución variable",
"Combustible: alto octanaje sin plomo 98 octanos y Combustible primario: gasolina",
"Prestaciones: 320 km/h de velocidad máxima y 3,0 segs de aceleración 0-100 km/h",
"Potencia de 540 CV ( CEE ) 397 kW @ 6.000 rpm (potencia max) 710 Nm de par máximo @ 2.100 rpm (par max) potencia con combustible primario"
],
"optionalEquipment":[
"Indicador del límite de velocidad",
"Alfombrillas",
"Alfombrillas en carbono con ribete de cuero",
"Alfombrillas personalizadas en carbono con ribete en cuero",
"Alfombrillas personalizadas Porsche con logo Porsche y ribete en cuero",
"Asientos delanteros calefactables",
"Asientos delanteros ventilados",
"Asientos deportivos Plus, eléctricos, 4 posiciones"
],
"numberOfDoors":2,
"numberOfSeats":4,
"trimLevel":"Turbo",
"topSpeed":320,
"acceleration":3,
"tankCapacityLiters":68,
"trunkCapacityLiters":115,
"viewCount":4069,
"favoriteCount":339
}

Incremental fields

When incremental mode is on, each record also carries:

  • changeType — one of NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED. Default output covers NEW / UPDATED / REAPPEARED; set emitUnchanged: true or emitExpired: true to opt into the others.
  • isRepost, repostOfId, repostDetectedAt — populated when a new listing matches the tracked content of a previously expired one. Set skipReposts: true to drop detected reposts from the output.

How to scrape Coches.net

  1. Go to Coches.net Scraper in Apify Console.
  2. Enter a search keyword.
  3. Set maxResults to control how many results you need.
  4. Enable includeDetails if you need full descriptions, contact info, equipment and emissions data.
  5. Click Start and wait for the run to finish.
  6. Export the dataset as JSON, CSV, or Excel.

Use cases

  • Extract listing data from Coches.net for market research and competitive analysis.
  • Track pricing trends across regions and categories over time.
  • Monitor new and changed vehicles on scheduled runs without processing the full dataset every time.
  • Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
  • Export clean, structured data to dashboards, spreadsheets, or data warehouses.
  • Benchmark seller / dealer reputation using rating fields.

How much does it cost to scrape Coches.net?

Coches.net Scraper uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.

  • Run start: $0.0005 per run
  • Per result: $0.003 per listing record

Example costs:

  • 10 results: $0.03
  • 25 results: $0.075
  • 100 results: $0.3
  • 200 results: $0.6
  • 500 results: $1.5

Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of vehicles that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.

Example setup: 250 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

Churn rateFull re-scrape run costIncremental run costSavings vs full re-scrapeMonthly cost after baseline
5% — stable niche query$0.75$0.04$0.71 (95%)$1.14
15% — moderate broad query$0.75$0.11$0.64 (85%)$3.39
30% — high-volume aggregator$0.75$0.23$0.52 (70%)$6.77

Full re-scrape monthly cost at daily polling: $22.51. First month with incremental costs $1.85 / $4.03 / $7.29 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

Platform usage (compute and proxies) is billed separately by Apify based on actual consumption. Incremental runs consume less on result processing, though fixed per-run overhead stays the same.

FAQ

How many results can I get from Coches.net?

The number of results depends on the search query and available vehicles on Coches.net. Use the maxResults parameter to control how many results are returned per run.

Does Coches.net Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed vehicles on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

Can I integrate Coches.net Scraper with other apps?

Yes. Coches.net Scraper works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

Can I use Coches.net Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.

Can I use Coches.net Scraper through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode, descriptionMaxLength, a single descriptionFormat, and excludeEmptyFields to keep payloads manageable for LLM context windows.

Is it legal to scrape Coches.net?

This actor extracts publicly available data from Coches.net. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

Your feedback

If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.

You might also like

Getting started with Apify

New to Apify? Create a free account with $5 credit — no credit card required.

  1. Sign up — $5 platform credit included
  2. Open this actor and configure your input
  3. Click Start — export results as JSON, CSV, or Excel

Need more later? See Apify pricing.

You might also like

coches.net Spain Car Scraper

devilscrapes/coches-spain-cars

Scrape used-car listings from coches.net, Spain’s #1 car marketplace — price, make, model, year, mileage, fuel, power, transmission, environmental label, seller, location, and photos. Export to JSON or CSV; enrich each listing with extra detail-page fields.

👁 User avatar

DevilScrapes

3

Coches.net Scraper — Spain Car Listings

rastriq/cochesnet-spain

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.

👁 User avatar

Rastriq — Structured data from the world

28

Coches.net Scraper - Spanish Car Marketplace

studio-amba/coches-scraper

Scrape used car listings from Coches.net, Spain's largest automotive marketplace. Extract prices, specs, mileage, fuel type, seller info, images, and 25+ fields per listing. Filter by make, model, year, price, and fuel type. No login or cookies required.

👁 User avatar

Studio Amba

2

Coches.net Scraper

dadhalfdev/coches-scraper

Scrape Coches.net car listings from any filtered search URL. Extract prices, specs, mileage, year, location, seller details, phone visibility, financing, warranty, ratings, and price-drop data. Sort results and export structured datasets.

👁 User avatar

Marco Rodrigues

3

Coches Cars Search Scraper

stealth_mode/coches-cars-search-scraper

Scrape car listings from Coches.net search results in bulk. Collect prices, specs, seller info, photos, financing details, and 40+ fields per vehicle — perfect for dealers, analysts, and automotive platforms.

👁 User avatar

Stealth mode

10

Coches.net Scraper

ivanvs/coches-net-scraper

Extract data from coches.com for data on thousands of car listings. Scrape car listings, extract descriptions, images, prices, mileage, contact number, addresses, names, engine information, the transmission of the car, and all other listing details.

105

2.6

Coches Net Scraper

kaidev/coches-net-scraper

This scraper is a tool designed to extract detailed product listings from Coches.net. Built for the Apify platform, this scraper allows users to gather comprehensive data with ease, making it ideal for market analysis, price tracking, inventory management, or research purposes.

Wallapop Cars Scraper — Spain Classifieds

rastriq/wallapop-cars-scraper

Scrape car listings from Wallapop, Spain's largest classifieds marketplace. Extract price, mileage, year, location, seller info, and photos for every listing. Filter by brand, model, price range, and region. Ideal for market research, price comparison, and automotive analytics in Spain.

👁 User avatar

Rastriq — Structured data from the world

19

Car and Classic Scraper — Vintage & Classic Cars

rastriq/carandclassic-scraper

Scrape classic and vintage car listings from CarAndClassic.com, Europe's largest classic car marketplace. Extract price, make, model, year, description, seller info, auction data, and photos. Monitor prices, track auctions, and analyze the collector car market.

👁 User avatar

Rastriq — Structured data from the world

4

5.0