Wallapop.com product search avatar

Wallapop.com product search

Pricing

from $10.00 / 1,000 search page scraped (up to 40 items)s

Go to Apify Store
Wallapop.com product search

Wallapop.com product search

Extracting products from wallapop.com search

Pricing

from $10.00 / 1,000 search page scraped (up to 40 items)s

Rating

0.0

(0)

Developer

Dennis

Dennis

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

7 days ago

Last modified

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, and scraped_at timestamps
  • Adds a direct item_url link for each listing
  • Preset city locations for quick setup
  • Configurable result limit

Input

FieldTypeDescriptionDefault
keywordsstringSearch queryiphone 5c
minPriceintegerMinimum price in EUR (0 = no minimum)0
maxPriceintegerMaximum price in EUR (0 = no maximum)200
cityselectPreset city location (overrides location)
locationstringCustom coordinates as latitude, longitude40.4165, -3.70256
orderByselectSort ordernewest
maxResultsintegerMax items to collect (0 = unlimited)30

Order By options

  • newest — most recently listed
  • closest — nearest to the search location
  • most_relevance — best keyword match
  • price_low_to_high
  • price_high_to_low

City presets

Includes the 4 largest cities from Spain, Portugal, UK, France, and Italy:

CityCountry
MadridSpain
BarcelonaSpain
ValenciaSpain
SevilleSpain
ZaragozaSpain
LisbonPortugal
PortoPortugal
BragaPortugal
LondonUK
BirminghamUK
ManchesterUK
GlasgowUK
ParisFrance
MarseilleFrance
LyonFrance
ToulouseFrance
RomeItaly
MilanItaly
NaplesItaly
TurinItaly

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:

  1. Open Google Maps
  2. Navigate to the location you want to search near
  3. Right-click on the map
  4. 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:

FieldDescription
item_urlDirect link to the listing on wallapop.com
created_atISO 8601 timestamp of when the listing was created
modified_atISO 8601 timestamp of the last modification
scraped_atISO 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"
}