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.
Fetch all available Glassdoor reviews across multiple pages — returns every unique review with rating, pros/cons and role.
Glassdoor employer ID. Don't know it? Call employer/search with the company name first — it returns employer_id.
Results per page (1–100). Above 100 Glassdoor returns an empty page. (1–100)
Stop the harvest after this many pages (default: run until complete). (1–)
Advanced: rotate network exit nodes between pages during the harvest (recommended for large harvests).
Advanced: rotate the network exit node every N pages during a harvest. (1–)
Advanced: Glassdoor dynamic profile ID (defaults to employer_id; only needed for employers with a separate profile).
curl -X POST https://api.reefapi.com/glassdoor/v1/employer/reviews-harvest \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.