Google Episode Guide API

When a Google search contains a "Episode Guide" block, it is parsed and exist within the episode_guide object in the JSON output. Each item within the Episode Guide can contain: title, link, snippet, thumbnail, and more.

API Examples

Results for: Midnight Mass

Results for: Midnight Mass

JSON Example

{
  ...
  "episode_guide": [
    {
      "position": 1,
      "title": "S1 E1 · Book I: Genesis",
      "link": "https://www.google.com/search?sca_esv=acf673aa48e31f36&hl=en&gl=us&q=Midnight+Mass+episode+(season+1,+episode+1)&stick=H4sIAAAAAAAAAONgVuLVT9c3NCzMMM3OqyqO38XEkV-WWlSWmVq-iFXbNzMlLzM9o0TBN7G4WCG1ILM4PyVVQaM4NbE4P0_BUAcuZKgJAIu1QhxKAAAA&sa=X&ved=2ahUKEwi3quTqxt-LAxUxFFkFHeSML5AQm8wBKAF6BQiCARAC",
      "snippet": "Riley Flynn returns home to family dysfunction, familiar faces and a new priest at St. Patrick's; a dark storm is brewing on the island.",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRJJlhyJE4PnFpD0lKhgGW1cuCHG1i7tNMk2BaGNk4A3wVy79tivim3&s=0",
      "date": "Sep 24, 2021",
      "available_on": [
        {
          "name": "Netflix",
          "link": "https://www.netflix.com/watch/81132641?source=35",
          "image": "https://www.gstatic.com/kpui/watch/netflix_icon_40x40.png"
        }
      ],
    },
    {
      "position": 2,
      "title": "S1 E2 · Book II: Psalms",
      "link": "https://www.google.com/search?sca_esv=acf673aa48e31f36&hl=en&gl=us&q=Midnight+Mass+episode+(season+1,+episode+2)&stick=H4sIAAAAAAAAAONgVuLVT9c3NCwwNKrKii_I2MXEkV-WWlSWmVq-iFXbNzMlLzM9o0TBN7G4WCG1ILM4PyVVQaM4NbE4P0_BUAcuZKQJAN4jGDRKAAAA&sa=X&ved=2ahUKEwi3quTqxt-LAxUxFFkFHeSML5AQm8wBKAF6BQiGARAC",
      "snippet": "An unsettling omen washes ashore in the wake of the storm; when the locals gather for a potluck, tragedy strikes -- and a miracle occurs.",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQDcYVcmgv3fvmSMYr6_l8Y_K9VySmEQLk9Ys0tt9YkJYZg_ocpc3lt&s=0",
      "date": "Sep 24, 2021",
      "available_on": [
        {
          "name": "Netflix",
          "link": "https://www.netflix.com/watch/81132642?source=35",
          "image": "https://www.gstatic.com/kpui/watch/netflix_icon_40x40.png"
        }
      ]
    },
    {
      "position": 3,
      "title": "S1 E3 · Book III: Proverbs",
      "link": "https://www.google.com/search?sca_esv=acf673aa48e31f36&hl=en&gl=us&q=Midnight+Mass+episode+(season+1,+episode+3)&stick=H4sIAAAAAAAAAONgVuLVT9c3NCzMMM0uTDco2sXEkV-WWlSWmVq-iFXbNzMlLzM9o0TBN7G4WCG1ILM4PyVVQaM4NbE4P0_BUAcuZKwJAKIJJ5xKAAAA&sa=X&ved=2ahUKEwi3quTqxt-LAxUxFFkFHeSML5AQm8wBKAF6BQiLARAC",
      "snippet": "Miraculous times leave residents stunned as Leeza pays Joe a visit; a shocking confession reveals what really happened to Monsignor Pruitt.",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQoyL6LtQEnrfKPVO_kaRWcPGa9UK-KOqsbqTnQH5mZYeEchXL2HY2Y&s=0",
      "date": "Sep 24, 2021",
      "available_on": [
        {
          "name": "Netflix",
          "link": "https://www.netflix.com/watch/81132644?source=35",
          "image": "https://www.gstatic.com/kpui/watch/netflix_icon_40x40.png"
        }
      ]
    }
  ],
  ...
}