# Find affordable diesel cars on Wallapop

**Use case:** 

Find diesel cars for sale in Spain under 10,000 EUR on Wallapop. Get price, model, mileage, city and seller type, ready for a budget car search.

## Input

```json
{
  "keywords": "BMW Serie 3",
  "maxItems": 50,
  "location": "madrid",
  "engine": "gasoil",
  "orderBy": "most_relevance"
}
```

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