# GTM and Engineering Hiring Scan in One Call

**Use case:** 

Scan a company for both GTM and engineering roles in a single call, a full-funnel expansion signal. Clay-ready flat JSON across five ATS.

## Input

```json
{
  "company_domain": "stripe.com",
  "role_categories": [
    "GTM",
    "Engineering"
  ],
  "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.