# Batch scrape Vinted Europe search URLs

**Use case:** 

Scrape multiple European Vinted search URLs in one run and export listings from FR, DE, UK, IT, and ES in one Apify dataset.

## Input

```json
{
  "startUrls": "https://www.vinted.fr/catalog?search_text=adidas%20samba&order=newest_first\nhttps://www.vinted.de/catalog?search_text=adidas%20samba&order=newest_first\nhttps://www.vinted.co.uk/catalog?search_text=adidas%20samba&order=newest_first\nhttps://www.vinted.it/catalog?search_text=adidas%20samba&order=newest_first\nhttps://www.vinted.es/catalog?search_text=adidas%20samba&order=newest_first",
  "maxItems": 500,
  "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.