# Track Trending Supplements on TikTok Shop (US)

**Use case:** 

Find viral TikTok Shop supplements: greens, ashwagandha, creatine, collagen. Returns sold count, rating, brand, price. No login.

## Input

```json
{
  "mode": "shop_search",
  "searchKeywords": [
    "greens powder",
    "ashwagandha gummies",
    "creatine",
    "collagen peptides"
  ],
  "shopUrls": [
    "https://www.tiktok.com/shop/store/goli-nutrition/7495794203056835079"
  ],
  "productUrls": [
    "https://www.tiktok.com/shop/pdp/1729527313880355335"
  ],
  "usernames": [
    "hyram"
  ],
  "region": "US",
  "maxResults": 5,
  "maxReviewsPerProduct": 100,
  "getRelatedVideos": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "shopName": {
    "label": "Shop name",
    "format": "string"
  },
  "priceDisplay": {
    "label": "Price (display)",
    "format": "string"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "# Reviews",
    "format": "integer"
  },
  "soldCount": {
    "label": "Sold count",
    "format": "integer"
  },
  "isAvailable": {
    "label": "In stock",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "primaryImage": {
    "label": "Primary image",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Shop Scraper [NO COOKIES] ✅](https://apify.com/unseenuser/tiktok-shop-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-shop-scraper) to learn more, explore other use cases, and run it yourself.