# Analyze TikTok Influencer Engagement & Content

**Use case:** 

Scrape detailed profiles and recent video data for target TikTok influencers to assess their engagement rates, content strategy, and audience demographics. This

## Input

```json
{
  "usernames": [
    "charlidamelio",
    "khaby.lame",
    "addisonraee",
    "bellapoarch"
  ],
  "contentTypes": [
    "profile",
    "videos"
  ],
  "maxPostsPerProfile": 50,
  "includeProfileInfo": true
}
```

## Output

```json
{
  "rowType": {
    "label": "Row Type",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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