# Daily Vinted Demand & Sell-Through Monitor

**Use case:** 

Track new Vinted listings daily. Get insights on price, availability, and demand signals for up to 25 products.

## Input

```json
{
  "watchlistTerms": [
    "monitor new vinted demand & sell-through scraper daily",
    "vinted demand & sell-through scraper",
    "universal actor portfolio",
    "ecommerce",
    "vinted-public-pages",
    "schema-org-product",
    "product-result",
    "summary-report"
  ],
  "taskIntent": "monitor-recurring-signals",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 25
}
```

## Output

```json
{
  "productName": {
    "label": "Product Name",
    "format": "string"
  },
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "string"
  },
  "offerUrl": {
    "label": "Offer Url",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "stockStatus": {
    "label": "Stock Status",
    "format": "string"
  }
}
```

## About this Actor

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