# TikTok creator trend scraper for influencer research

**Use case:** 

Find trending TikTok creators in a target market over 120 days to support influencer discovery, campaign planning, and competitor research.

## Input

```json
{
  "trendType": "creator",
  "countryCode": "US",
  "period": 120,
  "maxResults": 100
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "publishedVideoCount": {
    "label": "Videos",
    "format": "number"
  },
  "videoViews": {
    "label": "Views",
    "format": "number"
  },
  "trend": {
    "label": "Trend",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "period": {
    "label": "Period (days)",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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