# Vinted Carhartt WIP Jacket Sell-Through Tracker

**Use case:** 

Schedule Carhartt WIP Jacket snapshots on Vinted and get a daily summary with new, active, missing, likely sold, and average price signals.

## Input

```json
{
  "workflowPreset": "DEAL_ALERTS",
  "query": "carhartt wip jacket",
  "countries": [
    "de"
  ],
  "maxItems": 100,
  "mode": "SELL_THROUGH_TRACKER",
  "itemUrls": [
    "https://www.vinted.fr/items/5765415416-nike-air-max"
  ],
  "sellerUrls": [
    "https://www.vinted.fr/member/12345678-username"
  ],
  "condition": [
    "new_without_tags",
    "very_good",
    "good"
  ],
  "priceMin": 30,
  "priceMax": 220,
  "sortBy": "newest_first",
  "includeSellerDetails": false,
  "includePhotos": false,
  "trackingStoreName": "vst-daily-sell-through-carhartt-wip-jacket",
  "trackerId": "daily-sell-through-carhartt-wip-jacket",
  "missingRunsThreshold": 2,
  "emitActiveItems": true,
  "emitRunSummary": true,
  "maxConcurrency": 2,
  "maxRequestRetries": 3,
  "requestDelayMs": 700
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "text"
  },
  "trackerId": {
    "label": "Tracker",
    "format": "text"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "date"
  },
  "newItems": {
    "label": "New items",
    "format": "number"
  },
  "activeItems": {
    "label": "Active",
    "format": "number"
  },
  "missingItems": {
    "label": "Missing",
    "format": "number"
  },
  "likelySoldItems": {
    "label": "Likely sold",
    "format": "number"
  },
  "explicitSoldItems": {
    "label": "Sold",
    "format": "number"
  },
  "sellThroughRate": {
    "label": "Sell-through rate",
    "format": "number"
  },
  "avgPrice": {
    "label": "Avg price",
    "format": "number"
  },
  "topBrands": {
    "label": "Top brands",
    "format": "text"
  },
  "observedItems": {
    "label": "Observed",
    "format": "number"
  },
  "totalTrackedItems": {
    "label": "Tracked",
    "format": "number"
  },
  "dailySellThroughSignals": {
    "label": "Sell-through signals",
    "format": "number"
  },
  "telegramText": {
    "label": "Telegram text",
    "format": "text"
  }
}
```

## About this Actor

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