Google Showtimes Results API

The Google Showtimes Results API allows a user to scrape the showtimes results of a Google search. These results are usually seen when searching for movies that are currently being shown in theaters, or when searching for specific theaters. SerpApi is able to scrape, extract, and make sense of this information.

When SerpApi encounters "Showtimes" results, we add them to our JSON output. We are able to extract: day, date, name, link, address, type, time, and more.

API Examples

Results for: movies

These results can appear when searching for movies that are currently being shown in theaters.

Results for: movies

JSON Example

{
  "showtimes": [
    {
      "day": "Today",
      "date": "Nov 8",
      "theaters": [
        {
          "name": "Alamo Drafthouse Cinema South Lamar",
          "link": "https://www.google.com/search?q=alamo+drafthouse+cinema+south+lamar&stick=H4sIAAAAAAAAAOPgFeLSz9U3yElJK8_KkOLVT9c3NMwwrjCpMjQrThI2tDQzNjKzNLQwMjA2NTE3MjQx2MTEosVUWryIVTkxJzE3XyGlKDGtJCO_tDhVITkzLzU3UaE4v7QkQwEomVgEADpHpZ9fAAAA&sa=X&ved=2ahUKEwiYnMLe3Yj0AhWvgGoFHYilB7UQySZ6BAhOEAs",
          "distance": "1.5 mi",
          "address": "1120 South Lamar, Austin, TX 78704",
          "showing": [
            {
              "time": [
                "6:00pm",
                "7:00pm",
                "9:55pm",
                "10:10pm",
                "10:45pm"
              ],
              "type": "Standard"
            }
          ]
        },
        {
          "name": "Alamo Drafthouse Cinema Mueller",
          "link": "https://www.google.com/search?q=alamo+drafthouse+cinema+mueller&stick=H4sIAAAAAAAAAOPgFeLVT9c3NEw2yiu0yDXLkYJwM4wrTKoMzYqThM1MDM0NTcwNjC0sLUxNDI1NDY02MbFoMZUWL2KVT8xJzM1XSClKTCvJyC8tTlVIzsxLzU1UyC1NzclJLQIADHa9N14AAAA&sa=X&ved=2ahUKEwiYnMLe3Yj0AhWvgGoFHYilB7UQySZ6BAhOEBM",
          "distance": "3.2 mi",
          "address": "Suite 102, 1911 Aldrich Street, Austin, TX 78723",
          "showing": [
            {
              "time": [
                "2:40pm",
                "3:25pm",
                "6:35pm",
                "7:25pm"
              ],
              "type": "Standard"
            }
          ]
        },
        {
          "name": "AMC Barton Creek Square 14",
          "link": "https://www.google.com/search?q=amc+barton+creek+square+14&stick=H4sIAAAAAAAAAOPgFeLWT9c3LDc2MTdIt5TiBXEMM4wrTKoMzYqTRAwNzQ0MDIxMLUwNzAzNzI3MjI1NNjGxaDGVFi9ilUrMTVZISiwqyc9TSC5KTc1WKC4sTSxKVTA0AQAZeIHHWAAAAA&sa=X&ved=2ahUKEwiYnMLe3Yj0AhWvgGoFHYilB7UQySZ6BAhOEBo",
          "distance": "4.0 mi",
          "address": "2901 Capital Of Texas Hwy., Austin, TX 78746",
          "showing": [
            {
              "time": [
                "3:15pm",
                "6:45pm",
                "7:15pm",
                "8:15pm"
              ],
              "type": "Standard"
            },
            {
              "time": [
                "12:45pm",
                "4:15pm",
                "7:45pm"
              ],
              "type": "IMAX"
            },
            {
              "time": [
                "1:45pm",
                "5:15pm",
                "8:45pm"
              ],
              "type": "Dolby Cinema"
            }
          ]
        },
        ...
      ]
    },
    ...
  ]
}

Results for: theaters

These results can appear when searching for a theater.

Results for: theaters

JSON Example

{
  "showtimes": [
    {
      "day": "Today",
      "movies": [
        {
          "name": "Eternals",
          "link": "https://www.google.com/search?q=eternals&stick=H4sIAAAAAAAAAOPgVeLVT9c3NMwwrjCpMjQr3sTkxcXvmJtalJmcqO-cASTT86XYHEuLSzLzlLh4-QQ-OYpem3v4kBZTabGTEOfxdPvnz7yi2wTtDj-d0Ho9bpEXN8i4cmMTc4N0ywtMjItYOVJLUovyEnOKAQNvLyBsAAAA&sa=X&ved=2ahUKEwj04LCe3oj0AhVslGoFHVaVDqQQxyZ6BAgOEBM",
          "showing": [
            {
              "time": [
                "3:15pm",
                "6:45pm",
                "7:15pm",
                "8:15pm"
              ],
              "type": "Standard"
            },
            {
              "time": [
                "12:45pm",
                "4:15pm",
                "7:45pm"
              ],
              "type": "IMAX"
            },
            {
              "time": [
                "1:45pm",
                "5:15pm",
                "8:45pm"
              ],
              "type": "Dolby Cinema"
            }
          ]
        },
        {
          "name": "Halloween Kills",
          "link": "https://www.google.com/search?q=halloween+kills&stick=H4sIAAAAAAAAAOPgVeLVT9c3NMwwKbKwTIsv3MTkxcXvmJtalJmcqO-cASTT86XYHEuLSzLzlLh4-QQ-OYpem3v4kBZTabGTEOfxdPvnz7yi2wTtDj-d0Ho9bpEXN8i4cmMTc4N0ywtMjItY-TMSc3Lyy1NT8xSyM3NyigEXZc44cwAAAA&sa=X&ved=2ahUKEwj04LCe3oj0AhVslGoFHVaVDqQQxyZ6BAgOECI",
          "showing": [
            {
              "time": [
                "1:50pm",
                "4:30pm",
                "8:45pm"
              ],
              "type": "Standard"
            }
          ]
        },
        {
          "name": "Dune",
          "link": "https://www.google.com/search?q=dune&stick=H4sIAAAAAAAAAOPgVeLVT9c3NEzLqko2ii8x2MTkxcXvmJtalJmcqO-cASTT86XYHEuLSzLzlLh4-QQ-OYpem3v4kBZTabGTEOfxdPvnz7yi2wTtDj-d0Ho9bpEXN8i4cmMTc4N0ywtMjItYWVJK81IBAokR8WgAAAA&sa=X&ved=2ahUKEwj04LCe3oj0AhVslGoFHVaVDqQQxyZ6BAgOECg",
          "showing": [
            {
              "time": [
                "12:30pm",
                "4:00pm",
                "7:30pm"
              ],
              "type": "Standard"
            }
          ]
        },
        ...
      ]
    },
    ...
  ]
}