get_seller_feedback
Fetch paginated buyer and seller feedback for a Vinted user to assess seller trustworthiness and reliability before making a purchase.
Instructions
Fetch paginated buyer and seller feedback reviews for a Vinted user. Each entry includes the review text, star rating (1–5), feedback type (1=negative, 2=neutral, 3=positive), reviewer username, timestamp, and the associated item ID. Use this to assess seller trustworthiness and reliability before making a purchase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number starting at 1 | |
| limit | No | Reviews per page, 1–100 | |
| country | No | Country site where the seller is registered | fr |
| sellerId | Yes | Numeric Vinted user ID (visible in profile URLs: vinted.fr/member/12345-username) |