# Scrape Vinted UK search listings

**Use case:** 

Scrape Vinted UK search results from vinted.co.uk URLs and export public listing data to CSV, JSON, or the Apify API.

## Input

```json
{
  "startUrls": "https://www.vinted.co.uk/catalog?search_text=ralph%20lauren&order=newest_first",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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