Skip to main content

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

https://connect.jobo.world

Authentication

All endpoints require an API key via the X-Api-Key header. See Authentication for details.

Endpoint Summary

EndpointMethodPathCredits
Search JobsGET/api/jobs1 per delivered job
Advanced SearchPOST/api/jobs/search1 per delivered job
Jobs FeedPOST/api/jobs/feed0.5 per delivered job (free for subscribers)
Expired JobsGET/api/jobs/expiredFree
Get CompanyGET/api/companies/{id}Free
List a Company’s JobsGET/api/companies/{id}/jobs1 per delivered job
GeocodeGET/api/locations/geocode1 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).