Google Organic Results API

Google search main results are called organic results. Some results are simple and straightforward. Others include rich data like reviews, thumbnails, and other special snippets. SerpApi is able to scrape, extract, and make sense of both simple and more complex organic results.

When SerpApi encounters organic results, we add them to our JSON output as the array organic_results.

For each organic result, we are able to extract its position, title, link, redirect_link, source, displayed_link, thumbnail, favicon, date, author, cited_by, extracted_cited_by, snippet, cached_page_link, about_page_link, related_pages_link, sitelinks:inline, sitelinks:expanded, rich_snippet:top, rich_snippet:bottom, rich_snippet_table, extensions, reviews, ratings, answers, related_questions and more.

JSON structure overview

{
  ...
  "organic_results": [
    {
      "position": "Integer - Position of the organic result on the search page",
      "title": "String - Title of the organic result",
      "link": "String - Link of the organic result",
      "redirect_link": "String - Redirect link of the organic result",
      "displayed_link": "String - Displayed link of the organic result",
      "thumbnail": "String - Thumbnail of the organic result",
      "date": "String - Date of the organic result",
      "author": "String - Author of the organic result",
      "cited_by": "String - Cited by of the organic result",
      "extracted_cited_by": "Integer - Extracted cited by number of the organic result",
      "favicon": "String - Favicon of the organic result",
      "snippet": "String - Snippet of the organic result",
      "snippet_highlighted_words": [
        "String - Snippet highlighted word of the organic result",
      ],
      "duration": "String - Duration of the organic result - video result",
      "key_moments": [
        {
          "text": "String - Text of the key moment",
          "time": "String - Time of the key moment",
          "link": "String - Link of the key moment",
          "thumbnail": "String - Thumbnail of the key moment"
        },
      ],
      "video_link": "String - Video link of the organic result",
      "sitelinks_search_box": "Boolean - Has search box in the organic result",
      "sitelinks": {
        "inline": [
          {
            "title": "String - Title of the inline sitelink",
            "link": "String - Link of the inline sitelink"
          },
        ],
        "expanded": [
          {
            "title": "String - Title of the expanded sitelink",
            "link": "String - Link of the expanded sitelink",
            "snippet": "String - Snippet of the expanded sitelink"
          },
        ],
        "list": [
          {
            "title": "String - Title of the list sitelink",
            "link": "String - Link of the list sitelink",
            "snippet": "String - Snippet of the list sitelink"
          },
        ]
      },
      "rich_snippet": {
        "top": {
          "extensions": [
            "String - Extension of the rich snippet top",
          ],
          "detected_extensions": {
            "price": "String - Price of detected extension of the rich snippet top",
            "currency": "String - Currency of detected extension of the rich snippet top",
            "month as key": "String - Date of the month in detected extension of the rich snippet top",
            "week as key": "String - Number of week in detected extension of the rich snippet top"
          }
        },
        "bottom": {
          "extensions": [
            "String - Extension of the rich snippet bottom",
          ],
          "detected_extensions": {
            "price": "String - Price of detected extension of the rich snippet bottom",
            "currency": "String - Currency of detected extension of the rich snippet bottom",
            "top_answer": "String - Top answer of detected extension of the rich snippet bottom",
            "vote_count": "String - Vote count of detected extension of the rich snippet bottom",
            "link": "String - Link of detected extension of the rich snippet bottom",
            "answer_count": "String - Answer count of detected extension of the rich snippet bottom"
          }
        }
      },
      "carousel": [
        {
          "title": "String - Title of the carousel item",
          "link": "String - Link of the carousel item",
          "thumbnail": "String - Thumbnail of the carousel item",
          "snippet": "String - Snippet of the carousel item",
          "source": "String - Source of the carousel item",
          "author": "String - Author of the source content",
          "duration": "String - Duration for video carousel item",
          "date": "String - Date posted of the carousel item",
          "extensions": "Array - Additional information about the expanded site, for example, movie rating"
        },
      ],
      "about_this_result": {
        "source": {
          "description": "String - Description of the about_this_result of the organic result",
          "source_info_link": "String - Source info link of the about_this_result of the organic result",
          "security": "String - Security of the about_this_result of the organic result",
          "icon": "String - Icon of the about_this_result of the organic result"
        },
        "keywords": [
          "String - Keyword of the about_this_result of the organic result",
        ],
        "languages": [
          "String - Language of the about_this_result of the organic result",
        ],
        "regions": [
          "String - Region of the about_this_result of the organic result",
        ],
      },
      "about_page_link": "String - About page link of the organic result",
      "about_page_serpapi_link": "String - About page SerpApi link of the organic result",
      "cached_page_link": "String - Cached page link of the organic result",
      "related_pages_link": "String - Related pages link of the organic result",
      "source": "String - Source of the organic result"
    },
  ],
  ...
}

