A business can have many profiles. Profiles are derived from websites, but also matched from web presence. Types of profiles include Google Places, Facebook Pages, LinkedIn Profiles, and more.
[
{
"object": "profile",
"id": "efbae2ce-bbe9-416b-bee4-e17f2547dbc0",
"type": "facebook",
"external_id": "asocialprofile",
"url": "https://www.facebook.com/asocialprofile",
"metadata": {}
}
]
Attribute | Type | Description |
---|---|---|
type | string | Type of profile. Values include facebook or google . |
external_id | string | Third-party identifier for the profile. |
url | url | Canonical URL for the profile |
metadata | object | Additional metadata sourced from the profile |