Overview
This parser extracts comprehensive profile information from TikTok profiles, including user details, engagement metrics, and recent content. Perfect for creator analytics, social media monitoring, or building influencer dashboards.
Simply provide the raw HTML of any public TikTok profile page to receive clean, structured JSON data.
Key Takeaways
- Normalize any public TikTok profile HTML into structured JSON with viewer-ready metrics.
- Capture creator bios, engagement stats, and recent posts for growth dashboards or campaign tracking.
- Reuse the schema alongside other Parseium parsers to compare creators across networks.
Table of Contents
- Overview
- Key Data Outputs
- How It Works
- Implementation Steps
- Best Practices
- Use Cases
- Next Steps
- FAQ
- Conclusion
Key Data Outputs
Profile Information
The parser extracts core profile details including the creator's avatar, bio, display name, and username.
Engagement Statistics
Get key metrics including follower count, following count, and cumulative likes received. All numeric values are returned as integers for easy analysis.
Recent Posts
Access an array of the user's latest posts, with each entry including:
- Badge — Special indicators (e.g., sponsored, pinned)
- Caption — The post description text
- Thumbnail — Preview image URL
- Type — Content format (video, image, etc.)
- URL — Direct link to the post
- Views — View count as an integer
How It Works
- Capture the HTML for a public TikTok profile page.
- Send the payload to Parseium's
tiktok-profileendpoint together with your API key. - Receive structured JSON that mirrors the schema below and stream it into your analytics stack.
Implementation Steps
- Gather profile HTML manually or via a scheduled crawler.
- Submit the HTML to Parseium and persist the JSON result.
- Normalize field names across social networks so BI teams can blend datasets.
- Trigger alerts when engagement metrics or badge states shift.
Best Practices
- Refresh creator data frequently during active campaigns to capture rapid growth.
- Combine view counts with campaign tracking links to measure ROI.
- Store historical snapshots to chart engagement velocity over time.
- Use Parseium webhooks or actions to notify teams when follower milestones are reached.
Use Cases
- Track creator growth and engagement trends in real time.
- Build influencer discovery and analytics platforms.
- Monitor brand partnerships, sponsored content, and posting cadence.
- Aggregate data for social media research or investor reporting.
Next Steps
Review the Parseium docs [blocked] for authentication, quotas, and parser guidance. Connect the response to the Prebuilt CTA workflow to convert visitors who are ready to deploy creator analytics.
