1
100Hires
/hires_list_candidates
Search candidates
List candidates with optional filters. Supports filtering by job, stage, email, name, LinkedIn, and date ranges. Returns paginated results. Recommended size <=
liveunknown~5s typical
mcp100hires
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-100hires-100hires /hires_list_candidates for me.
Input
| Field | Type | Description |
|---|---|---|
| company_id | number | Filter by company ID. Required only when the API key has access to multiple companies. |
| job_id | number | Filter candidates by job ID. |
| stage_id | number | Filter candidates by pipeline stage ID. Best used together with job_id. |
| string | Exact candidate email filter. | |
| q | string | Plain-text search by name or email. Supports partial matches. |
| full_name | string | Candidate full-name filter. |
| string | Search by LinkedIn profile URL or alias (e.g. 'johndoe' or full URL). | |
| created_after | number | Return only candidates created at or after this time. Unix timestamp (seconds) or ISO-8601 |
| updated_after | number | Return only candidates updated at or after this time. Unix timestamp (seconds) or ISO-8601 |
| include | string | Comma-separated related data. Supported: `applications` — embeds each candidate's applicat |
| page | number | Page number (1-based). |
| size | number | Number of items per page. |
| view | string (summary | full) | Response shape. Default `summary` excludes the `profile` array (custom profile-form answer default "summary" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-100hires-100hires","endpoint":"/hires_list_candidates","input":{"view":"summary"}}'cli
npx cracked-ai run -p mcp-com-100hires-100hires -e /hires_list_candidates -i '{"view":"summary"}'mcp
run_tool({ provider: "mcp-com-100hires-100hires", endpoint: "/hires_list_candidates", input: {"view":"summary"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.