# Vinted Mango Dress Deal Monitor

**Use case:** 

Monitor fresh Mango Dress Vinted listings and catch underpriced deals before manual searchers find them.

## Input

```json
{
  "workflowPreset": "DEAL_ALERTS",
  "query": "mango dress",
  "countries": [
    "es"
  ],
  "maxItems": 100,
  "mode": "SEARCH",
  "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": 10,
  "priceMax": 80,
  "sortBy": "newest_first",
  "includeSellerDetails": false,
  "includePhotos": false,
  "trackingStoreName": "vinted-sell-through-tracker",
  "missingRunsThreshold": 2,
  "emitActiveItems": true,
  "emitRunSummary": true,
  "maxConcurrency": 2,
  "maxRequestRetries": 3,
  "requestDelayMs": 700
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "isSold": {
    "label": "Sold",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## 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.