The playground

Try any of 1453 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/seek/v1/classification1 credit

Browse SEEK jobs by classification/category — either a SEEK classification numeric id (e.g. 6281 = Information & Communication Technology) or a category slug ('information-communication-technology', 'healthcare-medical', 'trades-services', 'accounting', 'sales', 'education-training'). Optionally scope by location and the same salary/work-type/date filters as search.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/seek/v1/classification \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"classification":"6281"}'

Hit Send to run this endpoint live.