Comments on a video

social_youtube_comments is a $0.20 GET request on the Wuthering AI API. Read viewer comments on a YouTube video. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/social_youtube_comments

Price per successful call

$0.20

Failed calls

Not charged

curl 'https://wutheringai.com/v1/social_youtube_comments?video_id=…&token=YOUR_TOKEN'

What does social_youtube_comments return, and when should you call it?

Return the comments on a YouTube video, with authors and like counts.

Comments under a competitor's demo are where viewers ask the questions the demo avoided, which makes them a reliable source of unmet requirements.

Returns: comment text, author, likes, publication date.

Use to find objections a video failed to answer. Don't use to read the video itself, which is wuthering_social_youtube_subtitles.

What parameters does social_youtube_comments take?

social_youtube_comments accepts 4 parameters, of which 1 is required. Array values are comma-separated on the query string.

Parameters accepted by the social_youtube_comments operation
ParameterTypeRequiredDescription
video_idstringyesYouTube video id, the part after v= in a watch URL.
location_codenumbernoNumeric location code to scope results to. Defaults to 2840 (United States). Search volume and competition vary sharply by country, so set this when the question is about a specific market.Defaults to 2840
language_codestringnoISO language code for results, for example 'en' or 'de'. Defaults to 'en'.Defaults to en
limitnumbernoMaximum rows to return (1 to 700, default 100). Ask for the fewest that answer the question: every row is billed and spends the caller's context.Defaults to 100

Which playbooks call social_youtube_comments?

1 of the research playbooks name social_youtube_comments in their method. Each is free to read and says where in the sequence the call belongs.

Reference for social_youtube_comments · last updated · published by Wuthering AI