Back to YouTube
TikHub·YouTube

YouTube Web V2: Get post comment replies

/api/v1/youtube/web_v2/get_post_comment_repliessync$0.0015 / call

Get replies to a post comment (second-level comments) (TikHub · YouTube Web V2)

Input
FieldTypeRequiredDescription
continuation_tokenstringyesReply continuation token from post comment
language_codestringLanguage code (default "zh-CN")
country_codestringCountry code (default "US")
need_formatbooleanWhether to clean and format the data (default true)

Run it

curl -s https://sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"tikhub","endpoint":"/api/v1/youtube/web_v2/get_post_comment_replies","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.