# Analyze Top Vinted Seller Feedback in UK

**Use case:** 

Scrape feedback from highly-rated Vinted sellers in the UK to understand customer satisfaction drivers. Gain insights into best practices for customer service a

## Input

```json
{
  "mode": "search",
  "country": "co.uk",
  "searchText": "vintage clothing",
  "order": "relevance",
  "urls": [],
  "brandIds": [],
  "catalogIds": [],
  "sizeIds": [],
  "colorIds": [],
  "materialIds": [],
  "statusIds": [],
  "minRating": 4.5,
  "maxItems": 50,
  "perPage": 96,
  "useProxy": false,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "brandTitle": {
    "label": "Brand title"
  },
  "priceAmount": {
    "label": "Price amount"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "sellerLogin": {
    "label": "Seller login"
  },
  "sellerCountryCode": {
    "label": "Seller country code"
  },
  "itemUrl": {
    "label": "Item url"
  }
}
```

## About this Actor

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