People Also Ask

Description: A list of related questions that users frequently ask about the search topic. This feature helps users explore related queries and find additional information about their search topic.

API Response Structure:

{
  "questions": [
    What is the capital of France?",
    "How tall is the Eiffel Tower?",
    "What is the population of Paris?",
    "What is France famous for?"
  ],
  "type": "peopleAlsoAsk",
  "order": 2
}

Fields:

  • questions (array): List of related questions

    • Each element is a string containing a complete question

  • type (string): Always "peopleAlsoAsk"

  • order (number): Position of the feature in search results