# Wallapop Scraper (`ivanvs/wallapop-scraper`) Actor

Scrape structured data from Wallapop listings—items, vehicles, and services. Get clean, ready-to-use data in JSON, XML, Excel, and more.

- **URL**: https://apify.com/ivanvs/wallapop-scraper.md
- **Developed by:** [Gen First](https://apify.com/ivanvs) (community)
- **Categories:** E-commerce, Jobs, Other
- **Stats:** 7 total users, 3 monthly users, 99.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.30 / 1,000 listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Wallapop Scraper

Scrape listings from [Wallapop](https://www.wallapop.com/) easily with Wallapop Scraper.

### About

Wallapop is a Spanish company founded in 2014 used to exchange used goods, similar to Craigslist as a classified listings website. The marketplace primarily is accessed via mobile app.

In 2014 it signed a commercial agreement with Atresmedia. In 2015 it was cited as the startup company with the highest revenues in Spain with $1b of transactions completed using the app.

In May 2016, the company was merged with Letgo but continues to trade under the Wallapop brand.

Large venture capital investors include Mangrove Capital, Northzone, and Eight Roads Ventures.

### Why should you use it?

It provides the latest ads data from Wallapop, without requiring login or session cookies.

### How to use

Wallapop Scraper has number of input parameters that can be used.

| Input parameter | Description                             | Required | Default value                                                           |
| --------------- | --------------------------------------- | -------- | ----------------------------------------------------------------------- |
| urls            | Wallapop urls that needs to be scraped  | `true`   | `{url: "https://es.wallapop.com/search?category_id=100&keywords=ford"}` |
| maxRecords      | Maximum number of records to be scraped | `false`  | 100                                                                     |

Valid Wallapop links:

- https://es.wallapop.com/item/bmw-serie-3-2017-1225896593
- https://es.wallapop.com/search?category\_id=100\&keywords=ford

#### Examples

##### Input

Scrape 20 search results from given search URL:

```json
{
  "urls": ["https://es.wallapop.com/search?category_id=100&keywords=ford"],
  "maxRecords": 20
}
```

##### Output

```json
{
  "id": "nz081or1376o",
  "url": "https://es.wallapop.com/item/ford-mustang-2016-121111",
  "inputUrl": "https://es.wallapop.com/search?category_id=100&keywords=ford",
  "title": "Ford Mustang 2016",
  "description": "Coche en perfecto estado edición limitada con asientos deportivos Recaro Manual tubos de escape deportivos etc. ",
  "images": [
    "https://cdn.wallapop.com/images/10420/kr/il/__/c10420p1255540727/i6453658056.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/kr/il/__/c10420p1255540727/i6453658103.jpg?pictureSize=W800"
  ],
  "price": 28900,
  "retailPrice": null,
  "currency": "EUR",
  "isShippable": false,
  "attributes": {
    "year": "2016",
    "km": "126000 km",
    "engine": "Gasolina",
    "doors": "2 puertas",
    "seats": "4 plazas",
    "model": "Mustang",
    "version": "Fastback 2.3 EcoBoost 314 2p",
    "gear_box": "Manual",
    "brand": "Ford",
    "horse_power": "314 caballos",
    "body_type": "Coupé",
    "eco_label": "Etiqueta C"
  },
  "location": {
    "city": "Madrid",
    "postalCode": "28050",
    "countryCode": "ES",
    "latitude": 40.50199286892283,
    "longitude": -3.6699133587138495,
    "approximated": true
  },
  "views": 202,
  "modifiedDate": "2026-04-24T09:10:17.000Z",
  "isSold": false,
  "isReserved": false,
  "seller": {
    "userId": "abc123xyz",
    "name": "Example User",
    "userType": "normal",
    "profileUrl": "https://www.wallapop.com/user/abc123xyz?_pid=wi",
    "registerDate": "2023-01-11T20:16:03.000Z",
    "publishedAdsCount": 1
  }
}
```

### Wallapop Scraper data output

The output from Wallapop Scraper is stored in the dataset. After the run is finished, you can download the dataset in various data formats (JSON, CSV, XML, RSS, HTML Table).

### ❓FAQ

#### Do I need proxies to scrape ads from Wallapop?

Proxy for this scraper is already preconfigured for optimal performance.

### Support

For more custom/simplify outputs or Bug report please contact the developer (support (at) getmediumdata.com) or report an issue.

# Actor input Schema

## `maxRecords` (type: `integer`):

Maximum number of records to be scraped

## `urls` (type: `array`):

List of URLs from Wallapop (https://www.wallapop.com/) that needs to be scraped

## Actor input object example

```json
{
  "maxRecords": 10,
  "urls": [
    {
      "url": "https://es.wallapop.com/search?category_id=100&keywords=ford&order_by=closest"
    }
  ]
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxRecords": 10,
    "urls": [
        {
            "url": "https://es.wallapop.com/search?category_id=100&keywords=ford&order_by=closest"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("ivanvs/wallapop-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "maxRecords": 10,
    "urls": [{ "url": "https://es.wallapop.com/search?category_id=100&keywords=ford&order_by=closest" }],
}

# Run the Actor and wait for it to finish
run = client.actor("ivanvs/wallapop-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxRecords": 10,
  "urls": [
    {
      "url": "https://es.wallapop.com/search?category_id=100&keywords=ford&order_by=closest"
    }
  ]
}' |
apify call ivanvs/wallapop-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=ivanvs/wallapop-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/OoRo3mpbq1t2vcdou/builds/qutJDvQ3ML4SxSANG/openapi.json
