Coches.net Scraper avatar

Coches.net Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Coches.net Scraper

Coches.net 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.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

๐Ÿš— Coches.net Scraper

Want to find the right car or analyze Spain's used car market? This scraper makes it simple.

Just paste a Coches.net URL with your desired filters for make, model, province, price, mileage, year, and more. The scraper extracts up to 2000 car listings and returns clean JSON/CSV-ready data with pricing, vehicle specs, seller details, and location information.

Coches.net Website

๐Ÿ’ก Perfect for...

  • Car Buyers: Track prices and spot good deals across Spain.
  • Dealerships: Monitor competitor inventory, prices, locations, and listing volume.
  • Market Research: Analyze Spanish used car trends by brand, model, province, mileage, fuel type, and price.
  • Data Analysts: Build dashboards, pricing models, or inventory reports from structured vehicle data.
  • ๐Ÿค– OpenClaw & AI Agents: Power autonomous workflows that watch specific Coches.net searches or vehicle categories.
  • ๐Ÿ“š RAG Systems: Feed real car listings into Retrieval-Augmented Generation pipelines for automotive search and Q&A.
  • ๐Ÿ”— AI Workflows: Integrate with LangChain, AutoGPT, CrewAI, and other tools that need current automotive listings.

โœจ Why you'll love this scraper

  • ๐ŸŽฏ Pinpoint Accuracy: Start from any Coches.net search URL. Apply filters on the website, copy the URL, and let the scraper follow that search.
  • โš™๏ธ Detailed Vehicle Data: Extracts price, make, model, fuel type, mileage, engine capacity, power, year, location, and seller information.
  • โฑ๏ธ Sorting Options: Control how results are traversed, from most relevant listings to lowest price, newest cars, or lowest mileage.
  • ๐Ÿ‘ค Seller Insights: Distinguish between professional sellers and private sellers, including seller names when available.
  • ๐Ÿ“ Spanish Market Coverage: Capture province, city, and autonomous community data from Coches.net listings.

๐Ÿ“ฆ What's inside the data?

For every single car listing, you will get:

  • Core Details: id, title, url, image, created_at, published_date
  • Location: location_city, location_region, location_province
  • Technical Specs: make, model, fuel_type, mileage, engine_capacity, engine_power, first_registration_year
  • Pricing & Seller: price, price_has_taxes, price_indicator, price_drop_data, seller_name, seller_type, phone, hide_phone, seller_pack, seller_ratings, offer_type
  • Extra Status: environmental_label, is_certified, is_financed, pack, warranty, has_reservation, has_urge

๐Ÿ› ๏ธ Sort options

You can tell the scraper what order to read the listings in using the filter_by parameter:

  • Most Relevant โ€“ Coches.net's default recommended ordering
  • Lowest / Highest Price โ€“ Sort by cash price
  • Lowest / Highest Monthly Fee โ€“ Sort by monthly financing fee
  • Lowest / Highest KM Distance โ€“ Sort by mileage
  • Oldest / Newest โ€“ Sort by vehicle year

๐Ÿš€ Quick start

  1. Go to Coches.net and perform a search.
  2. Apply your filters on the website, such as brand, province, price range, year, fuel type, or mileage.
  3. Copy the URL from your browser's address bar.
  4. Paste the URL into the input_url field of the scraper.
  5. Choose your filter_by sorting method.
  6. Set max_cars to control how many listings to scrape, up to 2000.
  7. Click Start and export the results as CSV, Excel, or JSON when the run finishes.

Tech details for developers

Input Example:

{
"input_url": "https://www.coches.net/coches/segunda-mano/",
"filter_by": "Lowest Price",
"max_cars": 500
}

Output Example:

{
"id": "70766777",
"title": "CITROEN Xsara 1.4 SX",
"url": "https://www.coches.net/citroen-xsara-14-sx-5p-gasolina-2004-en-alicante-70766777-covo.aspx",
"image": "https://a.ccdn.es/cnet/2026/06/01/70766777/2109441964_g.jpg",
"created_at": "2026-06-01T21:57:10Z",
"published_date": "2026-06-01T22:05:57Z",
"location_city": "Torrevieja",
"location_region": "Comunitat Valenciana",
"location_province": "Alicante",
"make": "CITROEN",
"model": "Xsara",
"fuel_type": "Gasolina",
"mileage": 160000,
"engine_capacity": 1360,
"engine_power": 75,
"first_registration_year": 2004,
"price": 300,
"seller_name": "Autor",
"seller_type": "PrivateSeller",
"phone": "643636371",
"hide_phone": false,
"offer_type": "Ocasiรณn",
"environmental_label": "B",
"is_certified": false,
"is_financed": false,
"pack": null,
"warranty": null,
"has_reservation": false,
"price_has_taxes": true,
"price_indicator": null,
"price_drop_data": null,
"seller_pack": null,
"seller_ratings": null,
"has_urge": false
}

Parameters:

ParameterTypeRequiredDescription
input_urlstringYesThe Coches.net listings URL to scrape with your selected filters.
filter_bystringNoSort order for the listings, such as Most Relevant, Lowest Price, Newest, or Lowest KM.
max_carsintegerNoMax cars to scrape (20โ€“2000, default: 500).