# Vinted Baby Clothes Search

**Use case:** 

Search public Vinted listings for baby clothes search with prices, brands, item URLs, photos, and marketplace-ready export fields.

## Input

```json
{
  "searchText": "baby clothes",
  "maxItems": 20,
  "domain": "www.vinted.com",
  "order": "relevance",
  "page": 1,
  "perPage": 24,
  "includeSeller": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "priceAmount": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "brandTitle": {
    "label": "Brand",
    "format": "string"
  },
  "sizeTitle": {
    "label": "Size",
    "format": "string"
  },
  "status": {
    "label": "Condition",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "photoUrls": {
    "label": "Photos",
    "format": "array"
  },
  "sellerLogin": {
    "label": "Seller",
    "format": "string"
  },
  "favoriteCount": {
    "label": "Favorites",
    "format": "integer"
  },
  "viewCount": {
    "label": "Views",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  },
  "searchText": {
    "label": "Search",
    "format": "string"
  }
}
```

## About this Actor

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