---
title: "Track used car listings on Wallapop Italy"
slug: "wallapop-italy-used-cars"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/wallapop-italy-used-cars"
actor: "Wallapop Marketplace Scraper (ES/IT/PT)"
actor_url: "https://automationbyexperts.com/apify/wallapop-scraper"
apify_url: "https://apify.com/fayoussef/wallapop-scraper/examples/wallapop-italy-used-cars?fpr=youssef&fp_sid=abe_ex_wallapop-italy-used-cars"
price: "$0.00025"
price_unit: "per result"
---

# Track used car listings on Wallapop Italy

Used car listings from Wallapop Italy as structured rows: price, mileage, year, fuel, location and seller, newest first, up to 200 per run.

**Run it:** [Track used car listings on Wallapop Italy on Apify](https://apify.com/fayoussef/wallapop-scraper/examples/wallapop-italy-used-cars?fpr=youssef&fp_sid=abe_ex_wallapop-italy-used-cars)  
**Actor:** [Wallapop Marketplace Scraper (ES/IT/PT)](https://automationbyexperts.com/apify/wallapop-scraper)  
**Pricing:** $0.00025 per result

## What this task is for

Wallapop is a private-seller marketplace, so these listings never appear in dealer inventory feeds. Exporting them is the only practical way to size what private sellers are asking in an Italian region, which is the number missing from most used-car pricing work.

Kept on a schedule, the runs build a price history of the Italian private market that no public dataset publishes. Run once instead and you get a clean snapshot of current supply. The country setting and the search URL are the two fields to change for a different market.

## The input this task runs with

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

## 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.
- [Scrape used cars under 5,000 EUR on Wallapop Spain](https://automationbyexperts.com/apify/examples/used-cars-spain-under-5000): 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.

---

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