API Examples

Organic results overview

Organic results overview

JSON Example

{
  ...
  "organic_results": [
    {
      "position": 1,
      "title": "Coffee",
      "link": "https://en.wikipedia.org/wiki/Coffee",
      "redirect_link": "https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://en.wikipedia.org/wiki/Coffee&ved=2ahUKEwiR5vqbm5KDAxUJSzABHetUBPsQFnoECA8QAQ",
      "displayed_link": "https://en.wikipedia.org › wiki › Coffee",
      "thumbnail": "https://serpapi.com/searches/644b696a15afff2c2fdb8474/images/ed8bda76b255c4dc4634911fb134de5319e08af7e374d3ea998b50f738d9f3d2.jpeg",
      "favicon":  "https://serpapi.com/searches/647d7f362c2c2a3962879557/images/eaae281147a6573e1938c032f47c3595217b0dd06301405bb682756bcef85f10.png",
      "snippet": "Coffee is a beverage prepared from roasted coffee beans. Darkly colored, bitter, and slightly acidic, coffee has a stimulating effect on humans, ...",
      "snippet_highlighted_words": [
        "Coffee",
        "coffee",
        "coffee"
      ],
      "sitelinks": {
        "inline": [
          {
            "title": "Coffee bean",
            "link": "https://en.wikipedia.org/wiki/Coffee_bean"
          },
          {
            "title": "History",
            "link": "https://en.wikipedia.org/wiki/History_of_coffee"
          },
          {
            "title": "Coffee production",
            "link": "https://en.wikipedia.org/wiki/Coffee_production"
          },
          {
            "title": "Coffee preparation",
            "link": "https://en.wikipedia.org/wiki/Coffee_preparation"
          }
        ]
      },
      "rich_snippet": {
        "bottom": {
          "extensions": [
            "Region of origin: Kaffa in Horn of Africa",
            "Introduced: 15th century",
            "Ingredients: Roasted coffee beans",
            "Flavor: Distinctive, somewhat bitter"
          ],
          "detected_extensions": {
            "introduced_th_century": 15
          }
        }
      },
      "about_this_result": {
        "source": {
          "description": "Wikipedia is a multilingual free online encyclopedia written and maintained by a community of volunteers, known as Wikipedians, through open collaboration and using a wiki-based editing system called MediaWiki. Wikipedia is the largest and most-read reference work in history.",
          "source_info_link": "https://en.wikipedia.org/wiki/Coffee",
          "security": "secure",
          "icon": "https://serpapi.com/searches/644b696a15afff2c2fdb8474/images/ed8bda76b255c4dc4634911fb134de53068293b1c92f91967eef45285098b61516f2cf8b6f353fb18774013a1039b1fb.png"
        }
      },
      "about_page_link": "https://www.google.com/search?q=About+https://en.wikipedia.org/wiki/Coffee&tbm=ilp&ilps=ADJL0izANxNmAZazzpMAeGlkd2tXrw-aIQ",
      "about_page_serpapi_link": "https://serpapi.com/search.json?engine=google_about_this_result&google_domain=google.com&ilps=ADJL0izANxNmAZazzpMAeGlkd2tXrw-aIQ&q=About+https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FCoffee",
      "cached_page_link": "https://webcache.googleusercontent.com/search?q=cache:U6oJMnF-eeUJ:https://en.wikipedia.org/wiki/Coffee&cd=19&hl=en&ct=clnk&gl=us",
      "related_pages_link": "https://www.google.com/search?gl=us&hl=en&q=related:https://en.wikipedia.org/wiki/Coffee+Coffee",
      "source": "Wikipedia"
    },
    {
      "position": 2,
      "title": "The Coffee Bean & Tea Leaf | CBTL",
      "link": "https://www.coffeebean.com/",
      "redirect_link": "https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.coffeebean.com/&ved=2ahUKEwj3gdzSm5KDAxXdIEQIHW5OCPkQFnoECAkQAQ",
      "displayed_link": "https://www.coffeebean.com",
      "favicon":  "https://serpapi.com/searches/647d7f362c2c2a3962879557/images/eaae281147a6573e1938c032f47c3595277a9cb2cabd3d308557d74427b8c62d.png",
      "snippet": "Born and brewed in Southern California since 1963, The Coffee Bean & Tea Leaf® is passionate about connecting loyal customers with carefully handcrafted ...",
      "snippet_highlighted_words": [
        "Coffee"
      ],
      "sitelinks": {
        "inline": [
          {
            "title": "Store locator",
            "link": "https://www.coffeebean.com/store-locator"
          },
          {
            "title": "Coffee",
            "link": "https://www.coffeebean.com/cafe-menu/coffee"
          },
          {
            "title": "Cafe Menu",
            "link": "https://www.coffeebean.com/cafe-menu"
          },
          {
            "title": "Coffee Sourcing",
            "link": "https://www.coffeebean.com/our-story/coffee-sourcing"
          }
        ]
      },
      "about_this_result": {
        "source": {
          "description": "The Coffee Bean & Tea Leaf is an American coffee shop chain founded in 1963. Since 2019, it is a trade name of Ireland-based Super Magnificent Coffee Company Ireland Limited. Its 80% stake is by multinational company Jollibee Foods Corporation.",
          "source_info_link": "https://www.coffeebean.com/",
          "security": "secure",
          "icon": "https://serpapi.com/searches/644b696a15afff2c2fdb8474/images/ed8bda76b255c4dc4634911fb134de536aae041ac4d3ec38c806b5ac043223330ee0f1a11b201598d2e5fe218962b69a.png"
        }
      },
      "about_page_link": "https://www.google.com/search?q=About+https://www.coffeebean.com/&tbm=ilp&ilps=ADJL0iyEMfWcc_F0sQp68evlFpMNONzA7w",
      "about_page_serpapi_link": "https://serpapi.com/search.json?engine=google_about_this_result&google_domain=google.com&ilps=ADJL0iyEMfWcc_F0sQp68evlFpMNONzA7w&q=About+https%3A%2F%2Fwww.coffeebean.com%2F",
      "cached_page_link": "https://webcache.googleusercontent.com/search?q=cache:WpQxSYo2c6AJ:https://www.coffeebean.com/&cd=20&hl=en&ct=clnk&gl=us",
      "related_pages_link": "https://www.google.com/search?gl=us&hl=en&q=related:https://www.coffeebean.com/+Coffee",
      "source": "Coffee Bean"
    },
    ...
  ],
  ...
}

