A business can have many profiles. Profiles are derived from websites, but also matched from web presence. Possible profile types are Google Places, Facebook Pages, LinkedIn Profiles, Instagram Pages, and Yelp Pages.
[
{
"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. Valid values are facebook , google , instagram , yelp , and linkedin . |
external_id | string | Third-party identifier for the profile. |
url | url | Canonical URL for the profile |
metadata | object | Additional metadata sourced from the profile |