The playground
Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/ats-jobs/v1/search1 credit
cross-company job search over the Workable aggregator (170K jobs) → jobs[]. `query` + (default `ats`=workable). paginated.
Working example
Parameters
Free-text keyword for the Workable cross-company aggregator search.
Applicant-tracking system / job-board provider. For search only 'workable' is supported (defaults to workable).
Max jobs to return (1-2000). Omit/0 = provider default (all). (1–2000)
Opaque pagination cursor from a previous response (provider-specific).
Page number for providers that paginate by page (alternative to cursor). (1–)
request preview
curl -X POST https://api.reefapi.com/ats-jobs/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"python engineer","ats":"workable"}'Hit Send to run this endpoint live.