Explore the detailed breakdown of each item model component, complete with properties and their descriptions.

Response Keys

The Profile JSON response is built around six core keys listed below:
KeyDescription
idID of the person assigned by The Swarm that was previously returned by the /search endpoint.
profile_infoDetailed profile data, e.g. work experience, education, etc.
connectionsA list of Team Members that are connected to the person. A team member can be identified by their email address or LinkedIn user name (if added LinkedIn url at the registration)
listsA list of Lists that the person is assigned to along with the status in the List.
notesAll notes that have been added to the person by any of the team members
tagsAll tags assigned to the profile by any of the team members.

Fill Rate

Data completeness for selected fields:
FieldTotalUS
profile_info.full_name100%100%
profile_info.linkedin_usernames100%100%
profile_info.current_title94%94%
profile_info.current_company_name95%95%
profile_info.location_name96%99%
profile_info.current_seniority83%88%
profile_info.industry65%76%

Timestamp Fields

FieldDescription
latest_role_change_atTimestamp representing the start date of the most recent job detected for the profile.
current_job_updated_atTimestamp of the most recent change detected in the current primary job, which includes changes in company, title, or both.
updated_atTimestamp of the last update to any field in the profile document. Reflects any modification to the profile data.
created_atTimestamp indicating when the profile was created in our database.
last_refresh_atTimestamp of the latest attempt to refresh the profile data - either via rescraping the internet or receiving updated information from a data partner.

JSON Schema

Here is the full JSON Schema for the data model returned by the Fetch endpoint. This schema outlines the structure and data types of the JSON response, offering a clear and detailed blueprint of the profile model.

Profile Example

An example of the profile returned by the Profile Fetch endpoint is given below.