# Vinted France Listing Export

**Use case:** 

Extract Vinted France search listings with localized prices, brands, sizes, photos, seller metadata, and item URLs from vinted.fr.

## Input

```json
{
  "searchQuery": "robe ete",
  "domain": "vinted.fr",
  "maxItems": 75,
  "includeDetails": false,
  "sortBy": "newest_first",
  "maxPrice": 40
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  }
}
```

## About this Actor

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