# Scrape Vinted France search listings

**Use case:** 

Scrape Vinted France listings from a filtered vinted.fr search URL and export structured marketplace data with Vinted Turbo Scraper.

## Input

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