See Results About
Description: Groups search results by specific subtopics or categories related to the main query.
API Response Structure:
{
"items": [
{
"title": "Subtopic Title",
"hasThumbnail": true,
"description": "Brief overview of this subtopic",
"results": [
{
"title": "Related Result",
"url": "https://example.com/result",
"snippet": "Result description...",
"date": "2023-08-15"
}
],
"metrics": {
"resultCount": 15,
"relevanceScore": 0.85
}
}
],
"type": "seeResultsAbout"
}
Fields:
-
items
(array): Categorized results-
title
(string): Category title -
hasThumbnail
(boolean): Category image -
description
(string): Category description -
results
(array): Related results -
metrics
(object): Category statistics
-
-
type
(string): Always "seeResultsAbout"