Wallapop Scraper avatar

Wallapop Scraper

Pricing

from $0.70 / 1,000 results

Go to Apify Store
Wallapop Scraper

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

Aurenic

Maintained by Community

Actor 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

FieldDescription
idWallapop item ID
titleListing headline
descriptionFull listing description (up to 2000 chars)
pricePrice amount
currencyCurrency code (EUR, GBP)
categoryIdWallapop category ID
conditionItem condition
brand / modelProduct brand and model
imagesArray of image URLs
locationCity, region, postal code, coordinates
sellerIdSeller's numeric ID
sellerTypeprivate or professional
isShippableWhether shipping is available
isReservedWhether listing is reserved
favouriteCountNumber of favourites
viewCountNumber of views
urlDirect listing URL
createdAt / modifiedAtTimestamps
scrapedAtISO 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.

ResultsCost
100$0.07
1,000$0.70
10,000$7.00

How to use it

  1. Open any Wallapop marketplace (es., it., pt., uk., or fr.wallapop.com).
  2. Apply any filters you want (category, price range, location).
  3. Copy the URL from your browser.
  4. Paste it into Wallapop Search URLs in Apify Console.
  5. Set Max Items (default 200).
  6. Click Start.

Supported marketplaces

CountryDomain
Spaines.wallapop.com
Italyit.wallapop.com
Portugalpt.wallapop.com
UKuk.wallapop.com
Francefr.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/components to discover query parameters, then /api/v3/search/section for listings
  • Chrome-realistic headers with deviceos, x-appversion, x-deviceid, and mpid matching the Wallapop mobile app
  • Spanish residential proxies pre-configured
  • Automatic pagination via the next_page token 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_km parameter 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.