# Vinted Zara ES Trending Finder

**Use case:** 

Find trending Zara ES listings on Vinted with engagement signals, prices, sellers, and export-ready rows.

## Input

```json
{
  "workflowPreset": "DEAL_ALERTS",
  "query": "zara",
  "countries": [
    "es"
  ],
  "maxItems": 100,
  "mode": "TRENDING",
  "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": 120,
  "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
{
  "itemId": {
    "label": "Item ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "favouriteCount": {
    "label": "Favorites",
    "format": "number"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "favsGrowthRate": {
    "label": "Favs/hour",
    "format": "number"
  },
  "viewsGrowthRate": {
    "label": "Views/hour",
    "format": "number"
  },
  "trendScore": {
    "label": "Trend score",
    "format": "number"
  },
  "listedHoursAgo": {
    "label": "Hours listed",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

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