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/ziprecruiter/v1/search1 credit

Search live ZipRecruiter job listings by keyword and location. Covers United Kingdom (ziprecruiter.co.uk), Ireland (ziprecruiter.ie) and Germany (ziprecruiter.de). United States listings are coming soon.

Working example
Parameters

Free-text job keyword: job title, skill or company name — e.g. 'software engineer', 'marketing manager'.

City / region to filter by (e.g. 'Dublin', 'London'). Optional.

ZipRecruiter country edition to search. gb (United Kingdom), ie (Ireland) and de (Germany) are fully live; us (United States) is coming soon. Other country codes are passed through as-is.

Result page number, starting at 1. Each page returns up to 20 job cards. (1–)

Maximum number of job listings to return across all pages (1–200). (1–200)

Limit to jobs posted within the last N days — e.g. 7 for the past week.

If true, return only remote-friendly job listings.

request preview
curl -X POST https://api.reefapi.com/ziprecruiter/v1/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"software engineer","location":"Dublin","country":"ie","max_results":"20"}'

Hit Send to run this endpoint live.