Skip to main content

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

Most endpoints require an API key via the X-Api-Key header. GET /api/companies/{id} is public so company profile links can be resolved without a key. See Authentication for details.

Endpoint Summary

EndpointMethodPathMetering
Search JobsGET/api/jobsMetered by delivered search results
Advanced SearchPOST/api/jobs/searchMetered by delivered search results
Jobs FeedPOST/api/jobs/feedMetered unless included with your subscription
Expired JobsGET/api/jobs/expiredUnmetered
Get JobGET/api/jobs/{id}Unmetered
Get CompanyGET/api/companies/{id}Public and unmetered
List a Company’s JobsGET/api/companies/{id}/jobsMetered by delivered search results
GeocodeGET/api/locations/geocodeMetered lookup
Auto Apply (all)various/api/auto-apply/*Currently unavailable — returns 503
Search, Feed, and the Companies list-jobs endpoint perform a balance precheck against the request size, then debit the actual delivered quantity after the response is built. Geocode is a flat metered lookup. See Billing & Credits for wallet behavior and current pricing links.