---
title: "Scrape used cars under 5,000 EUR on Wallapop Spain"
slug: "used-cars-spain-under-5000"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/used-cars-spain-under-5000"
actor: "Wallapop Marketplace Scraper (ES/IT/PT)"
actor_url: "https://automationbyexperts.com/apify/wallapop-scraper"
apify_url: "https://apify.com/fayoussef/wallapop-scraper/examples/used-cars-spain-under-5000?fpr=youssef&fp_sid=abe_ex_used-cars-spain-under-5000"
price: "$0.00025"
price_unit: "per result"
---

# Scrape used cars under 5,000 EUR on Wallapop Spain

The cheap end of the Spanish private car market, pulled from Wallapop: newest listings under 5,000 EUR with price, mileage, year, location and seller, up to 200 cars per run.

**Run it:** [Scrape used cars under 5,000 EUR on Wallapop Spain on Apify](https://apify.com/fayoussef/wallapop-scraper/examples/used-cars-spain-under-5000?fpr=youssef&fp_sid=abe_ex_used-cars-spain-under-5000)  
**Actor:** [Wallapop Marketplace Scraper (ES/IT/PT)](https://automationbyexperts.com/apify/wallapop-scraper)  
**Pricing:** $0.00025 per result

## What this task is for

The search is filtered to the cars category on Wallapop Spain with a 5,000 EUR maximum and sorted newest first, so each run starts with whatever was posted since the last one. Private sellers price by feel, which is exactly why this band rewards watching daily rather than browsing occasionally.

Dealers and flippers schedule it for early morning and work from the spreadsheet instead of the app. Changing the maximum price or pointing the URL at another category (phones, tools, bikes) turns the same task into a different sourcing list.

## The input this task runs with

```json
{
  "start_urls": [
    {
      "url": "https://es.wallapop.com/search?category_id=100&max_sale_price=5000&order_by=newest"
    }
  ],
  "max_items": 200,
  "country": "Spain"
}
```

## What every run returns

- `Listing title`
- `Price (€)`
- `Item condition`
- `Category`
- `Description`
- `Seller name & rating`
- `Location (city)`
- `Engagement metrics (views/favourites)`
- `All image URLs`
- `Listing URL & ID`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Wallapop Marketplace Scraper (ES/IT/PT) tasks

- [Monitor iPhone listings on Wallapop Spain](https://automationbyexperts.com/apify/examples/iphone-listings-wallapop-spain): iPhone 15 listings on Wallapop Spain, newest first, with price, condition, location and seller on each row, up to 100 listings per run.
- [Track used car listings on Wallapop Italy](https://automationbyexperts.com/apify/examples/wallapop-italy-used-cars): Used car listings from Wallapop Italy as structured rows: price, mileage, year, fuel, location and seller, newest first, up to 200 per run.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
