People Search Next
Description: Shows suggested related searches and topics that users commonly explore after their initial query.
API Response Structure:
{
"suggestions": [
{
"query": "Related search term",
"category": "Follow-up Topic",
"popularity": "High",
"trend": "Rising",
"relatedQueries": [
{
"text": "Similar search",
"volume": "10K monthly searches"
}
]
}
],
"insights": {
"commonPath": [
"Initial search",
"This search",
"Next common search"
],
"userBehavior": {
"averageSearchDepth": 3,
"timeSpent": "5 minutes"
}
},
"type": "peopleSearchNext"
}
Fields:
-
suggestions
(array): Next search suggestions-
query
(string): Suggested search -
category
(string): Topic category -
popularity
(string): Search frequency -
trend
(string): Search trend -
relatedQueries
(array): Similar searches
-
-
insights
(object): Search behavior data -
type
(string): Always "peopleSearchNext"