TikTok Profile Scraper avatar
TikTok Profile Scraper

Pricing

$1.00 / 1,000 results

Go to Apify Store
TikTok Profile Scraper

TikTok Profile Scraper

Scrape TikTok user information including followers, likes, profile images, bio, and verification status from any username or profile URL.

Pricing

$1.00 / 1,000 results

Rating

5.0

(1)

Developer

Sam Cornwell

Sam Cornwell

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Share

TikTok User Profile Details Scraper

This actor retrieves TikTok user profile details using a TikTok username or profile URL.
It returns full metadata including followers, likes, avatar images, bio, verification status, and more.


🔧 Input

user_input (string, required)

Enter one or more TikTok usernames or profile URLs — one per line.

Examples:

@southpark
southpark
[https://www.tiktok.com/@southpark](https://www.tiktok.com/@southpark)

📦 Output

Each input username/URL generates one dataset item:

{
"input": "@southpark",
"response": {
"success": true,
"message": "",
"data": {
"userInfo": {
"user": {
"uniqueId": "southpark",
"nickname": "South Park",
"verified": true,
"avatarLarger": "https://...",
"signature": "Catch up on new episodes of South Park on Paramount+",
"bioLink": {
"link": "https://southpark.cc.com/"
}
},
"stats": {
"followerCount": 6400000,
"heartCount": 94700000,
"videoCount": 685
}
},
"shareMeta": {
"title": "South Park on TikTok",
"desc": "@southpark 6.4m Followers, 8 Following, 94.7m Likes..."
}
}
}
}

The actor does not expose the underlying API endpoint.


📥 Example Input

@southpark

📤 Example Output Highlights

From the real TikTok response:

  • Username: southpark
  • Nickname: South Park
  • Verified: Yes
  • Followers: 6.4M+
  • Likes: 94.7M+
  • Videos: 685
  • Bio: “Catch up on new episodes of South Park on Paramount+”
  • External Link: https://southpark.cc.com/
  • Avatar: High-resolution avatar URLs included

✨ Notes

  • You may paste multiple usernames at once (one per line).
  • The actor saves one dataset item per username.
  • Great for influencer lookup, research, analytics, and profile verification.