Google Complementary Results API

The Google Complementary Results API allows a user to scrape the complementary results of a Google search. These results are usually seen for public figures. SerpApi is able to scrape, extract, and make sense of this information. When SerpApi encounters "Complementary" results, we add them to our JSON output. We are able to extract: name, label, link, thumbnail and sitelinks.

API Examples

Results for: ruby on rails dhh

Results for: ruby on rails dhh

JSON Example

{
  ...
  "complementary_results": {
    "name": "David Heinemeier Hansson",
    "label": "Chief technology officer of Basecamp",
    "thumbnail": "https://serpapi.com/searches/672a6868cf281810f13d792f/images/22c6ddb4438a1b7a9f883e493833bcd1752723ecb57326b5a344cc6e1291e4a3.jpeg",
    "link": "https://www.google.com/search?sca_esv=3571e5df92edb3af&gl=us&hl=en&q=David+Heinemeier+Hansson&si=ACC90nzx_D3_zUKRnpAjmO0UBLNxnt7EyN4YYdru6U3bxLI-LzIuFg2XtTPajBAThbnW-7sPB0TTF2jXsRQApSAbOvHJ22KfSg%3D%3D&sa=X&ved=2ahUKEwiv6Om97cWJAxXrv4kEHZ4fDcwQ-pgMegQIERAB",
    "sitelinks": [
      {
        "title": "Books",
        "link": "https://www.google.com/search?sca_esv=3571e5df92edb3af&gl=us&hl=en&q=david+heinemeier+hansson+books&si=ACC90ny01_oQj607VqUhs83ZrDqFRkBtoifDHyDeFMQIha9CNb0Z5fWey6OsfNxwSoDNwZhy5pZO6qclQNlGDjfLReJUqlGA5uPMNvzoregrF0WbuGobTUI%3D&sa=X&ved=2ahUKEwiv6Om97cWJAxXrv4kEHZ4fDcwQ_JgMegQIERAK"
      }
    ]
  },
  ...
}