# Vinted Resale Price Monitor

**Use case:** 

Monitor Vinted resale listings for price tracking, brand research, inventory sourcing, marketplace analytics, and competitor discovery.

## Input

```json
{
  "searchQuery": "leather jacket",
  "domain": "vinted.co.uk",
  "maxItems": 100,
  "includeDetails": true,
  "sortBy": "price_low_to_high",
  "minPrice": 20,
  "maxPrice": 120
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Vinted Scraper](https://apify.com/automation-lab/vinted-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/vinted-scraper) to learn more, explore other use cases, and run it yourself.