# Used Cars Under €10,000 in Madrid

**Use case:** 

Search Wallapop for affordable second-hand cars in Madrid priced under €10,000. Get make, model, year, mileage, fuel type, price, and seller details as structur

## Input

```json
{
  "keywords": "BMW Serie 3",
  "maxItems": 100,
  "location": "madrid",
  "maxPrice": 10000,
  "orderBy": "price_low_to_high"
}
```

## 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.