# Detect Companies Hiring Account Executives

**Use case:** 

Find open Account Executive and sales-leadership roles at a company, a mid-funnel capacity signal. Clay-ready flat JSON across three ATS platforms.

## Input

```json
{
  "domain": "stripe.com",
  "role_filter": [
    "AE",
    "Account Executive",
    "Sales Manager",
    "Sales Director"
  ],
  "mode": "single",
  "include_role_details": true
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "gtm_hiring_signal": {
    "label": "GTM Hiring Signal",
    "format": "boolean"
  },
  "gtm_role_count": {
    "label": "GTM Role Count",
    "format": "integer"
  },
  "signal_strength": {
    "label": "Signal Strength",
    "format": "string"
  },
  "top_gtm_role": {
    "label": "Top GTM Role",
    "format": "string"
  },
  "ats_platform": {
    "label": "ATS Platform",
    "format": "string"
  },
  "career_page_url": {
    "label": "Career Page URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Greenhouse Lever Ashby Job Scraper: GTM Hiring Signals](https://apify.com/mambalabs/gtm-hiring-signal-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/gtm-hiring-signal-scraper) to learn more, explore other use cases, and run it yourself.