Person
Discover the professional world – delve into detailed profiles and connections with Fusionbase's Person Search.
Example: Using the Person Search Endpoint
https://api.fusionbase.com/api/v2/search/entities/person?q=Kevin%20GoßlingExpected Response:
{
"results": [
{
"entity_type": "PERSON",
"entity": {
"fb_entity_id": "8e03af05947fdff52a182084b5ce0a24",
"entity_type": "PERSON",
"entity_subtype": "INDIVIDUAL",
"name": {
"given": "Kevin",
"family": "Goßling"
},
"locations": {
"home": {
"formatted_address": "Munich, Germany"
}
},
"relations": {
"ORGANIZATION": [
{
"label": "MANAGING_DIRECTOR",
"entity_to": {
"fb_entity_id": "ff525267e6ff5f67a6dbe0af29b7e5cc",
"display_name": "Fusionbase GmbH"
},
"meta": {
"start_date": "2019-10-24"
}
}
]
},
"source_id": "data_sources/1051122944"
},
"score": 19.639364
}
],
"total": 1
}
Breakdown of Response Structure:
Last updated
Was this helpful?
