[← Back to tools]
tiktok.comments
Get TikTok comments: pay per use, no API key
Use TikHub from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.
Fetch a bounded page of public comments for a TikTok video through TikHub.
Price and execution
- Price
- $0.001
- Pricing model
- Fixed price per successful call
- Execution class
- fast
Limits
No additional limits are published for this tool.
Parameters
Fields tiktok.comments accepts as JSON input.
limitintegerOptionalMaximum number of records to return.
cursorintegerOptionalPagination cursor from a previous response; use 0 for the first page.
video_idstringRequiredTikTok video ID whose comments should be fetched.
Raw input JSON Schema
{
"type": "object",
"required": [
"video_id"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 50,
"minimum": 1,
"description": "Maximum number of records to return."
},
"cursor": {
"type": "integer",
"default": 0,
"minimum": 0,
"description": "Pagination cursor from a previous response; use 0 for the first page."
},
"video_id": {
"type": "string",
"maxLength": 100,
"minLength": 1,
"description": "TikTok video ID whose comments should be fetched."
}
},
"additionalProperties": false
}Returns
Fields a successful tiktok.comments call returns.
countintegerRequiredresultsanyRequiredretrieved_atstring (date-time)Requiredprovider_request_idstring | nullRequired
Raw output JSON Schema
{
"type": "object",
"required": [
"results",
"count",
"provider_request_id",
"retrieved_at"
],
"properties": {
"count": {
"type": "integer",
"minimum": 0
},
"results": {
"maxItems": 50
},
"retrieved_at": {
"type": "string",
"format": "date-time"
},
"provider_request_id": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}Run this tool
Copy this instruction to your agent to set up Cralo and call this tool with the example input.
Set up Cralo by following https://cralo.ai/SKILL.md, then call the tiktok.comments tool with this input: {"video_id":"7672714244940516640","cursor":0}Safety notes
- Side Effect
- read_only
- Public Sources Only
- Yes
- Authenticated Content
- No
How this compares to using TikHub directly
You do not need a separate TikHub account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.
Related tools
[Browse all tools]- $0.001Get a TikTok videoFetch public video metadata, author details, and engagement for one TikTok video through TikHub.TikHub
tiktok.videoInstant - $0.0023Get Instagram commentsFetch public comments from an Instagram post or reel using Apify's Instagram Scraper actor. Price is per comment (quoted from `limit`, max 1000).Apify
apify.instagram-comments - $0.000575Get Reddit commentsFetch a comment tree for one public Reddit post using an Apify Reddit actor. Price is per comment plus one post and a small start fee (quoted from `limit`, max 1000).Apify
apify.reddit-comments - $0.001Search TikTok videosSearch public TikTok videos by keyword through TikHub and return the provider's full result data.TikHub
tiktok.searchInstant - $0.001Get public X postsFetch a public X (Twitter) user's recent posts through TikHub without requiring that user's account.TikHub
twitter.postsInstant