Results for: Thumbnail

Results for: Thumbnail

JSON Example

{
  "position": 6,
  "title": "Pewdiepie - Twitch",
  "link": "https://www.twitch.tv/pewdiepie",
  "redirect_link": "https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.twitch.tv/pewdiepie&ved=2ahUKEwifhP2YnJKDAxU5QzABHRb4CJAQFnoECBsQAQ",
  "displayed_link": "https://www.twitch.tv/pewdiepie",
  "thumbnail": "<URL to image>",
  "snippet": "Pewdiepie. Verified. Videos. 0 · Clips · Collections · Events · Followers. 928,584 · Following. 0 · Videos ...",
  "related_pages_link": "https://www.google.com/search?hl=en&gl=us&q=related:https://www.twitch.tv/pewdiepie+Pewdiepie&tbo=1&sa=X&ved=0ahUKEwiturvW9NvaAhXDVN8KHSdpAZcQHwiFATAQ"
}

Results for: Rich Snippet with Extensions

Results for: Rich Snippet with Extensions

JSON Example

{
  "position": 7,
  "title": "Book Hilton Austin in Austin | Hotels.com",
  "link": "https://www.hotels.com/ho216352/hilton-austin-austin-united-states-of-america/",
  "redirect_link": "https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.hotels.com/ho216352/hilton-austin-austin-united-states-of-america/&ved=2ahUKEwj9-K_lnJKDAxW1AzQIHSZZBxMQFnoECB0QAQ",
  "displayed_link": "https://www.hotels.com › ... › Texas Hotels › Austin Hotels",
  "snippet": "Hilton Austin in Austin on Hotels.com and earn Rewards nights. Collect 10 nights get 1 free*. Read 745 genuine guest reviews for Hilton Austin.",
  "cached_page_link": "https://webcache.googleusercontent.com/search?q=cache:9iW-p8PWDQ4J:https://www.hotels.com/ho216352/hilton-austin-austin-united-states-of-america/+&cd=9&hl=en&ct=clnk&gl=us",
  "related_pages_link": "https://www.google.com/search?hl=en&gl=us&q=related:https://www.hotels.com/ho216352/hilton-austin-austin-united-states-of-america/+hotel+hilton+austin&tbo=1&sa=X&ved=0ahUKEwjWva3C99vaAhXJx1QKHaTUAR8QHwh-MAg",
  "rich_snippet": {
    "top": {
      "detected_extensions": {
        "rating": 4.5,
        "price_range_from": 209
      },
      "extensions": [
        "Rating: 4.5",
        "745 votes",
        "Price range: from $209"
      ]
    }
},

Rich Snippet results for: Table

Rich Snippet results for: Table

JSON Example

{
  ...
    {
      "position": 3,
      "title": "List of country codes by alpha-2, alpha-3 code (ISO 3166) - IBAN",
      "link": "https://www.iban.com/country-codes",
      "redirect_link": "https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.iban.com/country-codes&ved=2ahUKEwisn5GMnZKDAxVrgK8BHS8lAg4QFnoECB0QAQ&usg=AOvVaw1S91ARxH801VYxs3gqhqry",
      "displayed_link": "https://www.iban.com › country-codes",
      "snippet": "Press / to jump to the search box/MoreSettings Privacy settingsHow Search worksAbout featured snippets › country_code_list › country_code_list Privacy settingsHow Search works › country-codes › country-codes › dialing-codes › dialing-codes2 - Africa and some others like Greenland, Faroe Islands and Aruba.2 - Africa and some others like Greenland, Faroe Islands and Aruba. › List_of_country_calling_codes › List_of_country_calling_codesCanada: Dialing Code +1, Country Code +1, Prefix.Canada: Dialing Code +1, Country Code +1, Prefix. › prefix › prefix › enterprise › internati... › enterprise › internati... › wiki › List_of_country_callin... › wiki › List_of_country_callin... › wiki › Country_code › wiki › Country_codeView all › images › pdf › Country_Co... › images › pdf › Country_Co...PDF › iso-3166-country-codes › iso-3166-country-codes › info › tools › countrycode › info › tools › countrycode › classes › BLA361 › classes › BLA361PDFRelated searchesCountry codes are short alphabetic or numeric ...Country codes are short alphabetic or numeric geographical codes developed ...ISO 3166‑1 is a standard defining codes for the names ...ISO 3166‑1 is a standard defining codes for the names of countries, dependent ...HelpSend feedbackPrivacyTerms",
      "cached_page_link": "https://webcache.googleusercontent.com/search?q=cache:a1AkcpKJm5MJ:https://www.iban.com/country-codes+&cd=4&hl=en&ct=clnk&gl=us",
      "rich_snippet_table": [
        {
          "country": "Afghanistan",
          "alpha_2_code": "AF",
          "alpha_3_code": "AFG",
          "numeric": "004"
        },
        {
          "country": "Albania",
          "alpha_2_code": "AL",
          "alpha_3_code": "ALB",
          "numeric": "008"
        },
        {
          "country": "Algeria",
          "alpha_2_code": "DZ",
          "alpha_3_code": "DZA",
          "numeric": "012"
        }
      ]
    },
...
}

Author results for: Bacteria Cell, Evolution Classification

Author results for: Bacteria Cell, Evolution  Classification

JSON Example

{
  ...
  {
    "position": 7,
    "title": "The evolution of spherical cell shape; progress and perspective - PMC",
    "link": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6925525/",
    "displayed_link": "https://www.ncbi.nlm.nih.gov › pmc",
    "favicon": "https://serpapi.com/searches/656072f3f205eaefb9f459e7/images/79d74259ab4b5acabdfbe4bcb797bafe0872d9ce0a74985de3fe1414631e7cbd.png",
    "author": "by PRJ Yulo",
    "cited_by": "Cited by 29",
    "extracted_cited_by": 29,
    "date": "2019",
    "snippet": "Bacteria are commonly classified as rods, curved cells, or spheres (cocci). Many of the best-known bacteria fall within these simple categories: ...",
    "about_page_link": "https://www.google.com/search?q=About+https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6925525/&tbm=ilp",
    "about_page_serpapi_link": "https://serpapi.com/search.json?engine=google_about_this_result&google_domain=google.com&q=About+https%3A%2F%2Fwww.ncbi.nlm.nih.gov%2Fpmc%2Farticles%2FPMC6925525%2F",
    "source": "National Institutes of Health (.gov)"
  },
  ...
}

Results for: Top stories

Results for: Top stories

JSON Example

...
  "top_stories": [
    {
      "title": "Apple TV App Rolling Out to Sony TVs Ahead of Apple TV+ Launch",
      "link": "https://www.macrumors.com/2019/10/29/apple-tv-app-sony-tv-rollout/",
      "source": "MacRumors",
      "date": "13 hours ago",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQx7H5uRnOF6J3P7kk30BDWsjGxJG2XLr-Wt4kd1tlRdBuXvQLOUil4-MYDSZK82uQ7atmpeg&usqp=CAI&s"
    },
    {
      "title": "Sony 4K TVs on sale ahead of Black Friday, saving you $900",
      "link": "https://mashable.com/shopping/oct-26-sony-bravia-4k-tv-pcmag/",
      "source": "Mashable",
      "date": "3 days ago"
    },
    {
      "title": "Apple TV app is available on some Sony smart TVs",
      "link": "https://www.engadget.com/2019/10/29/apple-tv-app-sony-smart-tvs/",
      "source": "Engadget",
      "date": "11 hours ago",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSjq8ZjBMuriHVPK84JCtM-IdCDsMSqmT5RhBSyB5mSTSdV8cgDK4tg5wyY1nSS5skCJGU42A&usqp=CAI&s"
    }
  ],
  "top_stories_link": "/search?hl=en&gl=us&q=sony+tv&tbm=nws&source=univ&tbo=u&sa=X&ved=2ahUKEwjzjoq22MPlAhUYGDQIHZZkCloQt8YBKAF6BAgAEA0"
...

List format Results for: Top stories

List format Results for: Top stories

JSON Example

...
  "top_stories": [
    {
      "title": "Lawyer up? Trump aides grapple with legal morass",
      "link": "https://www.politico.com/news/2019/10/30/trump-aides-impeachment-fallout-061452",
      "source": "Politico",
      "date": "39 mins ago",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTyBlfIClghiKmbokioXjuP1Qv9-hQStBMeNXRNjc_uCdy7-HsJPhdRwwYOrqU8w5sgdnBoMtI&usqp=CAI&s"
    },
    {
      "title": "Trump’s Worst Month in Office Was One of Mike Pence’s Best",
      "link": "https://www.bloomberg.com/news/articles/2019-10-30/trump-s-worst-month-in-office-was-one-of-mike-pence-s-best",
      "source": "Bloomberg",
      "date": "1 hour ago",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRVjj6Mr5awabJEdd_xY1_M2zUDdcXMHoxA4-DMp0C7WBKQUvijWPK2PjN9gWxSXGwqd04X61w&usqp=CAI&s"
    }
  ],
  "top_stories_link": "/search?gl=us&hl=en&q=donald+trump&tbm=nws&source=univ&tbo=u&sa=X&ved=2ahUKEwjfg6az2MPlAhUO2VkKHRgjCuYQt8YBKAF6BAgEEC4",
...

Results for: Compact Inline Products

Results for: Compact Inline Products

JSON Example

...
  "inline_products": [
    "position": 1,
      "title": "Sony BRAVIA X900F",
      "link": "https://www.google.com/search?hl=en&gl=us&q=Sony+BRAVIA+X900F&stick=H4sIAAAAAAAAAAG8AEP_CAoiDS9nLzExZjRsdnI4Y25iEGVhZWRiODUyMzRkNmJlZmWYAgHSBAg8uDQPE5jb6IgFAqIFEVNvbnkgQlJBVklBIFg5MDBGwAWnoYvcjrOtg-4BwAWzwLnT1vOouIEBwAXYwqC0-fGJ2yLABbrSqrDr3qvqiwHABfmuiafC0JnQ6wHABY3t4KzywPzKAcAFv4SsiPPFzb4wwAWd576_49bFitwBwAXKoozW8NXU3hvABa-z8Jm4hvqfjwEa7KtbvAAAAA&sa=X&ved=2ahUKEwiv4LW4xeLlAhXHGKYKHVJqDnkQlr4CMBN6BAgMEAM",
      "price": 890,
      "rating": 4.8,
      "reviews": 4000,
      "thumbnail": "<URL to image>",
      "thumbnail_link": "https://www.google.com/search?hl=en&gl=us&q=Sony+BRAVIA+X900F&stick=H4sIAAAAAAAAAAG8AEP_CAoiDS9nLzExZjRsdnI4Y25iEGVhZWRiODUyMzRkNmJlZmWYAgHSBAg8uDQPE5jb6IgFAqIFEVNvbnkgQlJBVklBIFg5MDBGwAWnoYvcjrOtg-4BwAWzwLnT1vOouIEBwAXYwqC0-fGJ2yLABbrSqrDr3qvqiwHABfmuiafC0JnQ6wHABY3t4KzywPzKAcAFv4SsiPPFzb4wwAWd576_49bFitwBwAXKoozW8NXU3hvABa-z8Jm4hvqfjwEa7KtbvAAAAA"
    },
    {
      "position": 2,
      "title": "LG OLED-C9",
      "link": "https://www.google.com/search?hl=en&gl=us&q=LG+OLED-C9&stick=H4sIAAAAAAAAAAG1AEr_CAoiDS9nLzExaHpjaHhiaDViEDhiMTI2NDc0ZDc1ZTUyYmKYAgHSBAg8uDQPE5jb6IgFAqIFCkxHIE9MRUQtQznABaehi9yOs62D7gHABbPAudPW86i4gQHABdjCoLT58YnbIsAFutKqsOveq-qLAcAF-a6Jp8LQmdDrAcAFje3grPLA_MoBwAW_hKyI88XNvjDABZ3nvr_j1sWK3AHABcqijNbw1dTeG8AFr7PwmbiG-p-PAVdtX2S1AAAA&sa=X&ved=2ahUKEwiv4LW4xeLlAhXHGKYKHVJqDnkQlr4CMBN6BAgMEAU",
      "price": 1300,
      "rating": 4.8,
      "reviews": 1000,
      "thumbnail": "<URL to image>",
      "thumbnail_link": "https://www.google.com/search?hl=en&gl=us&q=LG+OLED-C9&stick=H4sIAAAAAAAAAAG1AEr_CAoiDS9nLzExaHpjaHhiaDViEDhiMTI2NDc0ZDc1ZTUyYmKYAgHSBAg8uDQPE5jb6IgFAqIFCkxHIE9MRUQtQznABaehi9yOs62D7gHABbPAudPW86i4gQHABdjCoLT58YnbIsAFutKqsOveq-qLAcAF-a6Jp8LQmdDrAcAFje3grPLA_MoBwAW_hKyI88XNvjDABZ3nvr_j1sWK3AHABcqijNbw1dTeG8AFr7PwmbiG-p-PAVdtX2S1AAAA"
    },
  ],
