post
https://api.pearch.ai/v1/upsert_jobs
Accepts a JSON array of job objects, each with job_id and job_description fields, and adds them to a custom index. Each account can have a single custom index only.
This endpoint is used in conjunction with /v1/find_matching_jobs endpoint.
- First you need to upsert jobs with /v1/upsert_jobs
- Then you can use /v1/find_matching_jobs to find jobs relevant to a profile.
Cost: 1 credit per job
Check out official Python client
