Vinted: Search Products
Vinted via Parse · marketplace
Search or browse the Vinted catalog. Returns product listings with price, brand, size, condition, photos, seller info, and engagement metrics. Supports pagination, price range filters, sorting, and category/brand filtering. Results are capped at 960 total entries by the upstream API regardless of actual catalog depth. Search and browse Vinted.de marketplace products with filters for price, brand, category, and sorting options. Returns product listings with price, brand, size, condition, photos, seller info, and engagement metrics. Fulfilled by Parse from vinted.de.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- vinted
- vinted-de
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/16ff8198-b96a-4b20-912b-c81c74b39bc7/search_products
- Interface artifact
- sha256:2fb34ba6645afa9ddabd45b0e25354131eec17d91036af6f4e85a78f19f342b3
- Manifest digest
- sha256:06eb61e29c495c4630e7cf5cdb32afe6e08c300495048dfa17f0a6455d3d698d
Request fields
- page (integer): Page number (1-indexed).
- order (string): Sort order for results.: Allowed values: relevance, newest_first, price_low_to_high, price_high_to_low
- query (string): Search text to find products (e.g., 'Nike shoes'). Leave empty to browse all listings.
- per_page (integer): Number of results per page (max 96).
- price_to (string): Maximum price filter in EUR.
- brand_ids (string): Comma-separated brand IDs to filter by.
- price_from (string): Minimum price filter in EUR.
- catalog_ids (string): Comma-separated catalog/category IDs to filter by.
Example queries
- {"page":"1","order":"relevance","query":"Nike","per_page":"5","price_to":"30","price_from":"10"}