# TikTok Profile Latest Results

**Use case:** 

Latest Results of TikTok Profile. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "profiles": [
    "charlidamelio",
    "addisonre",
    "bellapoarch",
    "zachking",
    "khaby.lame",
    "willsmith",
    "kyliejenner",
    "therock",
    "selenagomez",
    "arianagrande",
    "billieeilish",
    "mrbeast",
    "doja.cat",
    "mileycyrus",
    "jasonderulo",
    "jlo",
    "shakira",
    "taylorswift",
    "kimkardashian",
    "rihanna",
    "nickiminaj",
    "cardib",
    "badbunnypr",
    "dualipa",
    "edsheeran",
    "brunomars",
    "kendalljenner",
    "mariahcarey",
    "justinbieber",
    "ninaagdal"
  ],
  "maxItems": 25,
  "includeVideos": false,
  "maxVideosPerProfile": 30,
  "excludePinned": false,
  "includeComments": false,
  "maxCommentsPerVideo": 20
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "Avatar",
    "format": "image"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "nickname": {
    "label": "Nickname",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "text"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "followingCount": {
    "label": "Following",
    "format": "number"
  },
  "heartCount": {
    "label": "Hearts",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "signature": {
    "label": "Bio",
    "format": "text"
  },
  "bioLink": {
    "label": "Bio Link",
    "format": "link"
  }
}
```

## About this Actor

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