Google Videos 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": "<URL to image>",
      "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": "<URL to image>",
      "link": "https://www.youtube.com/shorts/Yuy7Eyr3Ej4"
    },
  ...
  ]
}