Scan Job Board Keywords
scan_job_board_keywordsScan a company's job board for roles by category (GTM, Engineering, etc.) across Greenhouse, Lever, Ashby, Workday, and Rippling. Returns matched role counts and titles per category for targeting signals.
Instructions
Scan a company's job board for roles in chosen categories across Greenhouse, Lever, Ashby, Workday, and Rippling. Pick from GTM, Engineering, Finance, Operations, Executive, or supply custom keywords. Returns a flat, Clay-ready JSON row of matched role counts and titles per category. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_domain | Yes | Bare company domain without https:// and without a trailing slash. Example: stripe.com | |
| role_categories | Yes | One or more role categories to scan for. Valid values: GTM, Engineering, Finance, Operations, Executive, Custom. Use Custom together with custom_keywords. | |
| custom_keywords | No | Keyword strings to match when Custom is included in role_categories. Required only if Custom is requested. | |
| enable_fallback | No | If true, falls 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, used to compute newly added or removed roles. | |
| previous_run_date | No | ISO date of the previous run, e.g. 2026-03-15. Used for tracking changes over time. |