Vinted Germany marketplace - product search, categories, details, and availability.
Catalog Items Listing
ASYNCREADNo auth
Returns paginated catalog search results with item IDs, titles, prices, photos, and seller metadata.
ParametersFormJSON
Results page number (1-based pagination)
Search keyword to match listing titles and descriptions
Vinted catalog/category ID to scope the search
Sort order for results (e.g. newest_first, relevance)
Comma-separated listing status filter IDs
Optional cache-bust timestamp query parameter
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_vinted_de_catalog_items_listing", "params": { "page": "1", "search_text": "Jacke", "catalog_id": "2994", "sort_order": "newest_first", "status_ids": "1", "cache_time": "1780335965" } }'