# C-Level Executive Moves Tracking

**Use case:** 

Monitor C-level executive transitions, including person, company, role, seniority, and move type data. Access insights on leadership changes.

## Input

```json
{
  "maxItems": 100,
  "roleSeniority": "c_level"
}
```

## Output

```json
{
  "person.name": {
    "label": "Person",
    "format": "text"
  },
  "company.name": {
    "label": "Company",
    "format": "text"
  },
  "role": {
    "label": "Role",
    "format": "text"
  },
  "moveType": {
    "label": "Move",
    "format": "text"
  },
  "announcedAt": {
    "label": "Announced",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Executive Job Change & Leadership Move Data](https://apify.com/datahyena/executive-job-changes) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datahyena/executive-job-changes) to learn more, explore other use cases, and run it yourself.