Coding agent documentation index Fetch the complete documentation index at: https://docs.worklittle.com/docs-agent-manifest.json Use this file to discover all available pages before exploring further.

Overview

Jobs API for searching millions of open roles, apply flows, and AI document tools.

Low-cost data for millions of jobs with a combined worth of $10 billion, updated hourly. Each job includes geocoded location data so you can build map search, radius filters, and local discovery.

What Jobs docs cover

Use these docs when you are building job discovery or candidate-facing apply on top of Worklittle's market index - not when you are running your company's ATS inside Worklittle.

Typical Jobs integrations:

1. Market job search - GET /jobs and GET /jobs/:id (or MCP search_jobs / get_job_details) with location, salary, and company filters. 2. Company discovery - GET /companies and GET /jobs/map for employers with open roles. 3. Apply and documents - POST /jobs/apply (jobs:apply) and POST /jobs/resumes / POST /jobs/cover-letters.

For posting jobs, public career boards, moving candidates, surveys, documents, attendance, or webhooks, switch to Business docs.

Base URLs

| Surface | Base URL |
| --- | --- |
| REST Jobs API | `https://api.worklittle.com` |
| MCP | `https://mcp.worklittle.com` (POST `/`) |
| Health | `GET https://api.worklittle.com/health` |

AI token pricing is on Pricing. Free quotas and per-minute limits are on Rate limits.

Authentication

Paid Jobs routes expect a Bearer API key:

Authorization: Bearer sk-wl-api01-...

Create keys under API keys. Common Jobs scopes: jobs:read, jobs:apply, agent:tools. Details: API Keys.

Where to go next

| Goal | Start here |
| --- | --- |
| First curl search | [Quickstart](/jobs/get-started/quickstart) |
| Agents and MCP | [Agent Quickstart](/use-cases/agent-quickstart) |
| Filters and pagination | [Search jobs](/jobs/api/search-jobs) |
| Apply for jobs | [Apply for jobs](/jobs/api/apply-for-jobs) |
| MCP install | [MCP](/jobs/mcp) |
| SDK / CLI | [Libraries](/jobs/libraries/overview) |