People Insights
Description: Provides detailed information and insights about people mentioned in searches.
API Response Structure:
{
"person": {
"basic": {
"name": {
"full": "Full Name",
"preferred": "Known As"
},
"image": "https://example.com/person.jpg",
"occupation": ["Primary Role", "Secondary Role"],
"nationality": "Country",
"birthDate": "1990-01-01"
},
"professional": {
"currentRole": {
"title": "Current Position",
"organization": "Company/Institution",
"since": "2020
},
"expertise": ["Area1", "Area2"],
"achievements": [
{
"title": "Achievement",
"year": "2022",
"description": "Details..."
}
]
},
"social": {
"profiles": [
{
"platform": "Platform Name",
"handle": "@username",
"followers": "1M+"
}
],
"influence": {
"score": 85,
"reach": "Global",
"topics": ["Topic1", "Topic2"]
}
}
},
"recentActivity": {
"news": [
{
"headline": "Recent News",
"date": "2023-08-15",
"source": "News Source"
}
],
"events": [
{
"type": "Appearance/Statement",
"date": "2023-08-10",
"description": "Event details"
}
]
},
"type": "peopleInsights"
}
Fields:
-
person
(object): Personal information-
basic
(object): Core details -
professional
(object): Career info -
social
(object): Online presence
-
-
recentActivity
(object): Latest updates -
type
(string): Always "peopleInsights"