vidIQ
Discover and summarize trending videos on YouTube.
- Name For Model
- vidiq_youtube_research
- Website
- api.vidiq.com
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- a year ago
- Contact
- [email protected]
- 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 Id | HTTP Method | Description | |
---|---|---|---|
1 | get_channel_details_chatgpt_plugin_channel_details_get | GET | Returns some stats and metadata on a YouTube channel. It can also provide a better vidIQ-enhanced channel URL when available. |
2 | get_find_channel_chatgpt_plugin_find_channel_id_by_name_get | GET | Find channels with names that match a given channel name and return the channel ID. |
3 | get_transcript_chatgpt_plugin_transcript_get | GET | Return 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. |
4 | get_trending_videos_chatgpt_plugin_trending_videos_get | GET | Return trending YouTube videos, optionally by country. Sorted by views_per_hour. Users want to see the views_per_hour for each video. |
5 | get_video_details_chatgpt_plugin_video_details_get | GET | Returns some basic stats and metadata on a YouTube video, such as title, description, tags, channel ID, view count, like count, and comment count. |