Wallapop.com product search
Pricing
from $10.00 / 1,000 search page scraped (up to 40 items)s
Pricing
from $10.00 / 1,000 search page scraped (up to 40 items)s
Rating
0.0
(0)
Developer
Dennis
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
7 days ago
Last modified
Categories
Share
Wallapop Search Scraper
Scrapes search results from Wallapop using their internal API. No browser required — fast, lightweight, and easy to configure.
Supports Spain, Portugal, UK, France, and Italy listings. Returns structured item data including price, location, images, and direct item URLs.
Features
- Searches Wallapop by keyword, price range, and location
- Paginates automatically through results (up to 50 pages)
- Adds human-readable
created_at,modified_at, andscraped_attimestamps - Adds a direct
item_urllink for each listing - Preset city locations for quick setup
- Configurable result limit
Input
| Field | Type | Description | Default |
|---|---|---|---|
keywords | string | Search query | iphone 5c |
minPrice | integer | Minimum price in EUR (0 = no minimum) | 0 |
maxPrice | integer | Maximum price in EUR (0 = no maximum) | 200 |
city | select | Preset city location (overrides location) | — |
location | string | Custom coordinates as latitude, longitude | 40.4165, -3.70256 |
orderBy | select | Sort order | newest |
maxResults | integer | Max items to collect (0 = unlimited) | 30 |
Order By options
newest— most recently listedclosest— nearest to the search locationmost_relevance— best keyword matchprice_low_to_highprice_high_to_low
City presets
Includes the 4 largest cities from Spain, Portugal, UK, France, and Italy:
| City | Country |
|---|---|
| Madrid | Spain |
| Barcelona | Spain |
| Valencia | Spain |
| Seville | Spain |
| Zaragoza | Spain |
| Lisbon | Portugal |
| Porto | Portugal |
| Braga | Portugal |
| London | UK |
| Birmingham | UK |
| Manchester | UK |
| Glasgow | UK |
| Paris | France |
| Marseille | France |
| Lyon | France |
| Toulouse | France |
| Rome | Italy |
| Milan | Italy |
| Naples | Italy |
| Turin | Italy |
Select Custom (use Location field) to enter your own coordinates.
Getting coordinates
The location field accepts coordinates in latitude, longitude format, for example:
40.42119938031212, -3.6949881171162775
The easiest way to get coordinates for any place is directly from Google Maps:
- Open Google Maps
- Navigate to the location you want to search near
- Right-click on the map
- The coordinates appear at the top of the context menu — click them to copy
Paste the copied value directly into the location field.
Output
Each item in the dataset contains the full Wallapop listing data plus these added fields:
| Field | Description |
|---|---|
item_url | Direct link to the listing on wallapop.com |
created_at | ISO 8601 timestamp of when the listing was created |
modified_at | ISO 8601 timestamp of the last modification |
scraped_at | ISO 8601 timestamp of when the item was scraped |
Example output item
{"id": "ejkmwwwep9zx","title": "iPhone 5c 16GB Blue","price": { "amount": 25, "currency": "EUR" },"location": { "city": "Madrid", "country_code": "es" },"item_url": "https://es.wallapop.com/item/iphone-5c-16gb-blue-1234567","created_at": "2025-04-29T14:33:09.580Z","modified_at": "2025-04-29T14:33:24.851Z","scraped_at": "2025-04-29T15:00:00.000Z"}