# New CFO Hire Detector: Finance Buying Signal

**Use case:** 

Scan a company job board for open finance and CFO roles, a budget-unlocked buying trigger. Clay-ready flat JSON across five ATS platforms.

## Input

```json
{
  "company_domain": "stripe.com",
  "role_categories": [
    "Finance"
  ],
  "enable_fallback": true
}
```

## Output

```json
{
  "company_domain": {
    "label": "Company Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "hiring_signal": {
    "label": "Hiring Signal",
    "format": "boolean"
  },
  "matched_role_count": {
    "label": "Matched Role Count",
    "format": "integer"
  },
  "top_matched_role": {
    "label": "Top Matched Role",
    "format": "string"
  },
  "department_with_most_openings": {
    "label": "Department With Most Openings",
    "format": "string"
  },
  "signal_strength": {
    "label": "Signal Strength",
    "format": "string"
  },
  "total_open_roles": {
    "label": "Total Open Roles",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Board Keyword Signal Scanner GTM Eng Finance Clay-Ready](https://apify.com/mambalabs/job-board-keyword-signal-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/job-board-keyword-signal-scanner) to learn more, explore other use cases, and run it yourself.