# Scrape Designer Bags Under $100 - Vinted

**Use case:** 

Find designer bags under $100 on Vinted with title, price, brand, size, condition and seller. Export to JSON, CSV or Excel.

## Input

```json
{
  "searchQueries": [
    "louis vuitton bag"
  ],
  "startUrls": [
    {
      "url": "https://www.vinted.com/catalog?search_text=vintage%20levis"
    }
  ],
  "country": "com",
  "order": "newest_first",
  "priceTo": 100,
  "maxItems": 100,
  "includeItemDetails": false,
  "includeSellerLeads": false,
  "includeSellerReviews": false,
  "maxReviewsPerSeller": 20,
  "maxSellerItems": 0,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Cur"
  },
  "totalPrice": {
    "label": "Total (incl. protection)"
  },
  "brand": {
    "label": "Brand"
  },
  "size": {
    "label": "Size"
  },
  "condition": {
    "label": "Condition"
  },
  "favouritesCount": {
    "label": "Favourites"
  },
  "viewCount": {
    "label": "Views"
  },
  "sellerLogin": {
    "label": "Seller"
  },
  "url": {
    "label": "URL"
  },
  "photo": {
    "label": "Photo"
  }
}
```

## About this Actor

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