Search Wallapop listings
search_productsFind products on Wallapop by keywords with filters for category, price range, location, radius, and sorting. Paginate results using the returned cursor to explore more listings.
Instructions
Search Wallapop for products with optional filters: category, price range, location (latitude/longitude), radius, sort order. Paginate with the nextPage cursor returned. Reserved listings are filtered out. Returns up to maxResults listings (default 40, capped at 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderBy | No | Sort order | |
| keywords | Yes | Search keywords, e.g. 'iphone 15 pro' | |
| latitude | No | Search origin latitude (defaults to Barcelona center) | |
| maxPrice | No | Maximum price in EUR | |
| minPrice | No | Minimum price in EUR | |
| nextPage | No | Opaque pagination cursor from a previous search call | |
| longitude | No | Search origin longitude (defaults to Barcelona center) | |
| categoryId | No | Restrict to a category, see list_categories | |
| distanceKm | No | Search radius in km | |
| maxResults | No | Max results to return (default 40, capped 200) |