Social Check
/api/v2/social_check
operationId: social_check
Live: https://gdapi.globaldata.net.au/api/v2/social_check · Sandbox: https://sandbox-gdapi.globaldata.net.au/api/v2/social_check
The social_check method will perform a social media check using a phone number, email address, or social media profile URL. The social media check will return a number of data structures (where available) including:
- Social media profile links
- Associated email addresses and phone numbers
- Employment history
- Education history
- Interests and skills
Supported social media profile URLs
Social media profile URLs must be supplied as full URLs and must include a path identifying the
specific profile. Bare handles such as @johnsmith are not accepted, and a domain on its own
(e.g. linkedin.com) is also not accepted.
The following URL formats are all accepted (using linkedin.com/in/johnsmith as an example path):
https://www.linkedin.com/in/johnsmithhttp://www.linkedin.com/in/johnsmithhttps://linkedin.com/in/johnsmithhttp://linkedin.com/in/johnsmithwww.linkedin.com/in/johnsmithlinkedin.com/in/johnsmith
In other words, the scheme (http:// or https://) and the www. prefix are both optional, but the
domain and a non-empty path are required. A trailing slash is allowed and will be stripped.
Profile URLs from the following networks are supported:
facebook.com, fb.com, linkedin.com, twitter.com, x.com, xing.com, indeed.com, github.com,
meetup.com, instagram.com, quora.com, gravatar.com, klout.com, stackoverflow.com,
angellist.com, youtube.com, foursquare.com, pinterest.com, vimeo.com, aboutme.com,
flickr.com, ello.com, crunchbase.com, dribbble.com, google.com, wordpress.com, myspace.com,
behance.com, soundcloud.com, reddit.com.
Sandbox environment data
When simulating queries in the sandbox environment, the following inputs will return a match. Any other
input that passes validation will return No match. Every input listed against a single person resolves
to the same record and so will share the same person_id, which can be used to demonstrate
cross-input deduplication.
| Person | Phone | Profile URL | |
|---|---|---|---|
| Mary Bird | +61449335480 | mary.bird@example.com birdlady@example.com |
linkedin.com/in/mary-bird-9rk5reef facebook.com/mary88-sample-user |
| Robert Jones | robert@example.com | facebook.com/robert-jones-sample-user | |
| Michael Raymond | michael.raymond@example.com | linkedin.com/in/michael-raymond-sample |
Profile URL inputs may include the https:// (or http://) scheme and a www. prefix - they are
normalised before lookup, so for example https://www.linkedin.com/in/mary-bird-9rk5reef will also
return the Mary Bird record.
Request body
Content type application/json.
The details of the record to enhance
| Field | Description |
|---|---|
records |
string Comma separated list of phone numbers, email addresses and/or social media profile URLs.
Note: Phone numbers should be in E.164 format, or Australian 0NSN format. Social media
profile URLs must include a path (e.g. |
Responses
Result of social media check
application/json
| Field | Description |
|---|---|
message |
string A message indicating the result of the request. This will be |
api_reference |
string (uuid) |
records |
array of objects A set of matched records |
records[]. |
string The phone number, email address or social media profile URL being checked (as supplied) |
records[]. |
string Was a match found for this record?
|
records[]. |
integer [1..10] A confidence score indicating the strength of the match, from 1 (lowest) to 10 (highest). This value reflects how closely the input data matched the returned record. |
records[]. |
string or null A unique identifier for the matched person. This value is consistent across lookups,
so if two different inputs (e.g. two different email addresses) resolve to the same
person, they will share the same |
records[]. |
string String representing general geographic location. The format will depend on the social media information available but will generally consist of suburb, state and country. |
records[]. |
string The locality (city/suburb) component of the person's location. |
records[]. |
string The region (state/province) component of the person's location. |
records[]. |
string The country component of the person's location. |
records[]. |
object Details of the person associated with the record. |
records[]. |
string The first name of the person |
records[]. |
string The middle name of the person |
records[]. |
string The last name of the person |
records[]. |
string The full name of the person |
records[]. |
string The gender of the person |
records[]. |
string (date) The date of birth of the person This can be either a full date in the format YYYY-MM-DD or a year only in the format YYYY |
records[]. |
string The industry the person is associated with. |
records[]. |
array of strings A list of email addresses associated with the person |
records[]. |
array of objects A list of email addresses associated with the person, including type classification.
This provides the same email addresses as the |
records[]. |
string The email address |
records[]. |
string or null The classification of the email address, if known. Common values include:
May be null if the type is unknown. |
records[]. |
array of strings A list of phone numbers associated with the person (in E.164 format) |
records[]. |
object Current employment details of the person |
records[]. |
string The name of the company the person works for |
records[]. |
string The job title of the person |
records[]. |
string The website of the company the person works for |
records[]. |
string The approximate size of the company the person works for |
records[]. |
string The industry of the company the person works for |
records[]. |
string The start date of the person's current employment. This can be a year/month in the format YYYY-MM or a year only in the format YYYY. |
records[]. |
array of objects A list of employment history items for the person, ordered by start date (most recent first). |
records[]. |
string The name of the company the person worked for |
records[]. |
string The job title of the person |
records[]. |
string (date) The start date of the person's employment. This can be either a full date in the format YYYY-MM-DD or a year/month in the format YYYY-MM or a year only in the format YYYY |
records[]. |
string (date) The end date of the person's employment. This can be either a full date in the format YYYY-MM-DD or a year/month in the format YYYY-MM or a year only in the format YYYY |
records[]. |
string The industry of the company the person worked for |
records[]. |
string The approximate size of the company |
records[]. |
string The website of the company |
records[]. |
boolean Whether this is the person's current primary role |
records[]. |
array of objects Education details of the person, ordered by start date (most recent first). |
records[]. |
string The name of the institution |
records[]. |
string The type of institution |
records[]. |
string The URL of the institution |
records[]. |
array of strings Studies undertaken at the institution |
records[]. |
string (date) The start date of the person's studies. This can be either a full date in the format YYYY-MM-DD or a year/month in the format YYYY-MM or a year only in the format YYYY |
records[]. |
string (date) The end date of the person's studies. This can be either a full date in the format YYYY-MM-DD or a year/month in the format YYYY-MM or a year only in the format YYYY |
records[]. |
string The geographic location of the institution |
records[]. |
string The web domain of the institution |
records[]. |
array of strings A list of interests of the person |
records[]. |
array of strings A list of skills of the person |
records[]. |
array of objects A list of social media profiles of the person |
records[]. |
string The type of social media profile |
records[]. |
string The URL of the social media profile |
records[]. |
string The username of the social media profile |
records[]. |
string The ID of the social media profile |
records[]. |
string (date) The date this record was last updated, in the format YYYY-MM-DD. |