post https://api.pearch.ai/v1/find_matching_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.
- 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.
Check out official Python client