All ATS Platforms
Ashby Jobs API
All-in-one recruiting platform popular with modern tech companies and startups.
100K+Jobs per month
<3hDiscovery time
HourlyRefresh rate
Live Data
Ashby Jobs Distribution
Real-time visualization of active job postings across the globe
Interactive
Try the API
Test Ashby job search with our live API playground
What's Included
Modern tech companies
Startup ecosystem
Detailed job specs
Team information
Compensation data
DIY Integration
Build It Yourself?
Here's what it takes to fetch Ashby jobs directly. moderate complexity
Fetching Ashby Jobstypescript
Ashby uses GraphQL with specific operation names and client headers.
// Ashby uses GraphQL - need exact query format
const companySlug = 'ramp';
const response = await fetch(
'https://jobs.ashbyhq.com/api/non-user-graphql?op=ApiJobBoardWithTeams',
{
method: 'POST',
headers: {
'Content-Type': 'application/json',
'apollographql-client-name': 'frontend_non_user',
'apollographql-client-version': '0.1.0',
},
body: JSON.stringify({
operationName: 'ApiJobBoardWithTeams',
variables: { organizationHostedJobsPageName: companySlug },
query: `
query ApiJobBoardWithTeams($organizationHostedJobsPageName: String!) {
jobBoard: jobBoardWithTeams(
organizationHostedJobsPageName: $organizationHostedJobsPageName
) {
teams { id name parentTeamId }
jobPostings {
id title teamId locationId locationName
workplaceType employmentType
compensationTierSummary
}
}
}
`
})
}
);
// Job details need a separate GraphQL query
// with even more complex nested fragments...Challenges You'll Face
- GraphQL queries must match exact schema
- Schema changes break integrations without warning
- Client name/version headers required
- Complex nested fragment structure for details
- No schema documentation available
Skip the complexity. Get all Ashby jobs with a single API call.
Use Our API InsteadUse Cases
Startup tracking
Tech talent sourcing
Early-stage company monitoring
Sample Companies Using Ashby
Notion
Figma
Linear
Vercel
Ramp
Ready to Access Ashby Jobs?
Start with our free tier and get instant access to Ashby job data.