## vinted/price-suggestions

`GET /v1/vinted/price-suggestions`

Suggested asking-price range for a category, brand and condition in France. Guidance, not a guaranteed selling price.

*Vinted price suggestions*

| Parameter | Required | Description |
| --- | --- | --- |
| `category_id` | yes | Category identifier from an item. — e.g. `1824` |
| `brand_id` | yes | Brand identifier from an item. — e.g. `10` |
| `condition_id` | yes | Condition identifier from an item. — e.g. `1` |
| `market` | no | Currently fr only; default fr. — e.g. `fr` |
| `dry_run` | no | Read a zero-credit estimate without fetching sources, running AI, or reserving credits. Cache status is a snapshot, not a guarantee at execution. — e.g. `1` |

**Cost:** 1 credit at list price per successful uncached response; variable-cost operations may quote or settle a different charge. Confirmed uncharged or refunded failures report zero. Pending reconciliation can report credits_used:null; retain request_id and the original idempotency key.

```bash
curl "https://www.monocrawl.com/v1/vinted/price-suggestions?category_id=1824&brand_id=10&condition_id=1" \
  -H "x-api-key: mn_your_key_here"
```
