Get YouTube comments: pay per use, no API key
Use TikHub from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.
Fetch public comments for a YouTube 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 youtube.comments accepts as JSON input.
cursorstringOptionalOpaque pagination cursor returned by a previous response; omit for the first page.
countrystringOptionalTwo-letter country code sent to TikHub.
sort_bystringOptionalOptional comment sort key.
languagestringOptionalLanguage code sent to TikHub, such as `en-US`.
video_idstringRequiredYouTube video ID whose comments should be fetched.
Raw input JSON Schema
{
"type": "object",
"required": [
"video_id"
],
"properties": {
"cursor": {
"type": "string",
"maxLength": 2000,
"description": "Opaque pagination cursor returned by a previous response; omit for the first page."
},
"country": {
"type": "string",
"default": "US",
"pattern": "^[A-Za-z]{2}quot;,
"description": "Two-letter country code sent to TikHub."
},
"sort_by": {
"type": "string",
"maxLength": 40,
"description": "Optional comment sort key."
},
"language": {
"type": "string",
"default": "en-US",
"maxLength": 16,
"minLength": 2,
"description": "Language code sent to TikHub, such as `en-US`."
},
"video_id": {
"type": "string",
"maxLength": 20,
"minLength": 1,
"description": "YouTube video ID whose comments should be fetched."
}
},
"additionalProperties": false
}Returns
Fields a successful youtube.comments call returns.
countintegerRequiredresultsanyRequiredRaw TikHub payload. List endpoints usually nest rows under keys such as `itemList`.
retrieved_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": {
"description": "Raw TikHub payload. List endpoints usually nest rows under keys such as `itemList`."
},
"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 youtube.comments tool with this input: {"video_id":"dQw4w9WgXcQ"}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 TikTok commentsFetch a bounded page of public comments for a TikTok video through TikHub.TikHub
tiktok.commentsInstant - $0.001Get a YouTube channelFetch public YouTube channel metadata through TikHub.TikHub
youtube.channelInstant - $0.001Get a YouTube videoFetch public YouTube video metadata through TikHub.TikHub
youtube.videoInstant - $0.0023 / commentGet 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.005 / commentGet 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