Estimate a selling price
estimate_priceTurns comparable Vinted listings into a price recommendation with percentiles and a confidence level, so you can price items realistically.
Instructions
Turns comparable listings into a price recommendation: count, min, 25th percentile, median, average, 75th percentile, max, plus quick-sale / recommended / optimistic prices. Either pass comparables from search_similar_items, or pass the item facts and let it find them. It reports a confidence level and refuses to look precise when there are too few comparables - do not present a low-confidence number as a market price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Size as printed on the label, e.g. "M", "42", "US 9.5". | |
| brand | No | Brand exactly as it appears on the item. Do not guess. | |
| color | No | Main colour, in the storefront language where possible. | |
| model | No | Model or product name, e.g. "Air Max 90", "iPhone 13". | |
| notes | No | Anything else worth telling a buyer, e.g. "original box included". | |
| gender | No | ||
| country | No | Vinted storefront to use (fr, be, de, at, es, it, nl, pt, …). Defaults to the server's configured country. | |
| defects | No | Every visible flaw: stains, scuffs, missing buttons. These are always kept in the description. | |
| capacity | No | Storage or volume, e.g. "128 GB", "50 ml". | |
| category | No | Free-text category guess, e.g. "sneakers", "winter coat". | |
| currency | No | ||
| material | No | Material, e.g. "cotton", "leather". | |
| condition | No | Vinted's five condition levels. Pick the one the photos actually support. | |
| reference | No | Reference / SKU / colourway code if visible on a label or the item. | |
| comparables | No | Comparables from a previous search_similar_items call. Omit to search automatically. | |
| secondaryColor | No | Second colour, if the item is clearly two-tone. |