Author
Description: Displays information about content creators, writers, or authors related to the search query.
API Response Structure:
{
"author": {
"name": "Author Name",
"title": "Professional Title",
"verified": true,
"image": "https://example.com/author.jpg",
"bio": "Author biography...",
"credentials": {
"education": ["University Degree"],
"certifications": ["Certification 1"],
"expertise": ["Topic 1", "Topic 2"]
}
},
"works": [
{
"title": "Work Title",
"type": "Book/Article",
"year": "2023",
"publisher": "Publisher Name",
"rating": 4.5,
"citations": 150
}
],
"presence": {
"website": "https://author.com",
"social": [
{
"platform": "Twitter",
"handle": "@username",
"followers": "10K+"
}
]
},
"type": "author"
}
Fields:
-
author
(object): Author information-
name
(string): Author's name -
title
(string): Professional role -
verified
(boolean): Verification status -
image
(string): Author photo URL -
bio
(string): Biography -
credentials
(object): Qualifications
-
-
works
(array): Published content -
presence
(object): Online presence -
type
(string): Always "author"