# Tiki Vietnam Kitchen Appliance Deals Scraper

**Use case:** 

Collect kitchen appliance deals from Tiki.vn. Get structured data on prices, ratings, and sellers for electric rice cookers and blenders.

## Input

```json
{
  "queries": [
    "nồi cơm điện",
    "máy xay sinh tố"
  ],
  "category": "1789",
  "maxPages": 4,
  "maxProductsTotal": 100,
  "sortBy": "top_seller",
  "priceMin": 0,
  "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.