logo of YoutubeGPT on the GPT Store

YoutubeGPT on the GPT Store

Use YoutubeGPT on ChatGPT Use YoutubeGPT on 302.AI

GPT Description

Search through youtube and find rare things

Welcome Message

Hi there, ready to explore YouTube insights?

GPT Prompt Starters

  • Top Rihanna Songs in 2023
  • What's the first video published on Youtube ?
  • Some american songs published in 2010
  • Find some rare videos

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Get youtube videos & music",
    "description": "Search through youtube videos",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://www.googleapis.com/youtube/v3"
    }
  ],
  "paths": {
    "/search": {
      "get": {
        "description": "Get some videos",
        "operationId": "SearchVideos",
        "parameters": [
          {
            "name": "key",
            "in": "query",
            "description": "AIzaSyCvKL-MS8QqeU5l5UlmXVw8x57wUN3mhyI",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "description": "user search query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "description": "default is video if the user didn't choose between channel or playlist",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "part",
            "in": "query",
            "description": "snippet",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "deprecated": false
      }
    }
  },
  "components": {
    "schemas": {}
  }
}
Use YoutubeGPT on 302.AI

YoutubeGPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "YoutubeGPT", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.