# Coches.net Scraper by Keyword

**Use case:** 

Scrape Coches.net vehicle listings by keyword for any city — price, photos and location. Fast, structured JSON export.

## Input

```json
{
  "vehicleType": "cars",
  "query": "4x4 automático",
  "fuelType": "",
  "sellerType": "all",
  "maxResults": 50,
  "includeDetails": false,
  "descriptionMaxLength": 0,
  "descriptionFormat": "all",
  "compact": false,
  "excludeEmptyFields": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "vehicleType": {
    "label": "Vehicle type",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "kilometers": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "power": {
    "label": "Power (hp)",
    "format": "number"
  },
  "priceValue": {
    "label": "Price (€)",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel type",
    "format": "text"
  },
  "listingType": {
    "label": "Listing type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "text"
  },
  "changeType": {
    "label": "Change type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Coches.net Scraper — Used Cars, Vans & Motorbikes in Spain](https://apify.com/blackfalcondata/coches-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/coches-scraper) to learn more, explore other use cases, and run it yourself.