TikTok Profile Analyzer & Scraper
Extract comprehensive TikTok profile information along with advanced creator analytics using just a username. Get follower statistics, engagement metrics, estimated averages, verification status, profile details, and much more.
Perfect for influencer marketing, competitor research, lead generation, creator discovery, social media intelligence, and business analytics.
✨ Features
- Extract profile information from one or multiple TikTok accounts
- Calculate engagement rate
- Average likes per post
- Average views per video
- Followers, following & total likes
- Profile biography
- Profile picture
- Verification status
- Profile URL
- Username & display name
- Fast batch processing
- Clean JSON output
- No browser automation required
📥 Input
Provide one or more TikTok usernames.
Example
{
"usernames": [
"tiktok",
"khaby.lame",
"therock"
]
}
You can use either:
Both formats are supported.
📤 Output
Example output:
{
"success": true,
"profile": {
"username": "tiktok",
"fullName": "TikTok",
"followers": 94600000,
"following": 26,
"likes": 869500000,
"videos": 2345,
"isVerified": true,
"engagementRate": 0.0471,
"averageViews": 391050,
"averageLikes": 13250,
"pictureUrl": "https://...",
"bio": "TikTok's official account",
"url": "https://www.tiktok.com/@tiktok"
}
}