Wallapop Scraper
Pricing
from $0.70 / 1,000 results
Wallapop Scraper
Extract listings from Wallapop across Spain, Italy, Portugal, UK, and France. Fast, no browser required.
Pricing
from $0.70 / 1,000 results
Rating
0.0
(0)
Developer
Aurenic
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Extract listings from Wallapop across Spain, Italy, Portugal, UK, and France. Get titles, prices, locations, seller info, images, and direct URLs.
What does Wallapop Scraper do?
Scrape listing data from any Wallapop marketplace. Paste any search URL and get structured data ready for price monitoring, market research, arbitrage pipelines, or real estate analysis.
Uses Wallapop's internal API directly — no browser, no Playwright, no overhead. Fast and cheap.
Output fields
| Field | Description |
|---|---|
| id | Wallapop item ID |
| title | Listing headline |
| description | Full listing description (up to 2000 chars) |
| price | Price amount |
| currency | Currency code (EUR, GBP) |
| categoryId | Wallapop category ID |
| condition | Item condition |
| brand / model | Product brand and model |
| images | Array of image URLs |
| location | City, region, postal code, coordinates |
| sellerId | Seller's numeric ID |
| sellerType | private or professional |
| isShippable | Whether shipping is available |
| isReserved | Whether listing is reserved |
| favouriteCount | Number of favourites |
| viewCount | Number of views |
| url | Direct listing URL |
| createdAt / modifiedAt | Timestamps |
| scrapedAt | ISO timestamp |
Who is it for?
- Resellers tracking second-hand prices across 5 countries
- Arbitrage hunters spotting price gaps between markets
- Car dealers monitoring Spanish/Italian car inventory
- Market researchers analyzing Southern European trends
- AI pipelines building product datasets
Pricing
$0.0007 per result ($0.70 per 1,000 results). No subscription.
| Results | Cost |
|---|---|
| 100 | $0.07 |
| 1,000 | $0.70 |
| 10,000 | $7.00 |
How to use it
- Open any Wallapop marketplace (es., it., pt., uk., or fr.wallapop.com).
- Apply any filters you want (category, price range, location).
- Copy the URL from your browser.
- Paste it into Wallapop Search URLs in Apify Console.
- Set Max Items (default 200).
- Click Start.
Supported marketplaces
| Country | Domain |
|---|---|
| Spain | es.wallapop.com |
| Italy | it.wallapop.com |
| Portugal | pt.wallapop.com |
| UK | uk.wallapop.com |
| France | fr.wallapop.com |
Output example
{"id": "nz081or1376o","title": "Ford Mustang 2016","description": "Coche en perfecto estado edición limitada...","price": 28900,"currency": "EUR","categoryId": "100","condition": "good","brand": "Ford","model": "Mustang","images": ["https://cdn.wallapop.com/images/..."],"imageCount": 5,"location": {"city": "Madrid","region": "Comunidad de Madrid","postalCode": "28050","countryCode": "ES","latitude": 40.50199286892283,"longitude": -3.6699133587138495},"sellerId": "12345678","sellerType": "private","isShippable": false,"isReserved": false,"favouriteCount": 12,"viewCount": 202,"url": "https://es.wallapop.com/item/ford-mustang-2016-121111","createdAt": "2026-04-24T09:10:17.000Z","modifiedAt": "2026-04-24T09:10:17.000Z","scrapedAt": "2026-09-17T10:00:00.000Z"}
Technical details
- Uses Wallapop's internal two-step API flow —
/api/v3/search/componentsto discover query parameters, then/api/v3/search/sectionfor listings - Chrome-realistic headers with
deviceos,x-appversion,x-deviceid, andmpidmatching the Wallapop mobile app - Spanish residential proxies pre-configured
- Automatic pagination via the
next_pagetoken returned by the API - Rate-limited with 800ms–1.6s jittered delays between pages
Known limits
- Single-currency per run. Currency is set per marketplace (EUR for ES/IT/PT/FR, GBP for UK).
- Location defaults to Madrid (40.4165, -3.70256) unless overridden via the search URL.
- Location radius filtering requires a
distance_in_kmparameter in the start URL.
FAQ
Do I need to configure proxies? No. Spanish residential proxies are pre-configured.
Can I scrape all 5 Wallapop marketplaces in one run? Yes — add URLs from es., it., pt., uk., and fr.wallapop.com to Start URLs.
Does this include seller contact details? No. Only public seller ID and type (private/professional).
Does this include sold listings? No — only live listings. Sold items are not exposed by the API.
How do I export data? After a run, go to Storage → Export as JSON, CSV, Excel, or XML.
Support
Open an issue on the Actor's page for bugs or feature requests.