# Monitor electric car listings in Spain

**Use case:** 

Monitor electric car listings for sale in Spain. Get price, model, mileage and seller info from Coches.net, ready for EV market and pricing analysis.

## Input

```json
{
  "make": "Alfa Romeo",
  "model": "Spider",
  "fuel": "electrico",
  "maxPages": 1,
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "ES"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "integer"
  },
  "km": {
    "label": "Mileage",
    "format": "integer"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "fuel_type": {
    "label": "Fuel type",
    "format": "string"
  },
  "hp": {
    "label": "Horsepower",
    "format": "integer"
  },
  "province": {
    "label": "Province",
    "format": "string"
  },
  "is_professional": {
    "label": "Professional seller",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Coches.net Scraper — Spain Car Listings](https://apify.com/rastriq/cochesnet-spain) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rastriq/cochesnet-spain) to learn more, explore other use cases, and run it yourself.