jb_get_results
Pull ranked candidates from a saved Juicebox search with match rates and per-criterion verdicts, free of export credits.
Instructions
Pull a saved search's ranked candidates — up to ~500 in one call. Returns name, LinkedIn URL, title, company, location, a numeric matchRate (0-100, banded) and per-criterion verdicts. Costs NO export credits: this is the same free surface the results page renders.
READING THE RESULTS: at the top of a ranked list every candidate meets every criterion, so criteria-met count does NOT discriminate up there — use matchRate and depth. A criterion with verdictFound=false is reported as result "unknown": that means no evidence was found, NOT that the candidate fails it. Never treat an unknown as a negative.
If the search has never been executed, this errors — open it in the app and press "Run search" once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max candidates to return (default 50, max 500). | |
| searchId | Yes | Saved search id from jb_list_searches. | |
| projectId | No | Juicebox project id — a ~20-character key like c5PheL2fANnX6uBQVUdo, taken from the /project/<id>/ part of a Juicebox URL. Optional: omit it to use the default project discovered at sign-in. | |
| minMatchRate | No | Only return candidates at or above this matchRate. |