100Hires
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

FieldTypeDescription
company_idnumberFilter by company ID. Required only when the API key has access to multiple companies.
job_idnumberFilter candidates by job ID.
stage_idnumberFilter candidates by pipeline stage ID. Best used together with job_id.
emailstringExact candidate email filter.
qstringPlain-text search by name or email. Supports partial matches.
full_namestringCandidate full-name filter.
linkedinstringSearch by LinkedIn profile URL or alias (e.g. 'johndoe' or full URL).
created_afternumberReturn only candidates created at or after this time. Unix timestamp (seconds) or ISO-8601
updated_afternumberReturn only candidates updated at or after this time. Unix timestamp (seconds) or ISO-8601
includestringComma-separated related data. Supported: `applications` — embeds each candidate's applicat
pagenumberPage number (1-based).
sizenumberNumber of items per page.
viewstring (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.