Employee Finder
Find employees at a company. Returns a list of employees with their profiles, titles, and locations. Costs 0.05 credits per employee returned — free when no employees are found.
Request body
Response
Successful response with employee list
Example response
{
"employees": [
{
"first_name": "Alex",
"last_name": "Rivera",
"full_name": "Alex Rivera",
"profile_url": "example.com/in/alex-rivera",
"job_title": "VP of Sales",
"location": "San Francisco, CA"
}
],
"total_count": 150,
"credits_consumed": 0.5
}Changes
Changed in 1 of the 8 revisions of this API.8
- ▲
the
allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status400response-property-type-changed
- ▲
the
allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status402response-property-type-changed
- ▲
the
allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status429response-property-type-changed
- ▲
the
allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status500response-property-type-changed
- ▲
the
oneOf[InvalidApiKeyError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status401response-property-type-changed
- ▲
the
oneOf[MissingAuthenticationError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status401response-property-type-changed
- ▲
the
oneOf[ProfileNotFoundError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status404response-property-type-changed
- ▲
the
oneOf[ResourceNotFoundError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status404response-property-type-changed
- ▲