Retrieve EEOC demographic reporting data from Greenhouse for compliance reporting

domain: greenhouse.io · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Ensure your Harvest API key has the 'Can see EEOC data' permission enabled in Greenhouse's API credential configuration.
  2. GET https://harvest.greenhouse.io/v1/demographics/question_sets to retrieve all configured demographic question sets and their questions; each question has an id and display order.
  3. GET https://harvest.greenhouse.io/v1/demographics/answers to retrieve demographic answers at scale; filter by updated_after to fetch only recently changed answers for incremental syncs.
  4. Join answers to applications and jobs: each answer object contains an application_id; join against GET /v1/applications/:id to get job_id and stage information for cohort analysis.
  5. Aggregate answers by question and answer_option for EEO-1 category counts; map answer_option values to the EEO-1 race/ethnicity and gender categories required by EEOC reporting.
  6. Store and process data in compliance with applicable privacy laws; EEOC data must be collected on a voluntary and anonymous basis and stored separately from core candidate records where required.

Known gotchas

Related routes

Manage Greenhouse EEOC data: retrieve and update candidate demographic answers
greenhouse.io · 6 steps · unrated
Capture EEOC and OFCCP voluntary self-identification data from job applicants
recruiting-general · 5 steps · unrated
Retrieve interview scorecards for a job application via the Greenhouse Harvest API
greenhouse.io · 5 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp