vinted.fr API: search_items
www.vinted.fr via Parse · marketplace
Full-text search over Vinted product listings. query matches title and description; order controls result sorting; price_from/price_to narrow by price range. Paginates via page number. Each item includes pricing breakdown (base price, service fee, total), seller info, photo URL, and engagement metrics (favourites, views). An empty query returns trending/popular items. Search and browse product listings on Vinted.fr marketplace with filters for price, sorting, and pagination Fulfilled by Parse from www.vinted.fr.
- ecommerce
- finance
- marketplace
- parse
- platform-key
- www-vinted-fr
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/36af9f94-6ab8-4b56-bd31-20dd8a02f0eb/search_items
- Interface artifact
- sha256:4796b8e3624a9658295e531ec9667d9ec2635fefa205cf496b8caa385c1f3e40
- Manifest digest
- sha256:135982328e33d786506a8b65c3a99798961fa049b738bdebf92178856e067f4f
Request fields
- page (integer): Page number for pagination (1-based)
- order (string): Sort order for results: Allowed values: relevance, price_low_to_high, price_high_to_low, newest_first
- query (string): Search keyword to match against listing titles and descriptions
- per_page (integer): Number of results per page, between 1 and 96
- price_to (number): Maximum price filter in EUR
- price_from (number): Minimum price filter in EUR
Example queries
- {"page":"1","order":"relevance","query":"jacket","per_page":"5","price_to":"500","price_from":"10"}