YouTube Related Searches API

This kind of results appear as a horizontal list of items that can be related to your search in a couple of ways (e.g. searches related to ... or people also search for). When SerpApi encounters them, we are able to extract their query, link and thumbnail


The API endpoint is https://serpapi.com/search?engine=youtube

Head to the playground for a live and interactive demo.

API Examples

Results for: Red Hot Chili Peppers

Results for: Red Hot Chili Peppers

JSON Example

{
  ...
  "searches_related_to_red_hot_chili_peppers": {
    "position_on_page": 17,
    "searches": [
      {
        "query": "Full Album",
        "link": "https://www.youtube.com/results?search_query=red+hot+chili+peppers+full+album&sp=eAE%253D",
        "thumbnail": "https://i.ytimg.com/vi/-iB10tgKHkw/mqdefault.jpg"
      },
      {
        "query": "Playlist",
        "link": "https://www.youtube.com/results?search_query=red+hot+chili+peppers+playlist&sp=eAE%253D",
        "thumbnail": "https://i.ytimg.com/vi/TDG-1p90Xg0/mqdefault.jpg"
      },
      {
        "query": "Mix",
        "link": "https://www.youtube.com/results?search_query=red+hot+chili+peppers+mix&sp=eAE%253D",
        "thumbnail": "https://i.ytimg.com/vi/X2i88dsSAOE/mqdefault.jpg"
      },
      ...
    ]
  },
  ...
}

Results for: People also search for

Results for: People also search for

JSON Example

{
  ...
  "people_also_search_for": {
    "position_on_page": 22,
    "searches": [
      {
        "query": "John Frusciante",
        "link": "https://www.youtube.com/results?search_query=john+frusciante&sp=Eh-SARwKCS9tLzAxOTFoNSoPam9obiBmcnVzY2lhbnRleAE%253D",
        "thumbnail": "https://lh3.googleusercontent.com/0_oQvh51h53TqfcvfpA_izITksEdnzPPYZQZYA3L0c2OaEuvBK4djqa0Ebqbh8IQddZ2d1e3mJiaH_Q=w320-h180-p-k-c0x00ffffff-no-rj-mo"
      },
      {
        "query": "Dave Navarro",
        "link": "https://www.youtube.com/results?search_query=dave+navarro&sp=Eh2SARoKCi9tLzAxbHo0dGYqDGRhdmUgbmF2YXJyb3gB",
        "thumbnail": "https://lh3.googleusercontent.com/k0RQ7RtqPJz9L4nGR79FKr3AuYgfwr_3l9L2O4pRrCcdMMKby2TXQKtzhGh0KCvuFqsPV7ozPHh0Uvk=w320-h180-p-k-c0x00ffffff-no-rj-mo"
      },
      {
        "query": "Flea",
        "link": "https://www.youtube.com/results?search_query=flea+red+hot+chili+peppers&sp=EiuSASgKCi9tLzAxd3d2dDIqGmZsZWEgcmVkIGhvdCBjaGlsaSBwZXBwZXJzeAE%253D",
        "thumbnail": "https://lh3.googleusercontent.com/d-6lF1_ytc-rzGeaWkZ5QVPLHhbWSAGIopb9ZnEsGC3119ZOOiBgvIkNHUZ-T2ca5N3CtJiX6NBG6OlY=w320-h180-p-k-c0x00ffffff-no-rj-mo"
      },
      ...
    ]
  }
  ...
}