Profile

A business can have many profiles. Profiles can be derived from websites, submitted with a business, and also matched from a business's 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",
    "rating": 4.8,
    "rating_count": 125,
    "submitted": false,
    "error": null,
		"status": "online",
    "metadata": {}
  }
]
AttributeTypeDescription
typestringType of profile. Valid values are facebook, google, instagram, yelp, linkedin, and unsupported(if a submitted profile is not any of these supported types).
external_idstringThird-party identifier for the profile.
urlurlCanonical URL for the profile
ratingfloatThe rating or review score for the business on the profile. Null if not available.
rating_countintegerThe number of ratings or reviews present on the profile. Null if not available.
submittedbooleanTrue if the profile was submitted. False if it was discovered.
errorstringAn error message is displayed if a submitted profile could not be analyzed. Null if no error.
statusstringThe status of the profile. Can be online, offline, and unknown (if there was an error processing the profile)
metadataobjectAdditional metadata sourced from the profile