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
| Field | Type | Description |
|---|---|---|
| title* | string | Job title query (min 2 characters). |
| country | string | Defaults to US. |
| location | string | City or state. Blank is nationwide. |
| workplace | string | Comma-separated. Omit for all types. |
| skills | array | AND match. Listings without skill data do not match. |
| minSalary | number | Only listings with published salary at or above this amount. |
| requiresSponsorship | boolean | US only. Companies with prior H-1B sponsorship. |
| minYearsExperience | number | 0–15. |
| maxYearsExperience | number | 0–15. |
| offset | number | Page 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.