Results About

Description: Groups search results by specific aspects or subtopics of the main query.

API Response Structure:

{
  "resultsAbout": [
    {
      "topic": "Main Aspect",
      "description": "Topic overview",
      "results": [
        {
          "title": "Result Title",
          "url": "https://example.com/result",
          "snippet": "Result description...",
          "type": "Article",
          "date": "2023-08-15",
          "metrics": {
            "relevance": 0.95,
            "freshness": "Recent",
            "authority": "High"
          }
        }
      ],
      "relatedTopics": [
        {
          "name": "Related Subject",
          "correlation": "Strong"
        }
      ]
    }
  ],
  "type": "resultsAbout"
}

Fields:

  • resultsAbout (array): Grouped results

    • topic (string): Subtopic name

    • description (string): Topic overview

    • results (array): Related results

    • relatedTopics (array): Connected topics

  • type (string): Always "resultsAbout"