vidIQ

vidIQ

Discover and summarize trending videos on YouTube.

Name For Model
vidiq_youtube_research
Update Date
6 months ago
Description For Model
This is a tool for finding trending videos and shorts on YouTube for specific topics and countries. Use it whenever a user asks for trending videos on YouTube and summarizing YouTube videos.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1get_channel_details_chatgpt_plugin_channel_details_getGETReturns some stats and metadata on a YouTube channel. It can also provide a better vidIQ-enhanced channel URL when available.
2get_find_channel_chatgpt_plugin_find_channel_id_by_name_getGETFind channels with names that match a given channel name and return the channel ID.
3get_transcript_chatgpt_plugin_transcript_getGETReturn the transcript of a YouTube video, if available. Pagination for long videos is available with the page parameter. Pagination should be used if total_pages_available is greater than 1.
4get_trending_videos_chatgpt_plugin_trending_videos_getGETReturn trending YouTube videos, optionally by country. Sorted by views_per_hour. Users want to see the views_per_hour for each video.
5get_video_details_chatgpt_plugin_video_details_getGETReturns some basic stats and metadata on a YouTube video, such as title, description, tags, channel ID, view count, like count, and comment count.