Find relevant jobs

Accepts a profile (arbitrary JSON), and returns a list of jobs relevant to the provided profile. This endpoint is used in conjunction with /v1/find_matching_jobs endpoint.

  1. First you need to upsert jobs with /v1/upsert_jobs
  2. Then you can use /v1/find_matching_jobs to find jobs relevant to a profile.

Cost: 1 credit per found job

Check out official Python client

Body Params
profile
object

Arbitrary JSON representing the candidate profile.

integer
1 to 100

Maximum number of jobs to return (1-100)

Responses

400

Invalid input data

401

Invalid API key

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json