Required plan
Available only in the SOCIAL plan and up.
The ID is a string used by a website to uniquely identify a person. In a single website, this string is guaranteed to identify exactly one person.
Component | Type | Description |
---|---|---|
@source_id | String | The source ID (if this URL is a source of data) |
@domain | String | The domain |
@name | String | The site name |
@category | String | One of: 'background_reportsâ, 'contact_detailsâ, 'email_addressâ, 'mediaâ, 'personal_profilesâ, 'professional_and_businessâ, 'public_recordsâ, 'publicationsâ, 'school_and_classmatesâ, 'web_pagesâ |
url | String | The actual URL |
@sponsored | Boolean | Indicating whether additional data from this source is available behind a website paywall. Omitted if false. |
Search Requirements
URL objects by themselves are not useful for a search, but it is possible to send URLs of a supported service. We will parse a username or user_id from those URLs if possible.
Example
{
"@source_id": "5d836a4acc55922e49fc709c7a39e233",
"@domain": "facebook.com",
"@name": "Facebook",
"@category": "personal_profiles",
"url": "http://facebook.com/superman"
}