...
}

Results for: Inline Products

Results for: Inline Products

JSON Example

  ...
  "inline_products": [
    {
      "position": 1,
      "title": "Logitech MX518",
      "link": "https://www.google.com/search?hl=en&gl=us&q=logitech+mx518&stick=H4sIAAAAAAAAAOPgUuLRT9c3NCowMUvOyitPEkg0NDdITjUzNkwzSTY0SDOZwcR4iYUjNGK6ypWH09I7WBkXsfLl5KdnlqQmZyjkVpgaWgAAg_M-J0QAAAA&sa=X&ved=2ahUKEwjBqpz2x-LlAhUdxYsBHSg3DRsQoYACMAp6BAgLEAU",
      "price": 38,
      "rating": 4.7,
      "reviews": 218,
      "thumbnail": "<URL to image>",
      "thumbnail_link": "https://www.google.com/search?hl=en&gl=us&q=logitech+mx518&stick=H4sIAAAAAAAAAOPgUuLRT9c3NCowMUvOyitPEkg0NDdITjUzNkwzSTY0SDOZwcR4iYUjNGK6ypWH09I7WBkXsfLl5KdnlqQmZyjkVpgaWgAAg_M-J0QAAAA&sa=X&ved=2ahUKEwjBqpz2x-LlAhUdxYsBHSg3DRsQvIMEMAp6BAgLEAQ",
      "editorial_reviews": [
        {
          "title": "Best gaming mouse for 2019",
          "link": "https://www.pcgamer.com/the-best-gaming-mouse/",
          "source": "PC Gamer"
        },
        {
          "title": "The Best Gaming Mouse in 2019",
          "link": "https://www.gamesradar.com/best-gaming-mouse/",
          "source": "GamesRadar"
        }
      ]
    },
    {
      "position": 2,
      "title": "Razer DeathAdder Elite",
      "link": "https://www.google.com/search?hl=en&gl=us&q=razer+deathadder+elite&stick=H4sIAAAAAAAAAOPgUuLVT9c3NEwutiw3zq3ISxIwM7U0MzS2MEi1SDY2SjY3nsHEeImFIzRiusqVh9PSO1gZF7GKFSVWpRYppKQmlmQkpqQAmak5mSWpAFbkp1NNAAAA&sa=X&ved=2ahUKEwjBqpz2x-LlAhUdxYsBHSg3DRsQoYACMAp6BAgLEAw",
      "price": 38,
      "rating": 4.7,
      "reviews": 2109,
      "thumbnail": "<URL to image>",
      "thumbnail_link": "https://www.google.com/search?hl=en&gl=us&q=razer+deathadder+elite&stick=H4sIAAAAAAAAAOPgUuLVT9c3NEwutiw3zq3ISxIwM7U0MzS2MEi1SDY2SjY3nsHEeImFIzRiusqVh9PSO1gZF7GKFSVWpRYppKQmlmQkpqQAmak5mSWpAFbkp1NNAAAA&sa=X&ved=2ahUKEwjBqpz2x-LlAhUdxYsBHSg3DRsQvIMEMAp6BAgLEAs",
      "editorial_reviews": [
        {
          "title": "Best gaming mouse for 2019",
          "link": "https://www.pcgamer.com/the-best-gaming-mouse/",
          "source": "PC Gamer"
        },
        {
          "title": "The Best Gaming Mouse in 2019",
          "link": "https://www.gamesradar.com/best-gaming-mouse/",
          "source": "GamesRadar"
        }
      ]
    },
  ],
