# Find Companies Hiring Software Engineers

**Use case:** 

Detect open engineering roles at a company, an R and D scale-up signal for dev-tools and infra sellers. Clay-ready flat JSON across five ATS.

## Input

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