# New Baby Product Listings from Tokopedia

**Use case:** 

Collect listings for baby products on Tokopedia, including prices, ratings, and seller information from 1 to 4 pages.

## Input

```json
{
  "queries": [
    "popok bayi",
    "susu formula bayi"
  ],
  "maxPages": 4,
  "maxProductsTotal": 200,
  "sortBy": "23",
  "condition": "1",
  "priceMin": 0,
  "priceMax": 0,
  "officialStore": false,
  "freeShipping": false,
  "maxConcurrency": 3,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "priceNumber": {
    "label": "Price (IDR)",
    "format": "number"
  },
  "discountPercentage": {
    "label": "Discount %",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "soldNumber": {
    "label": "Sold",
    "format": "number"
  },
  "shopName": {
    "label": "Shop",
    "format": "text"
  },
  "shopCity": {
    "label": "City",
    "format": "text"
  },
  "isOfficialStore": {
    "label": "Official",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tokopedia Scraper – Indonesia Products & Prices](https://apify.com/logiover/tokopedia-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/tokopedia-product-scraper) to learn more, explore other use cases, and run it yourself.