# Analyze the MrBeast TikTok Profile

**Use case:** 

Analyze the public MrBeast TikTok profile with followers, likes, video count, bio, verification status, avatar, and profile URL.

## Input

```json
{
  "profiles": [
    "mrbeast"
  ],
  "maxProfiles": 1,
  "delayBetweenRequests": 500
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "nickname": {
    "label": "Nickname",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "following": {
    "label": "Following",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "video_count": {
    "label": "Video Count",
    "format": "number"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  }
}
```

## About this Actor

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