# Scrape Seller Feedback & Reviews - Vinted

**Use case:** 

Scrape Vinted seller feedback and reviews with seller, rating, review, reviewer, seller reply and date. Export to JSON, CSV or Excel.

## Input

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

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "sellerLogin": {
    "label": "Seller"
  },
  "rating": {
    "label": "Rating"
  },
  "feedback": {
    "label": "Review"
  },
  "reviewerLogin": {
    "label": "Reviewer"
  },
  "reply": {
    "label": "Seller reply"
  },
  "createdAt": {
    "label": "Date"
  },
  "feedbackUrl": {
    "label": "URL"
  }
}
```

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