# Use a Vinted API alternative for search listings

**Use case:** 

Use Vinted Turbo Scraper as a practical Vinted API alternative to extract public search listings from one or multiple Vinted URLs.

## Input

```json
{
  "startUrls": "https://www.vinted.fr/catalog?search_text=adidas&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.