Wallapop APIfr.wallapop.com ↗
Search Wallapop listings by category and keyword to instantly compare prices, view item condition, and check seller ratings. Track whether items are still available or already sold to make informed purchasing decisions on secondhand products.
curl -X GET 'https://api.parse.bot/scraper/6d26fd31-1ae8-42ee-84ce-df1cbf213839/search_items?slug=moviles-telefonos%2Fiphone' \ -H 'X-API-Key: $PARSE_API_KEY'
Browse Wallapop listings by category or keyword slug. Returns up to 80 items per call with prices and sold/reserved status. The slug corresponds to the site's SEO landing page path structure: use a category slug (e.g. 'coches-segunda-mano') or a category/keyword combination (e.g. 'moviles-telefonos/iphone'). The response includes suggested sub-keywords for further navigation. No pagination beyond the initial 80 items is available through this route.
| Param | Type | Description |
|---|---|---|
| slugrequired | string | SEO landing page path slug. Can be a category (e.g. 'coches-segunda-mano', 'moviles-telefonos', 'moda-y-complementos') or category/keyword (e.g. 'moviles-telefonos/iphone', 'coches-segunda-mano/nissan-patrol'). Available category slugs: coches-segunda-mano, motos, motor-y-accesorios, moda-y-complementos, inmobiliaria, tv-audio-foto, moviles-telefonos, electronica, deporte-y-ocio, bicicletas, consolas-y-videojuegos, muebles-deco-y-jardin, electrodomesticos, libros-pelis-musica, ninos-y-bebes, coleccionismo, construccion-y-reformas, industria-agricultura, empleo, servicios, otros. |
{
"type": "object",
"fields": {
"items": "array of item listings with id, price, currency, sold/reserved status, title, description, slug, and thumbnail",
"breadcrumbs": "navigation breadcrumb trail for the current category path",
"total_results": "approximate total number of results available for this category/keyword",
"suggested_keywords": "array of related keyword suggestions with title and URL slug"
},
"sample": {
"data": {
"items": [
{
"id": "pzpk481rq9j3",
"slug": "iphone-14-1289989226",
"sold": false,
"price": 300,
"title": "iPhone 14",
"currency": "EUR",
"reserved": false,
"shipping": {
"itemIsShippable": true,
"userAllowsShipping": false,
"costConfigurationId": null
},
"image_url": "https://cdn.wallapop.com/images/10420/lc/0y/__/c10420p1289989226/i6669609942.jpg?pictureSize=W320",
"seller_id": "4z4v1le40wzy",
"numeric_id": 1289989226,
"category_id": 24200,
"description": "iPhone 128 GB color lavanda..."
}
],
"breadcrumbs": [
{
"url": "/",
"label": "Inicio"
},
{
"url": "/moviles-telefonos",
"label": "Móviles y Telefonía"
},
{
"url": "/moviles-telefonos/iphone",
"label": "Iphone"
}
],
"total_results": "230.694",
"suggested_keywords": [
{
"url": "/moviles-telefonos/iphone-13",
"title": "Iphone 13"
}
]
},
"status": "success"
}
}About the Wallapop API
The Wallapop API on Parse exposes 2 endpoints for the publicly available data on fr.wallapop.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.