# Electric Cars Listings from Wallapop Spain

**Use case:** 

Search Wallapop across Spain for electric and hybrid vehicles. Extract prices, battery details, mileage, year, and seller info — useful for EV market studies or

## Input

```json
{
  "keywords": "BMW Serie 3",
  "maxItems": 100,
  "location": "madrid",
  "engine": "electric-hybrid",
  "orderBy": "newest"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "km": {
    "label": "Km",
    "format": "number"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "engine": {
    "label": "Engine",
    "format": "text"
  },
  "gearbox": {
    "label": "Gearbox",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "seller_type": {
    "label": "Seller",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Wallapop Cars Scraper — Spain Classifieds](https://apify.com/rastriq/wallapop-cars-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rastriq/wallapop-cars-scraper) to learn more, explore other use cases, and run it yourself.