Google Available On Results API

The Google Available On Results API allows a user to scrape the Available On results of a Google search. These results are usually seen for media, such as: movies, music, books, etc. SerpApi is able to scrape, extract, and make sense of this information. When SerpApi encounters "Available On" results, we add them to our JSON output. We are able to extract: name, link, price and thumbnail.

API Examples

Results for: star wars watch online

Results for: star wars watch online

JSON Example

{
  ...
  "available_on": [
    {
      "name": "Hulu",
      "link": "https://www.hulu.com/watch/913f9947-7057-48c5-a8d7-973f4f0227ff",
      "price": "Premium subscription",
      "thumbnail": "https://serpapi.com/searches/60e6d8f1de983400978f8e1f/images/996bf28d095f2f454a71713795ca517d6bb12284e3ee25f5fda528374327cf69.png"
    },
    {
      "name": "Disney+",
      "link": "https://www.disneyplus.com/video/f4add311-5f2a-4d79-a6c3-588a1765b7d9?distributionPartner=google",
      "price": "Subscription",
      "thumbnail": "https://serpapi.com/searches/60e6d8f1de983400978f8e1f/images/996bf28d095f2f4512e06acdbad9eb61810c31bad3436b9f64b642c0e9982c0e.png"
    },
    {
      "name": "Sling TV",
      "link": "https://watch.sling.com/1/program/db84239422c94960a1f709e7f7c841bc/watch?trackingid=google-feed",
      "price": "Premium subscription",
      "thumbnail": "https://serpapi.com/searches/60e6d8f1de983400978f8e1f/images/996bf28d095f2f45589243f3501f264f31adb868782ab5bbdd4c1843798ef42f.png"
    },
    ...
  ],
  ...
}