# Premium Laptops Over 20M VND on Tiki.vn

**Use case:** 

Identify premium laptops priced over 20 million VND on Tiki.vn. Obtain detailed data on prices, ratings, and sellers in CSV or JSON format.

## Input

```json
{
  "queries": [
    "macbook",
    "laptop dell xps"
  ],
  "category": "1789",
  "maxPages": 4,
  "maxProductsTotal": 100,
  "sortBy": "price,desc",
  "priceMin": 20000000,
  "priceMax": 0,
  "maxConcurrency": 3,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "price": {
    "label": "Price (VND)",
    "format": "number"
  },
  "discountRate": {
    "label": "Discount %",
    "format": "number"
  },
  "ratingAverage": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "quantitySold": {
    "label": "Sold",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  }
}
```

## About this Actor

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