# Scrape Top Seller Lead List - Vinted

**Use case:** 

Build a Vinted seller lead list with seller, city, country, reputation, followers and lead score. Ready-to-use contact list.

## Input

```json
{
  "searchQueries": [
    "zara dress"
  ],
  "startUrls": [
    {
      "url": "https://www.vinted.com/catalog?search_text=vintage%20levis"
    }
  ],
  "country": "com",
  "order": "newest_first",
  "maxItems": 100,
  "includeItemDetails": false,
  "includeSellerLeads": true,
  "includeSellerReviews": false,
  "maxReviewsPerSeller": 20,
  "maxSellerItems": 0,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "login": {
    "label": "Seller"
  },
  "city": {
    "label": "City"
  },
  "countryTitle": {
    "label": "Country"
  },
  "feedbackReputation": {
    "label": "Reputation"
  },
  "feedbackCount": {
    "label": "# Feedback"
  },
  "positiveFeedbackCount": {
    "label": "# Positive"
  },
  "itemCount": {
    "label": "Active items"
  },
  "totalItemsCount": {
    "label": "Total items"
  },
  "followersCount": {
    "label": "Followers"
  },
  "business": {
    "label": "Business"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile"
  }
}
```

## About this Actor

This example demonstrates how to use [Vinted Scraper - Listings, Prices, Sellers & Reviews](https://apify.com/scrapesage/vinted-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/vinted-scraper) to learn more, explore other use cases, and run it yourself.