Prerequisites
Before you begin, make sure you have:Jobo Enterprise Account
Sign up for free if you don’t have one yet.
API Key
Navigate to Settings → API Keys in the
dashboard to generate your
key.
Get Started in 3 Steps
1
Install an SDK (optional)
Pick your language — or skip this step and use raw HTTP with cURL.
SDKs handle authentication, pagination, retries, and type safety for you.
See the Client Libraries page for full details.
2
Make Your First Request
Search for software engineer jobs and retrieve five results:
3
Parse the Response
The API returns a JSON object with a
jobs array and pagination metadata:Response Breakdown
Understanding the key fields in the response:For the complete job schema including all available fields, see the Job
Schema reference.
Common First Steps
Once your first request is working, try these common patterns:Search by Keyword
Search by Keyword
Use the
q parameter to do full-text search across job titles, company names, skills, and summaries. Wrap the value in double quotes (q="data scientist") for an exact, title-only phrase match.Filter by Location
Filter by Location
Pass a
location parameter to narrow results to a specific city, state, or country.Filter by Remote
Filter by Remote
Set
is_remote=true to return only remote-friendly positions.Paginate Through Results
Paginate Through Results
Use
page and page_size to iterate through large result sets. SDKs handle this automatically.Next Steps
Search API
Explore all search parameters — keyword, location, date range, ATS source,
and more
Advanced Query
Build composable filters with AND/OR logic for complex searches
Jobs Feed
Stream high-volume job data in incremental batches via cursor-based
pagination
Auto Apply
Automate job applications with browser-driven form filling
Data Platform
Export to CSV, JSON, or Parquet — or sync directly to your database
Client Libraries
Official SDKs with auto-pagination, retries, and full type safety

