TikTok Comments From Post
Give it a TikTok video URL, get back the comments and the profiles that left them.
- Tool
tiktok_comments_from_post- Cost
- 0.3 credits
- Category
- TikTok
- Required input
post_url- Returns
- Comments and commenter profiles
What it does
- Collects comments and commenter profiles from one TikTok video.
- One call, not pages — set
max_resultsbetween 1 and 100. Default is 10. - Useful for building warm lead lists from an engaged audience: people who commented on a video about your category.
- Returns TikTok profiles. There is no email and no job title in the response.
This gives you commenters. Any contact detail has to come from a separate enrichment step — match the person on LinkedIn with find_people, then run find_work_email.
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
post_url | string | Yes | Full TikTok video URL |
max_results | number | No | 1–100, default 10 |
How to use it
Connect the MCP server
Follow the setup guide for your client. Browser sign-in, no API key.
Find videos on your topic
Search TikTok for videos about "sales automation" and show me the ones with
the most comments.Pull the commenters
Collect the comments from that video. 100 results.Read the audience
Group the comments by theme. What problem do these people keep describing?Filter to prospects
Keep the commenters whose profile names a business or a role. Drop the rest.Example prompts
| Ask your client | What you get back |
|---|---|
| ”Get the comments on this TikTok video” | Comments plus commenter profiles |
| ”100 comments from this video, grouped by theme” | An audience read, not just a list |
| ”Search TikTok for this topic, then pull comments from the top video” | Chains tiktok_search_query — 0.3 credits |
| ”Comments from the last 5 videos on this profile” | Chains tiktok_profile_video — 0.3 credits |
Best prompting practices
- Raise
max_results. The default of 10 is a sample, not a list. 100 is the ceiling. - Use it for research before outreach. TikTok comments are strong for language and objections, weaker for identity — the words are often more valuable than the names.
- Chain a search first.
tiktok_search_queryfinds the videos worth reading; this tool reads them. - Do not expect firmographics. No company, no title, no email. Plan the enrichment step separately.
- Cap the batch. “Pull comments from these 20 videos, then stop and report credits used.”
Output
{
"comments": [
{
"username": "janedoe",
"text": "We spent months on this and still export to CSV.",
"likes": 42,
"profile_url": "https://tiktok.com/@janedoe"
}
]
}Credits and limits
0.3 credits per call, flat, whatever max_results you set. Maximum 100 comments per call. Run check_credits (free) before working through a list of videos.
TikTok profiles rarely carry a company or job title. Treat this as a source of voice-of-customer language and topic demand first, and a lead list second.
Related tools
| Tool | Use it instead when |
|---|---|
tiktok_profile_video | You need the video URLs from a profile first — 0.3 credits |
tiktok_search_query | You want videos on a topic or hashtag first — 0.3 credits |
x_post_commenters | You want the same play on X — 0.4 credits |
linkedin_post_commenters | You want the same play on LinkedIn, where profiles carry job titles — 0.3 credits |
Next steps
- Automated Outbound — build a warm list from post engagement, end to end
- All MCP tools — the full catalogue with credit costs
Keep learning
Two courses take these tools past the reference page — clustered by GTM job, then chained into workflows.
SyncGTM MCP Mini CourseBeginnerMCP server · 8 lessons · 1h 31mAll 50 MCP tools clustered by GTM job — lead sourcing, CRM enrichment, social signals, account research, scraping — with copy-paste workflow prompts.AI-Powered GTMIntermediateApp + MCP · 19 lessons · 3h 6mWhere AI earns its cost, how to think in MCP tool chains, and three agentic builds — warm outbound, meeting research, CRM repair.