---
title: "Monitor iPhone listings on Wallapop Spain"
slug: "iphone-listings-wallapop-spain"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/iphone-listings-wallapop-spain"
actor: "Wallapop Marketplace Scraper (ES/IT/PT)"
actor_url: "https://automationbyexperts.com/apify/wallapop-scraper"
apify_url: "https://apify.com/fayoussef/wallapop-scraper/examples/iphone-listings-wallapop-spain?fpr=youssef&fp_sid=abe_ex_iphone-listings-wallapop-spain"
price: "$0.00025"
price_unit: "per result"
---

# Monitor iPhone listings on 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.

**Run it:** [Monitor iPhone listings on Wallapop Spain on Apify](https://apify.com/fayoussef/wallapop-scraper/examples/iphone-listings-wallapop-spain?fpr=youssef&fp_sid=abe_ex_iphone-listings-wallapop-spain)  
**Actor:** [Wallapop Marketplace Scraper (ES/IT/PT)](https://automationbyexperts.com/apify/wallapop-scraper)  
**Pricing:** $0.00025 per result

## What this task is for

Sorted by newest, the task surfaces listings in posting order, which is what matters on a marketplace where an underpriced phone is gone within the hour. Resellers run it hourly and push new rows into Slack or a sheet so the alert arrives before the listing does any rounds.

The keyword lives in the search URL, so the same task covers any model or any product on Wallapop: change iphone 15 to whatever you resell. Raising the item limit widens each run at the usual per-result price.

## The input this task runs with

```json
{
  "start_urls": [
    {
      "url": "https://es.wallapop.com/search?keywords=iphone%2015&order_by=newest"
    }
  ],
  "max_items": 100,
  "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

- [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.
- [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).
