# Track Vinted price drops & new listings

**Use case:** 

Track Vinted for new listings and price drops on any search — change type, current vs previous price, and days listed.

## Input

```json
{
  "query": [
    "nike air max"
  ],
  "countries": [
    "de"
  ],
  "mode": "track",
  "maxItems": 100,
  "condition": [],
  "sort": "relevance",
  "useApifyProxy": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "changeType": {
    "label": "Change",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "previousPrice": {
    "label": "Previous price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "daysListed": {
    "label": "Days listed",
    "format": "number"
  },
  "firstSeenAt": {
    "label": "First seen",
    "format": "string"
  },
  "lastSeenAt": {
    "label": "Last seen",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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