Famous Person Info Graph
Description: Provides comprehensive information about notable individuals including biography, news, media, and related content.
API Response Structure:
{
"imageCount": 5,
"recommendedArticles": [
{
"title": "Biography Article",
"content": "Detailed biography content",
"date": "2023-01",
"hasImage": true,
"link": {
"url": "https://example.com/biography",
"visibleText": "Read more"
}
}
],
"recommendedSearches": [
{
"searchTerm": "Early Life",
"answer": "Brief description"
}
],
"recommendedVideos": [
"https://example.com/video1"
],
"type": "instantAnswers",
"configType": "famousPersonInfoGraph"
}
Fields:
-
imageCount
(number): Number of available images -
recommendedArticles
(array): Related articles-
title
(string): Article title -
content
(string): Article summary -
date
(string): Publication date -
hasImage
(boolean): If article has image -
link
(object): Article URL information
-
-
recommendedSearches
(array): Related search terms-
searchTerm
(string): Search query -
answer
(string): Brief answer or description
-
-
recommendedVideos
(array): Related video URLs -
type
(string): Always "instantAnswers" -
configType
(string): Always "famousPersonInfoGraph"