# Executive Move and New Hire News Tracker

**Use case:** 

Find leadership changes and executive moves at a target account for timed outreach. Returns classified exec move events. Clay-ready flat JSON.

## Input

```json
{
  "domain": "stripe.com"
}
```

## Output

```json
{
  "company_domain": {
    "label": "Company Domain",
    "format": "string"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "has_recent_funding": {
    "label": "Has Recent Funding",
    "format": "boolean"
  },
  "funding_total_estimated": {
    "label": "Funding Total Estimated",
    "format": "number"
  },
  "funding_total_currency": {
    "label": "Funding Total Currency",
    "format": "string"
  },
  "most_recent_event_type": {
    "label": "Most Recent Event Type",
    "format": "string"
  },
  "most_recent_headline": {
    "label": "Most Recent Headline",
    "format": "string"
  },
  "total_events": {
    "label": "Total Events",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Funding News Press Signal Scanner Clay Enrichment](https://apify.com/mambalabs/funding-press-signal-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/funding-press-signal-scanner) to learn more, explore other use cases, and run it yourself.