# 📱 Research TikTok Content for Social Media Managers

**Use case:** 

Research TikTok content for social media clients. Extract video data, engagement rates, and trending topics across any niche for agency reporting.

## Input

```json
{
  "keywords": [
    "social media strategy tiktok",
    "content creator tiktok",
    "trending content"
  ],
  "includePhotoPosts": false,
  "sortOrder": "mostViews",
  "datePosted": "allTime",
  "maxVideosPerKeyword": 100,
  "maxVideosTotal": 500
}
```

## Output

```json
{
  "cover": {
    "label": "Thumbnail",
    "format": "image"
  },
  "url": {
    "label": "Video URL",
    "format": "link"
  },
  "author": {
    "label": "Author"
  },
  "shortDesc": {
    "label": "Description",
    "format": "text"
  },
  "plays": {
    "label": "Plays",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  }
}
```

## About this Actor

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