# Wallapop Scraper — Listings, Cars & Seller Data (`blackfalcondata/wallapop-scraper`) Actor

Scrape Wallapop marketplace listings with clean English fields — prices, images, location, and seller details. Cars mode with full make/model/year/fuel specs, geo-radius search, and incremental monitoring with notifications.

- **URL**: https://apify.com/blackfalcondata/wallapop-scraper.md
- **Developed by:** [Black Falcon Data](https://apify.com/blackfalcondata) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

### What does Wallapop Scraper do?

Wallapop Scraper extracts structured listing data from [wallapop.com](https://wallapop.com) — including prices, full descriptions, photos, location data, and seller ratings. It supports keyword search, location and radius filters, item-condition and seller-type filters, and controllable result limits across the Spain, Italy, Portugal, France, and United Kingdom markets, so you can run the same query consistently over time. The actor also offers detail enrichment (full descriptions and contact information) and a dedicated cars mode with structured vehicle specifications where the source provides them.

### How to use this actor

- 👉 **Register for a free Apify account** — no credit card required.
- 🎉 Just click **[Sign up free on Apify →](https://console.apify.com/sign-up?fpr=1h3gvi&fp_sid=ctarich)** and complete a quick signup.
- 💰 A free Apify account includes $5 in monthly credits — enough to test this actor.
- ⏳ Scrape during the free trial, with no commitment or upfront payment required.

### Key features

<!-- KEY_FEATURES:START -->
- **🚗 Dedicated cars mode** — pick the Cars category for structured vehicle fields on every listing: make, model, year, mileage, fuel, gearbox, body type, horsepower, warranty, and eco label.
- **📍 Location, radius & 5-market search** — Search Spain, Italy, Portugal, France, or the UK — set the market with the `country` input, center on any city or lat/long, and cap results to a radius.
- **📋 Full listing detail** — two-stage scraping: collect listings, then open each for the full description, engagement counts, and deep car specs. On by default; flip off for speed.
- **🏪 Seller & shop lead data** — opt into seller enrichment: private vs. professional, ratings, a 0–100 trust score, and verifications. Professional shops add full contact details and the public trader disclosure — legal name, email, and registration number.
- **🔔 Notifications** — Telegram, Slack, Discord, WhatsApp Cloud API, and generic webhook out of the box. Pair with incremental for daily new-listing alerts without pipeline glue.
- **🔗 Paste-mode** — build the search on wallapop.com, copy the result-page URL, and paste it — each URL becomes its own search, merged and de-duplicated by listing id.
- **📦 Compact mode** — AI-agent and MCP-friendly payloads with core fields only.
- **✂️ Description truncation** — cap description length with `descriptionMaxLength`, or pick plain text, HTML, or markdown output.
- **♻️ Incremental mode** — Recurring runs classify listings as NEW, UPDATED, UNCHANGED, or EXPIRED and return only NEW + UPDATED — monitor new listings without re-paying for the whole feed.
- **📤 Export anywhere** — Download the dataset as JSON, CSV, or Excel, or pull it from the Apify API.
- **🔌 MCP connectors** — export results into Notion and other apps through Apify's MCP connectors.
<!-- KEY_FEATURES:END -->

### What data can you extract from Wallapop?

Each result includes Core listing fields (`listingId`, `itemId`, `title`, `categoryId`, `category`, `subcategory`, `categoryPath`, and `price`, and more), detail fields when enrichment is enabled (`description`, `shopDescription`, and `detailFetched`), and contact information (`sellerEmailVerified`, `sellerPhoneVerified`, and `shopPhone`). In standard mode, all fields are always present — unavailable data points are returned as `null`, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions and contact information where the source provides them.

### Input

The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.

Key parameters:

- **`query`** — What to search for, e.g. "iphone 14" or "bmw serie 3". Add several terms to run them all. Leave empty to browse a whole category instead.
- **`category`** — Restrict results to one category. Pick "Cars" to unlock the car-specific filters below. Combine with a search term, or use a category alone to browse. (default: `""`)
- **`country`** — Which Wallapop market to search. (default: `"ES"`)
- **`location`** — City or area to center the search on (e.g. "Madrid"), or coordinates as "latitude,longitude". Pair with Search Radius to cap distance. (default: `[]`)
- **`radiusKm`** — Only return listings within this many kilometers of the location center. Leave empty for no radius limit.
- **`startUrls`** — Paste one or more Wallapop search URLs (from the address bar). Each URL becomes its own search; results are merged and de-duplicated. Replaces the Search/Category/Location fields above. (default: `[]`)
- **`watchSellerIds`** — Track specific sellers: paste one or more seller IDs to list every active listing from each. Use the `sellerId` value from this scraper's own output (run a search first, copy the IDs you want). Replaces the Search/Category/Location fields above; pairs well with Incremental Mode. (default: `[]`)
- **`sortBy`** — Result ordering. (default: `"most_relevance"`)
- **`postedWithin`** — Only keep listings posted within this window. Leave on "Any time" for all ages. (default: `"all"`)
- **`minPrice`** — Only listings at or above this amount (market currency).
- **`maxPrice`** — Only listings priced at or below this amount.
- **`sellerType`** — Filter by who is selling — private vs. professional (cars category). Leave empty for both. (default: `""`)
- ...and 43 more parameters

### Input examples

**Search by keyword** — Enter one or more keywords to scrape matching listings across a Wallapop market.

→ Listing rows with price, photos, location, condition and seller — clean English field names.

```json
{
  "query": [
    "iphone 15"
  ],
  "country": "ES",
  "maxResults": 50
}
````

**Cars by make, model & specs** — Use the cars vertical to filter by make, model, year, mileage, fuel and price band.

→ Vehicle rows with make, model, year, km, fuel, gearbox, body type, doors, seats and eco label.

```json
{
  "category": "cars",
  "carBrand": "BMW",
  "carModel": "Serie 3",
  "minYear": 2018,
  "maxKm": 120000,
  "maxPrice": 20000,
  "country": "ES",
  "includeDetails": true,
  "maxResults": 50
}
```

**Search a city within a radius** — Center the search on any city and cap results to a kilometre radius.

→ Listings near the location, each with a distanceKm field so you can sort by proximity.

```json
{
  "query": [
    "sofa"
  ],
  "country": "ES",
  "location": [
    "Barcelona"
  ],
  "radiusKm": 15,
  "maxResults": 50
}
```

**Car dealer leads** — Target professional sellers and enrich each with shop contact and rating data.

→ Vehicle rows plus seller leads — shop name, phone, website, address, response rate and rating.

```json
{
  "category": "cars",
  "carBrand": "Audi",
  "sellerType": "professional",
  "country": "ES",
  "includeDetails": true,
  "includeSellerProfile": true,
  "maxResults": 50
}
```

**Monitor new listings (incremental)** — Re-run on a schedule with a stable stateKey to emit only new or changed listings.

→ On each run after the first, only records that are new or whose tracked content changed.

```json
{
  "query": [
    "ps5"
  ],
  "country": "ES",
  "maxResults": 100,
  "incrementalMode": true,
  "stateKey": "wallapop-ps5-tracker"
}
```

### Output

Each run produces a dataset of structured listing records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

### Example listing record

```json
{
  "listingId": "a8520679841ec171968be5cd025fef5c308df8f34998dbaf2d2af5f563634935",
  "itemId": "e65qk8ex5p6o",
  "title": "Audi A3 35 TFSI SPORTBACK S-LINE",
  "description": "Audi A3 35 TFSI de 150 cv, con pack S-line, del año 2019 en color blanco con 128.000 km completamente impecable en estado de re-estreno. \nEquipado con multitud de extras entre los que destacamos: \n- P...",
  "categoryId": 100,
  "category": "Coches",
  "categoryPath": "Coches",
  "price": 17900,
  "priceText": "17.900 €",
  "currency": "EUR",
  "url": "https://es.wallapop.com/item/audi-a3-35-tfsi-sportback-s-line-1275843824",
  "portalUrl": "https://es.wallapop.com/item/audi-a3-35-tfsi-sportback-s-line-1275843824",
  "webSlug": "audi-a3-35-tfsi-sportback-s-line-1275843824",
  "imageUrl": "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844476.jpg?pictureSize=W800",
  "imageUrls": [
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844476.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844490.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844616.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844588.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844591.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844595.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844580.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844551.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844537.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844541.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844506.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844557.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844486.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844544.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844500.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844533.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844522.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844570.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844497.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844609.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844611.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844597.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844601.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844615.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844607.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844583.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844529.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579844621.jpg?pictureSize=W800",
    "https://cdn.wallapop.com/images/10420/l3/lr/__/c10420p1275843824/i6579847691.jpg?pictureSize=W800"
  ],
  "imageCount": 29,
  "city": "Oviedo",
  "region": "Principado de Asturias",
  "postalCode": "33005",
  "countryCode": "ES",
  "latitude": 43.363970244938,
  "longitude": -5.86561728542,
  "distanceKm": 373.35,
  "reserved": false,
  "isRefurbished": false,
  "hasWarranty": false,
  "isShippable": false,
  "shippingAllowed": false,
  "isBumped": true,
  "isTopProfileSeller": false,
  "createdAt": "2026-06-25T19:56:17.814Z",
  "modifiedAt": "2026-06-25T19:59:10.628Z",
  "publishedAge": "17m",
  "views": 1,
  "favoritesCount": 0,
  "conversations": 0,
  "carBrand": "Audi",
  "carModel": "A3",
  "carYear": 2019,
  "carVersion": "Sportback 35 TFSI 150 S Line Edition 5p",
  "carKm": 128000,
  "carFuel": "Gasoline",
  "carHorsePower": 150,
  "carGearbox": "Manual",
  "carBodyType": "Small car",
  "carDoors": 5,
  "carSeats": 5,
  "carEcoLabel": "C",
  "sellerId": "qjwy14vor4zo",
  "sellerName": "PRIME GARAGE  SL",
  "sellerType": "professional",
  "sellerIsShop": true,
  "sellerIsVerified": true,
  "sellerRegisteredAt": "2025-02-15T17:59:32.000Z",
  "sellerUrl": "https://www.wallapop.com/user/primegaragesl-463668629",
  "sellerResponseRate": "less_than_three_hours",
  "sellerRatingAverage": 5,
  "sellerScore": 100,
  "sellerEmailVerified": true,
  "sellerPhoneVerified": true,
  "sellerKycVerified": false,
  "shopAddress": "Calle Jose Echegaray 6, 33013, Oviedo, Asturias, Principado de Asturias, ESP",
  "shopPhone": "981960764",
  "shopWebsite": "www.primegarage.es",
  "shopOpeningHours": "Horario de 10:00 h a 14:00 h  de lunes a viernes, solo atendemos con cita previa en nuestras instalaciones.",
  "shopDescription": "En PRIME GARAGE SL  somos apasionados por los coches y comprometidos en ofrecer la mejor experiencia en la compra y venta de vehículos. Con amplia experiencia en el mercado, nos hemos consolidado como...",
  "contentQuality": "full",
  "detailFetched": true,
  "scrapedAt": "2026-06-25T20:13:55.363Z",
  "source": "wallapop.com"
}
```

### Incremental fields

When incremental mode is on, each record also carries:

- `changeType` — one of `NEW`, `UPDATED`, `UNCHANGED`, `REAPPEARED`, `EXPIRED`. Default output covers `NEW` / `UPDATED` / `REAPPEARED`; set `emitUnchanged: true` or `emitExpired: true` to opt into the others.
- `isRepost`, `repostOfId`, `repostDetectedAt` — populated when a new listing matches the tracked content of a previously expired one. Set `skipReposts: true` to drop detected reposts from the output.

### How to scrape Wallapop

1. Go to [Wallapop Scraper](https://apify.com/blackfalcondata/wallapop-scraper?fpr=1h3gvi) in Apify Console.
2. Enter a search keyword and optional location filter.
3. Set `maxResults` to control how many results you need.
4. Enable `includeDetails` if you need full descriptions, contact info.
5. Click **Start** and wait for the run to finish.
6. Export the dataset as JSON, CSV, or Excel.

### Use cases

- Extract listing data from Wallapop for market research and competitive analysis.
- Track pricing trends across regions and categories over time.
- Monitor new and changed vehicles on scheduled runs without processing the full dataset every time.
- Use structured location data for regional analysis, mapping, and geo-targeting.
- Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
- Export clean, structured data to dashboards, spreadsheets, or data warehouses.
- Benchmark seller / dealer reputation using rating fields.

### How much does it cost to scrape Wallapop?

Wallapop Scraper uses [pay-per-event](https://docs.apify.com/platform/actors/paid-actors/pay-per-event) pricing. You pay a small fee when the run starts and then for each result that is actually produced.

- **Run start:** $0.005 per run
- **Per result:** $0.0015 per listing record

Example costs:

- 10 results: **$0.02**
- 25 results: **$0.042**
- 100 results: **$0.15**
- 200 results: **$0.3**
- 500 results: **$0.76**

#### Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of vehicles that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.

Example setup: 200 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

| Churn rate | Full re-scrape run cost | Incremental run cost | Savings vs full re-scrape | Monthly cost after baseline |
|---|---:|---:|---:|---:|
| 5% — stable niche query | $0.30 | $0.02 | $0.28 (93%) | $0.60 |
| 15% — moderate broad query | $0.30 | $0.05 | $0.26 (84%) | $1.50 |
| 30% — high-volume aggregator | $0.30 | $0.10 | $0.21 (69%) | $2.85 |

Full re-scrape monthly cost at daily polling: $9.15. First month with incremental costs $0.89 / $1.75 / $3.06 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

Platform usage (compute and proxies) is billed separately by Apify based on actual consumption. Incremental runs consume less on result processing, though fixed per-run overhead stays the same.

### FAQ

#### How many results can I get from Wallapop?

The number of results depends on the search query and available vehicles on Wallapop. Use the `maxResults` parameter to control how many results are returned per run.

#### Does Wallapop Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed vehicles on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

#### Can I integrate Wallapop Scraper with other apps?

Yes. Wallapop Scraper works with Apify's [integrations](https://apify.com/integrations?fpr=1h3gvi) to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

#### Can I use Wallapop Scraper with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the [Apify API](https://docs.apify.com/api/v2). Client libraries are available for JavaScript, Python, and other languages.

#### Can I use Wallapop Scraper through an MCP Server?

Yes. Apify provides an [MCP Server](https://apify.com/apify/actors-mcp-server?fpr=1h3gvi) that lets AI assistants and agents call this actor directly. Use compact mode, `descriptionMaxLength`, a single `descriptionFormat`, and `excludeEmptyFields` to keep payloads manageable for LLM context windows.

#### Is it legal to scrape Wallapop?

This actor extracts publicly available data from Wallapop. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

#### Your feedback

If you have questions, need a feature, or found a bug, please [open an issue](https://apify.com/blackfalcondata/wallapop-scraper/issues?fpr=1h3gvi) on the actor's page in Apify Console. Your feedback helps us improve.

### You might also like

- [🚗 mobile.de \[$1/1K💰\] Fast Scraper · Finance · Dealer GPS](https://apify.com/blackfalcondata/mobile-de-scraper?fpr=1h3gvi) — Scrape mobile.de — Germany's largest car marketplace (1.4M+ listings) at $1 / 1,000 results. Full.
- [AutoScout24 Scraper — European Car Listings with Dealer Data](https://apify.com/blackfalcondata/autoscout24-scraper?fpr=1h3gvi) — Scrape autoscout24.com — Europe's largest used-car marketplace with 770K+ listings across 8.
- [Autotrader AU \[$0.9💰\] Car & Caravan Scraper 🇦🇺](https://apify.com/blackfalcondata/autotrader-au-scraper?fpr=1h3gvi) — Scrape autotrader.com.au car & caravan listings — advertised + previous price with a computed.
- [Autotrader Canada Scraper — Car & Truck Listings + Dealers](https://apify.com/blackfalcondata/autotrader-ca-scraper?fpr=1h3gvi) — Scrape autotrader.ca — Canada's largest car marketplace. Get structured make/model/year/price.
- [Autotrader UK \[$0.75💰/1K\] - Car Scraper, Full Detail](https://apify.com/blackfalcondata/autotrader-uk-scraper?fpr=1h3gvi) — Scrape UK car listings from Auto Trader by make, model, price, year, mileage, fuel, and body type..
- [Bilbasen Scraper - Denmark’s Car Marketplace](https://apify.com/blackfalcondata/bilbasen-scraper?fpr=1h3gvi) — Scrape bilbasen.dk, Denmark’s largest car marketplace, with full vehicle specs, seller contacts,.
- [Coches.net Scraper — Used Cars, Vans & Motorbikes in Spain](https://apify.com/blackfalcondata/coches-scraper?fpr=1h3gvi) — Coches.net Scraper — scrape car, van, motorhome, classic & motorcycle listings from Spain's largest.
- [DBA Scraper - Denmark’s Largest Marketplace](https://apify.com/blackfalcondata/dba-listings-scraper?fpr=1h3gvi) — Scrape dba.dk — Denmark's largest classifieds platform. Covers both marketplace and vehicle.

### Getting started with Apify

New to Apify? [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=1h3gvi\&fp_sid=ctarich) — no credit card required.

1. Sign up — $5 platform credit included
2. Open this actor and configure your input
3. Click **Start** — export results as JSON, CSV, or Excel

Need more later? [See Apify pricing](https://apify.com/pricing?fpr=1h3gvi).

# Actor input Schema

## `query` (type: `array`):

What to search for, e.g. "iphone 14" or "bmw serie 3". Add several terms to run them all. Leave empty to browse a whole category instead.

## `category` (type: `string`):

Restrict results to one category. Pick "Cars" to unlock the car-specific filters below. Combine with a search term, or use a category alone to browse.

## `country` (type: `string`):

Which Wallapop market to search.

## `location` (type: `array`):

City or area to center the search on (e.g. "Madrid"), or coordinates as "latitude,longitude". Pair with Search Radius to cap distance.

## `radiusKm` (type: `integer`):

Only return listings within this many kilometers of the location center. Leave empty for no radius limit.

## `startUrls` (type: `array`):

Paste one or more Wallapop search URLs (from the address bar). Each URL becomes its own search; results are merged and de-duplicated. Replaces the Search/Category/Location fields above.

## `watchSellerIds` (type: `array`):

Track specific sellers: paste one or more seller IDs to list every active listing from each. Use the `sellerId` value from this scraper's own output (run a search first, copy the IDs you want). Replaces the Search/Category/Location fields above; pairs well with Incremental Mode.

## `sortBy` (type: `string`):

Result ordering.

## `postedWithin` (type: `string`):

Only keep listings posted within this window. Leave on "Any time" for all ages.

## `minPrice` (type: `integer`):

Only listings at or above this amount (market currency).

## `maxPrice` (type: `integer`):

Only listings priced at or below this amount.

## `sellerType` (type: `string`):

Filter by who is selling — private vs. professional (cars category). Leave empty for both.

## `condition` (type: `string`):

Filter non-car listings by item condition. Leave empty for any condition. (Does not apply to the cars category.)

## `carBrand` (type: `string`):

Car make, e.g. "BMW", "Audi", "Volkswagen". Cars category only.

## `carModel` (type: `string`):

Car model, e.g. "Serie 3", "A4", "Golf". Works best together with Make.

## `minYear` (type: `integer`):

Oldest registration year to include.

## `maxYear` (type: `integer`):

Newest registration year to include.

## `minKm` (type: `integer`):

Lowest mileage to include.

## `maxKm` (type: `integer`):

Highest mileage to include.

## `minHorsePower` (type: `integer`):

Lowest engine power (HP) to include.

## `maxHorsePower` (type: `integer`):

Highest engine power (HP) to include.

## `minSeats` (type: `integer`):

Minimum number of seats.

## `maxSeats` (type: `integer`):

Maximum number of seats.

## `minDoors` (type: `integer`):

Minimum number of doors.

## `maxDoors` (type: `integer`):

Maximum number of doors.

## `carFuel` (type: `string`):

Engine / fuel type.

## `carGearbox` (type: `string`):

Transmission type.

## `carBodyType` (type: `string`):

Vehicle body style.

## `carColor` (type: `string`):

Exterior color.

## `carHasWarranty` (type: `boolean`):

Only show cars that are offered with a warranty.

## `maxResults` (type: `integer`):

Maximum total listings to return across all searches. Set 0 to collect as many as possible — a single run is bounded to a few thousand listings to stay within memory, so 0 is not strictly unlimited. Runs requesting up to 2000 results use 256 MB of memory; larger runs automatically scale to 512 MB.

## `includeDetails` (type: `boolean`):

Open each listing to add description, engagement counts (views, favorites, chats) and full car specs (gearbox, body type, doors, seats, eco label). Slightly slower but far richer.

## `includeSellerProfile` (type: `boolean`):

Add seller details: private vs professional, ratings, verifications, and — for professional shops — address, phone, website and opening hours. Ideal for lead generation. Adds extra requests per seller.

## `descriptionMaxLength` (type: `integer`):

Truncate each description to this many characters. 0 = no truncation.

## `descriptionFormat` (type: `string`):

Pick a single description representation. `all` keeps every variant; `text` / `html` / `markdown` drop the others.

## `excludeEmptyFields` (type: `boolean`):

Drop null, empty-string and empty-array fields from each record before output. Smaller payloads for AI agents and dashboards.

## `compact` (type: `boolean`):

Return only core fields (id, title, price, location, URL, seller type, timestamps). Best for AI-agent / MCP workflows.

## `incrementalMode` (type: `boolean`):

Compare against the previous run and classify each listing as NEW, UPDATED, UNCHANGED or EXPIRED. State Key is optional — it defaults to a stable key derived from your search inputs so different filter sets never share state.

## `stateKey` (type: `string`):

Optional. Stable identifier for the tracked search. Leave empty to auto-generate from your search inputs.

## `emitUnchanged` (type: `boolean`):

When Incremental Mode is on, also output listings that did not change since the last run (by default only NEW / UPDATED are emitted).

## `emitExpired` (type: `boolean`):

When Incremental Mode is on, also output listings that disappeared since the last run, marked as EXPIRED.

## `skipReposts` (type: `boolean`):

When Incremental Mode is on, skip listings whose content matches an expired listing from a prior run (cross-run duplicate detection).

## `telegramToken` (type: `string`):

Telegram bot token (from @BotFather). Required for Telegram notifications.

## `telegramChatId` (type: `string`):

Telegram chat or channel ID (e.g. "-100123456789"). Required when telegramToken is set.

## `discordWebhookUrl` (type: `string`):

Discord incoming webhook URL. Server Settings → Integrations → Webhooks → New Webhook.

## `slackWebhookUrl` (type: `string`):

Slack incoming webhook URL. api.slack.com/messaging/webhooks.

## `whatsappAccessToken` (type: `string`):

WhatsApp Cloud API permanent access token (System User token from Meta Business). Recipient must have messaged the business number within the last 24h.

## `whatsappPhoneNumberId` (type: `string`):

Your WhatsApp Business phone-number ID (numeric, from Meta dashboard). Required when whatsappAccessToken is set.

## `whatsappTo` (type: `string`):

Recipient phone in E.164 format without + (e.g. "34661234567"). Recipient must have messaged your business number within the last 24h.

## `webhookUrl` (type: `string`):

Receives a JSON POST with {metadata, items} after each run. Universal escape hatch for n8n / Make / Zapier / custom backends.

## `webhookHeaders` (type: `object`):

Optional JSON object of custom headers (e.g. {"Authorization":"Bearer ..."}).

## `notificationLimit` (type: `integer`):

Maximum number of listings included in each notification message (1–20).

## `notifyOnlyChanges` (type: `boolean`):

When Incremental Mode is on, only send notifications for NEW and UPDATED listings. Has no effect outside incremental mode.

## `appConnector` (type: `string`):

Optional. Pick a connected app under Settings → API & Integrations to receive your results (including any contact details). Best-effort across MCP connectors as Apify expands its catalog.

## `mcpIssueTeam` (type: `string`):

Only when the connected app is an issue tracker: the team (name or ID) the summary issue is created under, if that app requires one.

## Actor input object example

```json
{
  "query": [
    "iphone"
  ],
  "category": "",
  "country": "ES",
  "location": [],
  "startUrls": [],
  "watchSellerIds": [],
  "sortBy": "most_relevance",
  "postedWithin": "all",
  "sellerType": "",
  "condition": "",
  "carHasWarranty": false,
  "maxResults": 5,
  "includeDetails": true,
  "includeSellerProfile": false,
  "descriptionMaxLength": 0,
  "descriptionFormat": "all",
  "excludeEmptyFields": false,
  "compact": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# 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 = {
    "query": [
        "iphone"
    ],
    "maxResults": 5,
    "includeDetails": false
};

// Run the Actor and wait for it to finish
const run = await client.actor("blackfalcondata/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 = {
    "query": ["iphone"],
    "maxResults": 5,
    "includeDetails": False,
}

# Run the Actor and wait for it to finish
run = client.actor("blackfalcondata/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 '{
  "query": [
    "iphone"
  ],
  "maxResults": 5,
  "includeDetails": false
}' |
apify call blackfalcondata/wallapop-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Wallapop Scraper — Listings, Cars & Seller Data",
        "description": "Scrape Wallapop marketplace listings with clean English fields — prices, images, location, and seller details. Cars mode with full make/model/year/fuel specs, geo-radius search, and incremental monitoring with notifications.",
        "version": "0.1",
        "x-build-id": "VhiSi8eZC1hmdCTbS"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/blackfalcondata~wallapop-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-blackfalcondata-wallapop-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/blackfalcondata~wallapop-scraper/runs": {
            "post": {
                "operationId": "runs-sync-blackfalcondata-wallapop-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/blackfalcondata~wallapop-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-blackfalcondata-wallapop-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "title": "🔍 Search Term(s)",
                        "type": "array",
                        "description": "What to search for, e.g. \"iphone 14\" or \"bmw serie 3\". Add several terms to run them all. Leave empty to browse a whole category instead.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "category": {
                        "title": "🗂️ Category",
                        "enum": [
                            "",
                            "cars",
                            "motorbikes",
                            "motor-accessories",
                            "fashion",
                            "real-estate",
                            "tech",
                            "sports-leisure",
                            "bicycles",
                            "home-garden",
                            "appliances",
                            "movies-books-music",
                            "kids-baby",
                            "collectibles",
                            "construction",
                            "industry-agriculture",
                            "jobs",
                            "services",
                            "other"
                        ],
                        "type": "string",
                        "description": "Restrict results to one category. Pick \"Cars\" to unlock the car-specific filters below. Combine with a search term, or use a category alone to browse.",
                        "default": ""
                    },
                    "country": {
                        "title": "🌍 Country",
                        "enum": [
                            "ES",
                            "IT",
                            "PT",
                            "FR",
                            "UK"
                        ],
                        "type": "string",
                        "description": "Which Wallapop market to search.",
                        "default": "ES"
                    },
                    "location": {
                        "title": "📍 Location",
                        "type": "array",
                        "description": "City or area to center the search on (e.g. \"Madrid\"), or coordinates as \"latitude,longitude\". Pair with Search Radius to cap distance.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "radiusKm": {
                        "title": "📏 Search Radius (km)",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Only return listings within this many kilometers of the location center. Leave empty for no radius limit."
                    },
                    "startUrls": {
                        "title": "🔗 Search URLs",
                        "type": "array",
                        "description": "Paste one or more Wallapop search URLs (from the address bar). Each URL becomes its own search; results are merged and de-duplicated. Replaces the Search/Category/Location fields above.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "watchSellerIds": {
                        "title": "👤 Watch Sellers",
                        "type": "array",
                        "description": "Track specific sellers: paste one or more seller IDs to list every active listing from each. Use the `sellerId` value from this scraper's own output (run a search first, copy the IDs you want). Replaces the Search/Category/Location fields above; pairs well with Incremental Mode.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "sortBy": {
                        "title": "↕️ Sort By",
                        "enum": [
                            "most_relevance",
                            "newest",
                            "price_low_to_high",
                            "price_high_to_low"
                        ],
                        "type": "string",
                        "description": "Result ordering.",
                        "default": "most_relevance"
                    },
                    "postedWithin": {
                        "title": "🕒 Posted Within",
                        "enum": [
                            "all",
                            "today",
                            "week",
                            "month"
                        ],
                        "type": "string",
                        "description": "Only keep listings posted within this window. Leave on \"Any time\" for all ages.",
                        "default": "all"
                    },
                    "minPrice": {
                        "title": "💶 Min Price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only listings at or above this amount (market currency)."
                    },
                    "maxPrice": {
                        "title": "💶 Max Price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only listings priced at or below this amount."
                    },
                    "sellerType": {
                        "title": "👤 Seller Type",
                        "enum": [
                            "",
                            "private",
                            "professional"
                        ],
                        "type": "string",
                        "description": "Filter by who is selling — private vs. professional (cars category). Leave empty for both.",
                        "default": ""
                    },
                    "condition": {
                        "title": "✨ Item Condition",
                        "enum": [
                            "",
                            "new",
                            "as_good_as_new",
                            "good",
                            "fair",
                            "has_given_it_all"
                        ],
                        "type": "string",
                        "description": "Filter non-car listings by item condition. Leave empty for any condition. (Does not apply to the cars category.)",
                        "default": ""
                    },
                    "carBrand": {
                        "title": "🚗 Make",
                        "type": "string",
                        "description": "Car make, e.g. \"BMW\", \"Audi\", \"Volkswagen\". Cars category only."
                    },
                    "carModel": {
                        "title": "🚙 Model",
                        "type": "string",
                        "description": "Car model, e.g. \"Serie 3\", \"A4\", \"Golf\". Works best together with Make."
                    },
                    "minYear": {
                        "title": "📅 Min Year",
                        "minimum": 1900,
                        "type": "integer",
                        "description": "Oldest registration year to include."
                    },
                    "maxYear": {
                        "title": "📅 Max Year",
                        "minimum": 1900,
                        "type": "integer",
                        "description": "Newest registration year to include."
                    },
                    "minKm": {
                        "title": "🛣️ Min Mileage (km)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Lowest mileage to include."
                    },
                    "maxKm": {
                        "title": "🛣️ Max Mileage (km)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Highest mileage to include."
                    },
                    "minHorsePower": {
                        "title": "🐎 Min Horsepower",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Lowest engine power (HP) to include."
                    },
                    "maxHorsePower": {
                        "title": "🐎 Max Horsepower",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Highest engine power (HP) to include."
                    },
                    "minSeats": {
                        "title": "💺 Min Seats",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Minimum number of seats."
                    },
                    "maxSeats": {
                        "title": "💺 Max Seats",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of seats."
                    },
                    "minDoors": {
                        "title": "🚪 Min Doors",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Minimum number of doors."
                    },
                    "maxDoors": {
                        "title": "🚪 Max Doors",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of doors."
                    },
                    "carFuel": {
                        "title": "⛽ Fuel Type",
                        "enum": [
                            "gasoline",
                            "gasoil",
                            "electric-hybrid",
                            "hybride",
                            "hybride_plugin",
                            "lpg",
                            "cng",
                            "others"
                        ],
                        "type": "string",
                        "description": "Engine / fuel type."
                    },
                    "carGearbox": {
                        "title": "⚙️ Gearbox",
                        "enum": [
                            "manual",
                            "automatic",
                            "semiautomatic"
                        ],
                        "type": "string",
                        "description": "Transmission type."
                    },
                    "carBodyType": {
                        "title": "🚐 Body Type",
                        "enum": [
                            "small_car",
                            "coupe_cabrio",
                            "sedan",
                            "family_car",
                            "mini_van",
                            "4X4",
                            "van",
                            "convertible_car",
                            "pickup_car",
                            "others"
                        ],
                        "type": "string",
                        "description": "Vehicle body style."
                    },
                    "carColor": {
                        "title": "🎨 Color",
                        "enum": [
                            "beige",
                            "black",
                            "blue",
                            "brown",
                            "gold",
                            "gray",
                            "green",
                            "maroon",
                            "orange",
                            "pink",
                            "purple",
                            "red",
                            "silver",
                            "violet",
                            "white",
                            "yellow",
                            "other"
                        ],
                        "type": "string",
                        "description": "Exterior color."
                    },
                    "carHasWarranty": {
                        "title": "🛡️ Warranty Only",
                        "type": "boolean",
                        "description": "Only show cars that are offered with a warranty.",
                        "default": false
                    },
                    "maxResults": {
                        "title": "💯 Max Results",
                        "minimum": 0,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum total listings to return across all searches. Set 0 to collect as many as possible — a single run is bounded to a few thousand listings to stay within memory, so 0 is not strictly unlimited. Runs requesting up to 2000 results use 256 MB of memory; larger runs automatically scale to 512 MB.",
                        "default": 50
                    },
                    "includeDetails": {
                        "title": "📋 Include Full Details",
                        "type": "boolean",
                        "description": "Open each listing to add description, engagement counts (views, favorites, chats) and full car specs (gearbox, body type, doors, seats, eco label). Slightly slower but far richer.",
                        "default": true
                    },
                    "includeSellerProfile": {
                        "title": "🏪 Include Seller & Shop Data",
                        "type": "boolean",
                        "description": "Add seller details: private vs professional, ratings, verifications, and — for professional shops — address, phone, website and opening hours. Ideal for lead generation. Adds extra requests per seller.",
                        "default": false
                    },
                    "descriptionMaxLength": {
                        "title": "✂️ Description Max Length",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Truncate each description to this many characters. 0 = no truncation.",
                        "default": 0
                    },
                    "descriptionFormat": {
                        "title": "📝 Description Format",
                        "enum": [
                            "all",
                            "text",
                            "html",
                            "markdown"
                        ],
                        "type": "string",
                        "description": "Pick a single description representation. `all` keeps every variant; `text` / `html` / `markdown` drop the others.",
                        "default": "all"
                    },
                    "excludeEmptyFields": {
                        "title": "🧹 Exclude Empty Fields",
                        "type": "boolean",
                        "description": "Drop null, empty-string and empty-array fields from each record before output. Smaller payloads for AI agents and dashboards.",
                        "default": false
                    },
                    "compact": {
                        "title": "📦 Compact Output",
                        "type": "boolean",
                        "description": "Return only core fields (id, title, price, location, URL, seller type, timestamps). Best for AI-agent / MCP workflows.",
                        "default": false
                    },
                    "incrementalMode": {
                        "title": "♻️ Incremental Mode",
                        "type": "boolean",
                        "description": "Compare against the previous run and classify each listing as NEW, UPDATED, UNCHANGED or EXPIRED. State Key is optional — it defaults to a stable key derived from your search inputs so different filter sets never share state.",
                        "default": false
                    },
                    "stateKey": {
                        "title": "🔑 State Key",
                        "type": "string",
                        "description": "Optional. Stable identifier for the tracked search. Leave empty to auto-generate from your search inputs."
                    },
                    "emitUnchanged": {
                        "title": "➡️ Emit Unchanged",
                        "type": "boolean",
                        "description": "When Incremental Mode is on, also output listings that did not change since the last run (by default only NEW / UPDATED are emitted).",
                        "default": false
                    },
                    "emitExpired": {
                        "title": "⏏️ Emit Expired",
                        "type": "boolean",
                        "description": "When Incremental Mode is on, also output listings that disappeared since the last run, marked as EXPIRED.",
                        "default": false
                    },
                    "skipReposts": {
                        "title": "🚫 Skip Reposts",
                        "type": "boolean",
                        "description": "When Incremental Mode is on, skip listings whose content matches an expired listing from a prior run (cross-run duplicate detection).",
                        "default": false
                    },
                    "telegramToken": {
                        "title": "🔑 Telegram Bot Token",
                        "type": "string",
                        "description": "Telegram bot token (from @BotFather). Required for Telegram notifications."
                    },
                    "telegramChatId": {
                        "title": "💬 Telegram Chat ID",
                        "type": "string",
                        "description": "Telegram chat or channel ID (e.g. \"-100123456789\"). Required when telegramToken is set."
                    },
                    "discordWebhookUrl": {
                        "title": "🎮 Discord Webhook URL",
                        "type": "string",
                        "description": "Discord incoming webhook URL. Server Settings → Integrations → Webhooks → New Webhook."
                    },
                    "slackWebhookUrl": {
                        "title": "💼 Slack Webhook URL",
                        "type": "string",
                        "description": "Slack incoming webhook URL. api.slack.com/messaging/webhooks."
                    },
                    "whatsappAccessToken": {
                        "title": "📱 WhatsApp Access Token",
                        "type": "string",
                        "description": "WhatsApp Cloud API permanent access token (System User token from Meta Business). Recipient must have messaged the business number within the last 24h."
                    },
                    "whatsappPhoneNumberId": {
                        "title": "📞 WhatsApp Phone Number ID",
                        "type": "string",
                        "description": "Your WhatsApp Business phone-number ID (numeric, from Meta dashboard). Required when whatsappAccessToken is set."
                    },
                    "whatsappTo": {
                        "title": "📲 WhatsApp Recipient",
                        "type": "string",
                        "description": "Recipient phone in E.164 format without + (e.g. \"34661234567\"). Recipient must have messaged your business number within the last 24h."
                    },
                    "webhookUrl": {
                        "title": "🪝 Generic Webhook URL",
                        "type": "string",
                        "description": "Receives a JSON POST with {metadata, items} after each run. Universal escape hatch for n8n / Make / Zapier / custom backends."
                    },
                    "webhookHeaders": {
                        "title": "📋 Webhook Headers",
                        "type": "object",
                        "description": "Optional JSON object of custom headers (e.g. {\"Authorization\":\"Bearer ...\"})."
                    },
                    "notificationLimit": {
                        "title": "📊 Max Listings Per Notification",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Maximum number of listings included in each notification message (1–20).",
                        "default": 5
                    },
                    "notifyOnlyChanges": {
                        "title": "🔄 Notify Only New/Updated",
                        "type": "boolean",
                        "description": "When Incremental Mode is on, only send notifications for NEW and UPDATED listings. Has no effect outside incremental mode.",
                        "default": false
                    },
                    "appConnector": {
                        "title": "Send results to a connected app",
                        "type": "string",
                        "description": "Optional. Pick a connected app under Settings → API & Integrations to receive your results (including any contact details). Best-effort across MCP connectors as Apify expands its catalog."
                    },
                    "mcpIssueTeam": {
                        "title": "Issue tracker team",
                        "type": "string",
                        "description": "Only when the connected app is an issue tracker: the team (name or ID) the summary issue is created under, if that app requires one."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
