# Vinted Buyer Fit Demand & Sell-Through Insights

**Use case:** 

Analyze Vinted listings for buyer fit. Receive structured data on price, demand signals, and source evidence to inform your resale strategy.

## Input

```json
{
  "watchlistTerms": [
    "compare vinted demand & sell-through scraper by buyer fit",
    "vinted demand & sell-through scraper",
    "universal actor portfolio",
    "ecommerce",
    "vinted-public-pages",
    "schema-org-product",
    "product-result",
    "summary-report"
  ],
  "taskIntent": "compare-buyer-fit",
  "sourceMode": "sample",
  "outputMode": "buyer-ready-records",
  "startUrls": [],
  "maxItems": 10
}
```

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