...
}

Results for: Extended Inline Products

Results for: Extended Inline Products

JSON Example

{
  ...
  "inline_products": [
    {
      "position": 11,
      "title": "Sony BRAVIA X800E",
      "link": "https://www.google.com/search?gl=us&hl=en&q=sony+bravia+x800e&stick=H4sIAAAAAAAAAOPgUuLVT9c3NEypSC6oqMqzSBIwSks2TrS0MDJOMzdNSUm0mMHEeImFw_jU9KDG1qn5HayMi1gFi_PzKhWSihLLMhMVKiwMDFIBFW1B9kgAAAA&sa=X&ved=2ahUKEwiLtcPlyuLlAhUMsJ4KHUaQD94QoYACMA16BQgIENcB",
      "price": 550,
      "rating": 4.7,
      "reviews": 2567,
      "thumbnail": "<URL to image>",
      "thumbnail_link": "https://www.google.com/search?gl=us&hl=en&q=sony+bravia+x800e&stick=H4sIAAAAAAAAAOPgUuLVT9c3NEypSC6oqMqzSBIwSks2TrS0MDJOMzdNSUm0mMHEeImFw_jU9KDG1qn5HayMi1gFi_PzKhWSihLLMhMVKiwMDFIBFW1B9kgAAAA&sa=X&ved=2ahUKEwiLtcPlyuLlAhUMsJ4KHUaQD94QvIMEMA16BQgIENYB",
      "editorial_reviews": [
        {
          "title": "Sony X800E Review (XBR43X800E, XBR49X800E, XBR55X800E)",
          "link": "https://www.rtings.com/tv/reviews/sony/x800e",
          "favicon": "https://encrypted-tbn2.gstatic.com/faviconV2?url=https://www.rtings.com&client=SHOPPING&size=16&type=FAVICON&fallback_opts=TYPE,SIZE,URL",
          "source": "RTINGS.com",
          "description": "The TV's black level does not change much at an angle, however its colors wash out rapidly and its brightness…"
        },
        {
          "title": "The Best TVs of 2019",
          "link": "https://www.reviewed.com/televisions/best-right-now/best-televisions",
          "favicon": "https://encrypted-tbn2.gstatic.com/faviconV2?url=https://www.reviewed.com&client=SHOPPING&size=16&type=FAVICON&fallback_opts=TYPE,SIZE,URL",
          "source": "Reviewed"
        }
      ],
      "specifications": {
        "weight": "22.3 – 38.8 lb",
        "smart_tv": "Yes",
        "extensions": [
          "38 – 48.5 in",
          "LCD",
          "43 – 55 in",
          "4K",
          "High Definition",
          "Bravia Xbr"
        ]
      }
    },
    {
      "position": 12,
      "title": "Sony BRAVIA X930C",
      "link": "https://www.google.com/search?gl=us&hl=en&q=sony+bravia+x930c&stick=H4sIAAAAAAAAAOPgUuLVT9c3NEwyLzLMqjRNTxJIs0wxT0s0S041sTRIMkw1mMHEeImFw_jU9KDG1qn5HayMi1gFi_PzKhWSihLLMhMVKiyNDZIB2VKPI0gAAAA&sa=X&ved=2ahUKEwiLtcPlyuLlAhUMsJ4KHUaQD94QoYACMA16BQgIEOwB",
      "rating": 4.7,
      "reviews": 75,
      "thumbnail": "<URL to image>",
      "thumbnail_link": "https://www.google.com/search?gl=us&hl=en&q=sony+bravia+x930c&stick=H4sIAAAAAAAAAOPgUuLVT9c3NEwyLzLMqjRNTxJIs0wxT0s0S041sTRIMkw1mMHEeImFw_jU9KDG1qn5HayMi1gFi_PzKhWSihLLMhMVKiyNDZIB2VKPI0gAAAA&sa=X&ved=2ahUKEwiLtcPlyuLlAhUMsJ4KHUaQD94QvIMEMA16BQgIEOsB",
      "editorial_reviews": [
        {
          "title": "Best 4K TV 2019/2020 Editors Choice",
          "link": "https://lcdtvbuyingguide.com/hdtv/best-4k-uhd-tv.html",
          "favicon": "https://encrypted-tbn2.gstatic.com/faviconV2?url=https://lcdtvbuyingguide.com&client=SHOPPING&size=16&type=FAVICON&fallback_opts=TYPE,SIZE,URL",
          "source": "LCD TV Buying Guide"
        },
        {
          "title": "5 Best TVs of 2015",
          "link": "https://www.consumerreports.org/lcd-led-oled-tvs/5-best-tvs-of-2015/",
          "favicon": "https://encrypted-tbn2.gstatic.com/faviconV2?url=https://www.consumerreports.org&client=SHOPPING&size=16&type=FAVICON&fallback_opts=TYPE,SIZE,URL",
          "source": "Consumer Reports"
        },
        {
          "title": "Best 60, 65 inch TVs 2019/2020 Editor's Choice (4K UHD, LED, HDTV, OLED)",
          "link": "https://lcdtvbuyingguide.com/60-lcd-tv.html",
          "favicon": "https://encrypted-tbn2.gstatic.com/faviconV2?url=https://lcdtvbuyingguide.com&client=SHOPPING&size=16&type=FAVICON&fallback_opts=TYPE,SIZE,URL",
          "source": "LCD TV Buying Guide"
        }
      ],
      "specifications": {
        "weight": "104.3 lb",
        "smart_tv": "Yes",
        "extensions": [
          "3D",
          "67.2 in",
          "LCD",
          "65 in",
          "4K",
          "High Definition",
          "Bravia Xbr"
        ]
      }
    },
  ],
...
}

