# Monitor TikTok Shop Germany shampoo prices low to high

**Use case:** 

Track shampoo products on TikTok Shop Germany sorted by price.

## Input

```json
{
  "query": "shampoo",
  "region": "DE",
  "resultsLimit": 20,
  "sortType": "PRICE_ASC",
  "priceRange": "0,50",
  "live": false,
  "cod": false,
  "outputMode": "formatted_filtered"
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "product_id": {
    "label": "Product ID",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "sales_count": {
    "label": "Sales",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "store_info": {
    "label": "Store",
    "format": "object"
  },
  "search_query": {
    "label": "Query",
    "format": "text"
  },
  "search_region": {
    "label": "Region",
    "format": "text"
  },
  "search_id": {
    "label": "Search ID",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Shop Product Search (Mobile API)](https://apify.com/cunning_soil/tiktok-shop-product-search-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/cunning_soil/tiktok-shop-product-search-api) to learn more, explore other use cases, and run it yourself.