Documentation Index
Fetch the complete documentation index at: https://jobo.world/docs/llms.txt
Use this file to discover all available pages before exploring further.
API Families
The API is organized into four families:Jobs Search
Full-text search and advanced filtered queries across millions of job
postings
Jobs Feed
High-volume cursor-based streaming for data ingestion and sync pipelines
Auto Apply
Automated job application via session-based form discovery and submission
Locations
Transform free-form location strings into structured geocoded data
Base URL
Authentication
All endpoints require an API key via theX-Api-Key header. See Authentication for details.
Endpoint Summary
| Endpoint | Method | Path | Credits |
|---|---|---|---|
| Search Jobs | GET | /api/jobs | 1 per delivered job |
| Advanced Search | POST | /api/jobs/search | 1 per delivered job |
| Jobs Feed | POST | /api/jobs/feed | 0.5 per delivered job (free for subscribers) |
| Expired Jobs | GET | /api/jobs/expired | Free |
| Get Company | GET | /api/companies/{id} | Free |
| List a Company’s Jobs | GET | /api/companies/{id}/jobs | 1 per delivered job |
| Geocode | GET | /api/locations/geocode | 1 per request |
| Auto Apply (all) | various | /api/auto-apply/* | Currently unavailable — returns 503 |
Search, Feed, and the Companies list-jobs endpoint are per-unit metered: middleware does a balance precheck against the worst-case batch size, then the actual debit happens after the response is built — so paginated requests that return fewer jobs than
page_size only pay for what was delivered. Geocode is flat-rate (debited up-front).
