The RawJob API gives you programmatic access to real-time, structured hiring data crowdsourced from X/Twitter.
X-API-Key header (or Authorization: Bearer rj_live_...)GET /api/v1/jobs to search jobscurl -H "X-API-Key: rj_live_YOUR_KEY" \ "https://rawjobbed.com/api/v1/jobs?domain=engineering&remote_only=true"
https://rawjobbed.com/api/v1
| Plan | Price | Monthly Quota | Webhooks |
|---|---|---|---|
| Developer | $29/mo | 10,000 calls | No |
| Agent Pro | $99/mo | 100,000 calls | Yes |
| Enterprise | Custom | Unlimited | Yes |
All endpoints return JSON. List endpoints include pagination metadata:
{
"data": [...],
"meta": {
"total": 142,
"page": 1,
"per_page": 20,
"pages": 8
}
}