Jobs

Find job postings by organization and filters. Jobs can be scoped to a specific organization or searched broadly.

Credit cost

Each job returned costs 2 credits, or 3 credits if include_descriptions is set to true.

Find job listings

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
require_mcpbooleanOptionalDefault: false
Body
organizationany ofOptional

Organization to enrich

or
or
or
or
nullOptional
filtersany ofRequired

Filters to apply to the jobs search. Can be either a Filters object or a Query object.

or
include_descriptionsbooleanOptional

Whether to include job descriptions in the response. If false, each job costs 2 credits instead of 3.

Default: false
limitinteger · min: 1 · max: 100Optional

Maximum number of people to return

Default: 10
offsetinteger · max: 10000Optional

Number of results to skip

Default: 0
Responses
chevron-right
200

Successful Response

application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
source_data_urlstring · uri · min: 1 · max: 2083Required
totalintegerRequired
post
/v6/jobs/find

Get job details

Retrieve a job's title and full description by its ID. Use the id field returned from the find endpoint.

Credit cost

Each request costs 1 credit.

Get job details

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
job_idintegerRequired
Query parameters
require_mcpbooleanOptionalDefault: false
Responses
chevron-right
200

Successful Response

application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
get
/v6/jobs/{job_id}

Find people related to a specific job listing. Given a job ID, returns the people most relevant to that role — typically hiring managers and team members at the organization.

Credit cost

Each person returned costs 1 credit.

Find people related to a job listing

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
require_mcpbooleanOptionalDefault: false
Body
job_idintegerRequired

Job post ID to find related people for

limitinteger · min: 1 · max: 100Optional

Maximum number of people to return

Default: 10
offsetinteger · max: 10000Optional

Number of results to skip

Default: 0
Responses
chevron-right
200

Successful Response

application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
totalintegerRequired
source_data_urlstring · uri · min: 1 · max: 2083Required
post
/v6/jobs/find-related-people

Last updated