Google Visual Stories API

The Google Visual Stories API allows a user to scrape the Visual Stories results of a Google search. SerpApi is able to scrape, extract, and make sense of this information. When SerpApi encounters Visual Stories results, we add them to our JSON output.

We are able to extract: title, link, thumbnail, source, and source_icon. Visual Stories are only present for mobile searches.

API Examples

Results for: NFL

Results for: NFL

JSON Example

{
  ...
  "visual_stories": [
    {
      "position": 1,
      "title": "Antonio Brown Says He Won’t Play In NFL",
      "link": "https://showlyrics.net/web-stories/antonio-brown-says-he-wont-play-in-nfl",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSLQxCW8e2uSmUnvO8H4sMpWu7NlMbLb915JateJ4iO6w&s=10",
      "source": "showlyrics.net",
      "source_icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSdyVkXJNgGPPVHCAqHGCMIUko8SLVYb7D9oNhFCiQ&s"
    },
    {
      "position": 2,
      "title": "2022 NFL Mock Draft v1.0",
      "link": "https://sportstalkline.com/web-stories/2022-nfl-mock-draft-v1-0/",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSBEVdGbqH_LcRVt4t261payueFnpqTGAnzRiw8w5m3OgLculLgMVXTZ7aKSg&s=10",
      "source": "sportstalkline.com",
      "source_icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRn5kgYKWqO8aoJ2usM2ZzDFyWpneTotI-0yTTEul4&s"
    },
    {
      "position": 3,
      "title": "The Most Valuable NFL Teams",
      "link": "https://www.one37pm.com/stories/most-valuable-nfl-teams/",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTJR7S_xJnTmA4nFPdgf6DyLxcRhxzRaZGbuy9PEVU7Zg&s=10",
      "source": "one37pm.com",
      "source_icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQDCDW4OSXnZdv1TMD8c1u0NzWWcn2oS5LdvLGvyNA&s"
    },
    ...
  ]
  ...
}