Enrich

Get enriched details on a person.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

idstringOptional
linkedinIDstringOptional
twitterIDstringOptional
crunchbaseIDstringOptional
angelListIDstringOptional
signalNfxIDstringOptional
polyworkIDstringOptional
emailstringOptional
rescrapebooleanOptional

Whether or not to automatically rescrape entities with stale data (specified by the maxDataAgeDays parameter).

maxDataAgeDaysintegerOptional

The threshold / amount of days to consider data stale and trigger an automatic rescrape (if supplied but rescrape parameter is false, expect a bad request error).

Response

This endpoint returns an object.
computed_highlightListlist of strings
Highlights of the person, computed internally by Aviato
fullNamestring
The full name of the person
idstring
The Aviato ID of the person
investedIndustrieslist of strings
The industries that the person has invested in
investedRoundListlist of strings
The round stages the person has invested in
investorCategoryListlist of strings
The categories that the person has invested in
skillslist of strings
Skills that the person has listed.
URLsobject or null
All URLs associated with the person.
degreeListlist of objects or null
List of degrees obtained by the person
educationListlist of objects or null
List of educational experiences
entityTypeenum or null

The type of entity the person is. This is always "person" for people.

Allowed values:
experienceListlist of objects or null
List of work experiences with company information
genderstring or null
The gender of the person
headlinestring or null
Headline of the person.
investorCurrentFirmIDstring or null
The ID of the current firm the person is an investor at
investorDisinterestsstring or null
The disinterests of the person
investorFirmPositionstring or null
The position of the person at their current firm
investorInterestsstring or null
The interests of the person
investorMaxInvestmentdouble or null
The maximum investment the person is willing to make
investorMinInvestmentdouble or null
The minimum investment the person is willing to make
investorParticipatedRoundsCountinteger or null
The number of rounds the person has participated in
investorPreviousFirmIDstring or null
The ID of the previous firm the person was an investor at
investorPreviousFirmPositionstring or null
The position of the person at their previous firm
investorTargetInvestmentdouble or null
The target investment the person is looking for
investorTitlestring or null
The title of the person
investorTypestring or null
The type of investor the person is
languageListlist of objects or null
List of languages the person speaks
linkedinConnectionsinteger or null
The number of connections the person has on LinkedIn
linkedinEntityIDstring or null

The entity ID of the person on LinkedIn, this is typically seen in Sales Navigator/Recruiter URLs.

linkedinFollowersinteger or null
The number of followers the person has on LinkedIn
linkedinIDstring or null

The ID of the person on LinkedIn, this is the bit that appears after /in/ in the profile URL. Also known as the “slug”, or “username”

linkedinJoinDatedatetime or null
The date the person joined LinkedIn.
linkedinLaborStatusenum or null

The labor status of the person (OPEN_TO_WORK, HIRING)

Allowed values:
linkedinNumIDstring or null
The numeric ID of the person on LinkedIn
locationstring or null
The location of the person.
locationDetailsobject or null
Detailed location information for the person
locationIDListlist of integers or null

All Geoencoded IDs of the locations the person is associated with. These IDs are typically used to quickly and efficiently filter people by location. Use the Geocoder Search endpoint to turn a location string into a Geocoded ID (https://docs.data.aviato.co/api-reference/geocoder/search)

Errors