Google Search Scraper

ENDPOINTS
GET/people-also-ask

People Also Ask

The People also ask questions Google shows for a query, with their answers and sources.

QUERY PARAMS

Search term, or a full google.com/search link (its gl, hl and start fill country, language and page when those are not set).

Examples:

  • Term: how tall is mount everest
  • Link: https://www.google.com/search?q=how+tall+is+mount+everest

2-letter country Google searches from (the gl edition). UK is accepted for GB.

Default: US

Allowed values: any ISO 3166-1 alpha-2 code (US, GB, IN, DE, FR, JP, ...)

Interface language of the results page (the hl code).

Default: en

Allowed values: any ISO 639-1 code (en, es, de, fr, ja, ...)

Search as if from this place: a Google Ads canonical location name, or a ready uule token.

Examples:

  • Austin,Texas,United States
  • Beverly Hills,California,United States

Resolve Google's /goto redirect links to the real destination URL (the wrapper is kept in google_link). Set false for a faster response.

Default: true

Allowed values: true, false

{
  "search_information": {
    "query": "how tall is mount everest",
    "total_results": 152000,
    "time_taken_seconds": 0.17,
    "showing_results_for": null
  },
  "count": 4,
  "questions": [
    {
      "question": "Why does it cost $40,000 to climb Mount Everest?",
      "answer": null,
      "source": null
    },
    {
      "question": "Is Mount Everest more than a mile high?",
      "answer": null,
      "source": null
    },
    {
      "question": "What is technically the tallest mountain on Earth?",
      "answer": null,
      "source": null
    },
    {
      "question": "What is the 2pm rule on Everest?",
      "answer": null,
      "source": null
    }
  ],
  "related_searches": []
}