Documentation Index
Fetch the complete documentation index at: https://www.hirebase.org/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
You don’t need an API key to try your first request — page 1 of any search endpoint is free. Create a Hirebase account only when you want to paginate beyond page 1 or hit endpoints that always require authentication (like/v2/jobs/expired-jobs and /v2/jobs/export). See Authentication for details.
Making Your First Request
Let’s start by searching for software engineering jobs in the Bay Area:The Python example uses the
requests library. If you don’t have it installed, run pip install requests first.Expected Response
Example trimmed to a single job for brevity — the real response includes up to
limit job objects.Boolean Parameters
Next Steps
Now that you’ve made your first request, explore these resources to learn more:Jobs Search Guide
Learn about all the search parameters and features
Company Data Guide
Discover how to work with company information
Jobs API Reference
View detailed API endpoint documentation
Companies API Reference
Explore company data endpoints