# Vinted.fr - Listings, Item Detail & Seller Reviews

**Use case:** 

Scrape Vinted.fr. Search/URL. Get title, brand, price, condition, size, photos & seller rating. Optional: full seller feedback history.

## Input

```json
{
  "mode": "search",
  "queries": [
    "nike"
  ],
  "sortBy": "relevance",
  "urls": [
    "https://www.vinted.fr/member/245246277"
  ],
  "fetchDetails": true,
  "maxItems": 6,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false
}
```

## Output

```json
{
  "itemId": {
    "label": "Item ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "changeType": {
    "label": "Change type (incremental mode)",
    "format": "text"
  },
  "brandTitle": {
    "label": "Brand",
    "format": "text"
  },
  "priceAmount": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "sellerUsername": {
    "label": "Seller",
    "format": "text"
  },
  "sellerFeedbackRating": {
    "label": "Seller rating",
    "format": "number"
  },
  "sellerFeedbackCount": {
    "label": "Seller feedback count",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "changedFields": {
    "label": "Changed fields (incremental mode)",
    "format": "array"
  },
  "firstSeenAt": {
    "label": "First seen (incremental mode)",
    "format": "date"
  },
  "lastSeenAt": {
    "label": "Last seen (incremental mode)",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Vinted.fr - Listings, Item Detail & Seller Reviews](https://apify.com/abotapi/vinted-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/vinted-fr-scraper) to learn more, explore other use cases, and run it yourself.