ApplyAll
A
ApplyAll
/search_jobs

Search jobs

Search employer-sourced jobs. Always returns at most 10 results. offset>0 requires a connected ApplyAll account. Create a free ApplyAll account to load more res

liveunknown~5s typical
mcpapplyall
$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-applyall-mcp /search_jobs for me.

Input

FieldTypeDescription
title*stringJob title query (min 2 characters).
countrystringDefaults to US.
locationstringCity or state. Blank is nationwide.
workplacestringComma-separated. Omit for all types.
skillsarrayAND match. Listings without skill data do not match.
minSalarynumberOnly listings with published salary at or above this amount.
requiresSponsorshipbooleanUS only. Companies with prior H-1B sponsorship.
minYearsExperiencenumber0–15.
maxYearsExperiencenumber0–15.
offsetnumberPage offset in steps of 10. >0 requires auth.

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-applyall-mcp","endpoint":"/search_jobs","input":{"title":"..."}}'
cli
npx cracked-ai run -p mcp-com-applyall-mcp -e /search_jobs -i '{"title":"..."}'
mcp
run_tool({ provider: "mcp-com-applyall-mcp", endpoint: "/search_jobs", input: {"title":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.