Free
$0/mo
200
Requests / month
- Overage
- Hard limit
- Rate limit
- 10/min
- Card
- Not needed
Jobs published on a company's Greenhouse board.
Data samples
The page the Greenhouse Jobs API reads, and the response it returns for the same query.
https://job-boards.greenhouse.io/stripe

{
"engine": "greenhouse",
"family": "jobs",
"query": {
"board": "stripe",
"q": "abuse",
"department": "Security",
"office": "Ireland",
"location": "Dublin",
"page": 1
},
"count": 1,
"results": [
{
"position": 1,
"id": "8172487",
"title": "Abuse Investigator",
"company": "Stripe",
"location": "Dublin",
"remote": false,
"departments": [
"8611 Security Analytics"
],
"offices": [
"Ireland Locations"
],
"url": "https://stripe.com/jobs/search?gh_jid=8172487",
"first_published": "2026-09-03T17:30:34.000Z",
"updated_at": "2026-09-12T17:25:25.000Z"
}
],
"next_cursor": null
}Source page captured separately from the recorded response, so live values can differ.
Code
One host, one Bearer key for every Clair API. Each call returns JSON with the same envelope, so a second API is a new path, not a new client.
curl -G "https://api.clair.im/v1/search?engine=greenhouse&board=stripe&page=1" \ -H "Authorization: Bearer YOUR_API_KEY"
Reference
board is the token in boards.greenhouse.io, such as stripe. q filters titles. page is 25 jobs.
GET /v1/search?engine=greenhouse
Authorizationheader · stringrequired
enginestringrequired
boardstringrequired
qstring
departmentstring
officestring
locationstring
pagestring
Pricing
This API is its own subscription with its own quota. Unused requests expire at renewal. Need a custom volume? Email contact@serinlabs.com.
$0/mo
200
Requests / month
$49.99/mo
3,700
Requests / month
Most popular
$149/mo
14,800
Requests / month
$399/mo
49,600
Requests / month
No monthly fee
$0.0201
Per request
Prices in USD, billed monthly by Stripe. Cancel any time from Manage billing.
Reads Greenhouse's public board JSON. Search fetches the full content=true list, then filters and slices in process. q matches title only. department, office, and location are substring includes. Job returns one opening, including pay_ranges when the board publishes them. Not an applicant tracking login.
All of them: Jobs, Job. They share this API's monthly quota.
Each call is one request, and each extra page is a new call. A malformed request (400) is not counted, and a request that fails on our side (5xx) is refunded.
Yes. Every Clair API has its own free tier: 200 requests a month, with no card. It resets monthly, and the API stops when the month's requests run out.
On a paid tier, extra calls are billed at the tier's overage rate until its ceiling, then the API returns 429 until the next period. The free tier returns 429 as soon as its requests are used.
No. Each API is its own subscription, and one key works with all of them. A call to an API the account does not subscribe to returns 403 not_subscribed.
Related
APIs teams often combine with the Greenhouse Jobs API.
Each Clair API is its own monthly request quota. Unused requests expire. Every API has a free tier to try it.