Wallapop product data API
The ShopAPIS Wallapop product data API returns asking price, item condition, brand, category, seller rating, location and image URLs for any Wallapop listing — as clean JSON. Wallapop is Spain’s leading second-hand C2C resale platform and a top-five Spanish e-commerce property by traffic, making it the richest source of used-goods and resale-pricing data in the Spanish market — a signal you will not find on Amazon.es or El Corte Inglés.
Wallapop is app-first and proximity-based, surfacing fashion, electronics, furniture, vehicles and collectibles from private sellers and an increasing layer of professional resellers. Because asking prices are set listing-by-listing and tied to seller reputation, the aggregate is a live read on Spanish resale demand — but its endpoints are unofficial and protected.
Why Wallapop data is hard to get
Wallapop runs an app-first architecture with unofficial REST endpoints and bot-scoring, so there is no documented public catalog API, putting parse difficulty in the medium band. Listings are user-generated and free-text, web visibility understates true volume (the app carries most traffic), and high-rate access triggers throttling. ShopAPIS maintains the request infrastructure and normalizes each listing — price, condition, brand and seller rating — into flat JSON.
Data fields returned
- Identifiers — Wallapop item ID, category ID, listing URL.
- Pricing — asking price, currency (EUR), reserved/sold/negotiable flags.
- Condition — nuevo, como nuevo, en buen estado, regular (condition grades).
- Seller — private vs professional, seller rating, review count, sales count.
- Brand & attributes — brand, model, size, color (where specified).
- Location — region, city, approximate distance radius.
- Listing meta — posting date, favorites/views count, “bump” promotion flag.
- Media — image gallery URLs, listing title and description.
Sample response
{
"platform": "wallapop",
"marketplace": "wallapop.com",
"item_id": "w-1093847261",
"title": "Zapatillas Nike Air Force 1 - Talla 42 - Como nuevas",
"category_path": ["Moda y accesorios", "Calzado", "Zapatillas"],
"price": { "amount": 55.00, "currency": "EUR", "negotiable": true },
"condition": "como_nuevo",
"brand": "Nike",
"attributes": { "size": "42", "color": "Blanco" },
"seller": { "type": "private", "rating": 4.7, "reviews": 38, "sales": 51 },
"location": { "region": "Comunidad de Madrid", "city": "Madrid" },
"posted_at": "2026-06-04T10:05:00Z",
"favorites": 14,
"images": ["https://cdn.wallapop.com/images/af1-talla42.jpg"],
"scraped_at": "2026-06-05T11:54:00Z"
}Markets & domains covered
- Spain — wallapop.com (EUR), the core and largest market.
- Italy / Portugal — limited international presence on the same stack.
A single parser covers Wallapop’s primary Spanish surface and its lighter international instances.
Use cases
- Resale price discovery — track real asking prices for second-hand fashion, sneakers and electronics across Spanish regions. Feeds price monitoring.
- Brand resale monitoring — watch how a brand’s products trade second-hand. See review analytics.
- Arbitrage signals — surface under-priced listings against retail. See competitive intelligence.
- Catalog matching — resolve free-text listings to canonical SKUs. See catalog enrichment.
Related
Stats from ShopAPIS market research, June 2026 (
@plans/plan2-research/reports/western-europe.md); Wallapop is Spain’s #5 e-commerce property and leading C2C platform (Lengow — Top Marketplaces Spain ).