Results for: Answers

Results for: Answers

JSON Example

{
  ...
  "answers": [
    {
      "link": "https://www.numerade.com/questions/find-the-common-ratio-in-each-geometric-sequence-81-279-3-dots/",
      "answer": "So we've, given this geometric sequence, were asked to find a common ratio so 81 times ...",
      "top_answer": true,
      "votes": 2
    },
    {
      "link": "https://www.numerade.com/ask/question/find-the-common-ratio-of-the-geometric-sequence-3-3-9-27-_-81-243-_-38338/",
      "answer": "Let's determine the common issue of this geometric sequence. So the common issue is given ...",
      "votes": 2
    },
    {
      "link": "https://www.numerade.com/questions/find-the-common-ratio-for-each-geometric-sequence-3-frac92-frac274-frac818-dots/",
      "answer": "to find the common ratio of the geometric sequence three nine over to 27/4 81/8 and so on. Just ...",
      "votes": 2
    },
    {
      "link": "https://www.numerade.com/questions/find-the-common-ratio-r-for-each-geometric-sequence-931-frac13-dots/",
      "answer": "to find the common ratio. Take the second term three divided by the first turn and you will ...",
      "votes": 2
    },
    {
      "link": "https://www.numerade.com/questions/find-the-common-ratio-for-each-geometric-sequence-4-frac83-frac169-frac3227-dots/",
      "answer": "to find a common ratio of the geometric sequence four 8/3 16/9 32/27 so on. Just take any ...",
      "votes": 2
    }
  ],
...
}

