Google Short Videos API

When SerpApi encounters Short Videos results, we add them to our JSON output as the array short_videos. For each Short Videos result, we are able to extract its title, source, extensions, thumbnail, and link.

API Examples

JSON structure overview

{
  ...
  "short_videos": [
    {
      "title": "Tom Hanks Reveals He Almost Died While Filming 'Cast Away' by Rare Media on YouTube",
      "source": "YouTube",
      "extensions": [
        "Rare Media"
      ],
      "thumbnail": "https://i.ytimg.com/vi/Yuy7Eyr3Ej4/mqdefault.jpg?sqp=-oaymwEFCHAQlgE&rs=AMzJL3nb46TUa4r9OXw4Mp0aEunnTI-upw",
      "link": "https://www.youtube.com/shorts/Yuy7Eyr3Ej4"
    },
  ...
  ]
}

Short Videos overview

Short Videos overview

JSON Example

{
  "short_videos": [
    {
      "title": "Tom Hanks Reveals He Almost Died While Filming 'Cast Away' by Rare Media on YouTube",
      "source": "YouTube",
      "extensions": [
        "Rare Media"
      ],
      "thumbnail": "https://i.ytimg.com/vi/Yuy7Eyr3Ej4/mqdefault.jpg?sqp=-oaymwEFCHAQlgE&rs=AMzJL3nb46TUa4r9OXw4Mp0aEunnTI-upw",
      "link": "https://www.youtube.com/shorts/Yuy7Eyr3Ej4"
    },
  ...
  ]
}