First-hand Experiences
Description: Shows personal accounts and experiences related to the search query.
API Response Structure:
{
"experiences": [
{
"author": {
"name": "User Name",
"verified": true,
"expertise": "Professional in field",
"location": "City, Country"
},
"content": {
"title": "Experience Title",
"description": "Detailed experience...",
"date": "2023-08-15",
"photos": ["url1", "url2"],
"tags": ["Tag1", "Tag2"]
},
"engagement": {
"helpful": 150,
"comments": 25,
"shares": 45
},
"credibility": {
"sourceVerified": true,
"experienceDate": "2023-07",
"followUp": "Updated experience available"
}
}
],
"type": "firsthandExperiences"
}
Fields:
-
experiences
(array): User experiences-
author
(object): Contributor info -
content
(object): Experience details -
engagement
(object): Interaction metrics -
credibility
(object): Verification info
-
-
type
(string): Always "firsthandExperiences"