# Find Glossier promo codes on TikTok

**Use case:** 

Discover Glossier promo codes mentioned on TikTok videos. Export codes, discounts, creator handles, and post dates for beauty deal tracking.

## Input

```json
{
  "brandName": "glossier.com",
  "searchRegion": "us",
  "keywords": [],
  "maxItems": 5
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "promoCode": {
    "label": "Promo code",
    "format": "text"
  },
  "discountText": {
    "label": "Discount",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "confidence": {
    "label": "Confidence",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Promo Code Finder](https://apify.com/rainminer/tiktok-promo-code-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/tiktok-promo-code-finder) to learn more, explore other use cases, and run it yourself.