Organic Results State

SerpApi recognizes different states of organic results and adds it to search_information.organic_results_state.

There are five possible states:

  • • Results for exact spelling
  • • Empty showing fixed spelling results
  • • Some results for exact spelling but showing fixed spelling
  • • Showing results for exact spelling despite spelling suggestion
  • • Fully empty

Results for exact spelling: Regular Google search results page without query corrections

Results for exact spelling: Regular Google search results page without query corrections

JSON Example

{
  ...
  "search_information": {
    "organic_results_state": "Results for exact spelling"
  }
...
}

Empty showing fixed spelling results: No results for exact spelling, but showing some for fixed spelling

Empty showing fixed spelling results: No results for exact spelling, but showing some for fixed spelling

JSON Example

{
  ...
  "search_information": {
    "organic_results_state": "Empty showing fixed spelling results"
  }
...
}

Showing results for exact spelling despite spelling suggestion: "Did you mean?" block is shown

Showing results for exact spelling despite spelling suggestion: "Did you mean?" block is shown

JSON Example

{
  ...
  "search_information": {
    "organic_results_state": "Showing results for exact spelling despite spelling suggestion"
  }
...
}

Fully empty: No organic results

Fully empty: No organic results

JSON Example

{
  ...
  "search_information": {
    "organic_results_state": "Fully empty"
  }
...
}