Search YouTube

social_youtube_search is a $0.20 GET request on the Wuthering AI API. Find videos ranking for a search term, with view counts and channels. It answers complete JSON, and a call that fails is not charged.

Endpoint

GET /v1/social_youtube_search

Price per successful call

$0.20

Failed calls

Not charged

curl 'https://wutheringai.com/v1/social_youtube_search?keyword=…&token=YOUR_TOKEN'

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

Search YouTube for a term and return the ranked video results.

View counts on tutorial and comparison videos are a durable demand signal: people only watch a twenty-minute setup walkthrough for a problem they actually have. Pair a result's video_id with wuthering_social_youtube_subtitles to read what was said.

Returns: video_id, title, channel_name, channel_url, views_count, publication_date, duration_time, description, url, rank_absolute.

Use to find the videos shaping how buyers understand a category. Don't use for web pages, which is wuthering_web_search.

What parameters does social_youtube_search take?

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

Parameters accepted by the social_youtube_search operation
ParameterTypeRequiredDescription
keywordstringyesSearch term to look up on YouTube.
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

Reference for social_youtube_search · last updated · published by Wuthering AI