# See Which TikTok Shop Products a Creator Promotes

**Use case:** 

Scrape any TikTok Shop creator's affiliate showcase: products they promote, prices, shops, commission. Vet affiliates or build outreach lists fast. No login.

## Input

```json
{
  "mode": "creator_showcase",
  "searchKeywords": [
    "led face mask"
  ],
  "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
{
  "username": {
    "label": "Creator handle",
    "format": "string"
  },
  "productTitle": {
    "label": "Showcase product title",
    "format": "string"
  },
  "productPrice": {
    "label": "Showcase product price",
    "format": "string"
  },
  "productCurrency": {
    "label": "Showcase product currency",
    "format": "string"
  },
  "shopName": {
    "label": "Shop name",
    "format": "string"
  },
  "commissionRate": {
    "label": "Commission rate",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "productImage": {
    "label": "Showcase product 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.