Scan Job Board Keywords
scan_job_board_keywordsScan a company's job board to find roles in chosen categories across Greenhouse, Lever, Ashby, Workday, and Rippling. Returns matched role counts and titles per category as a flat JSON row.
Instructions
Scan a company's job board for roles in chosen categories across Greenhouse, Lever, Ashby, Workday, and Rippling. Returns matched role counts and titles per category as a flat, Clay-ready JSON row. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_domain | Yes | Bare company domain, e.g. stripe.com | |
| role_categories | Yes | One or more of: GTM, Engineering, Finance, Operations, Executive, Custom. | |
| custom_keywords | No | Keyword strings to match when Custom is included in role_categories. | |
| enable_fallback | No | Fall back to a pre-indexed job database when the live ATS cascade finds nothing. | |
| previous_roles_detected | No | Comma-separated matched role titles from a previous run, to compute deltas. | |
| previous_run_date | No | ISO date of the previous run, e.g. 2026-03-15. |