# Executive Appointments Tracking Data

**Use case:** 

Monitor the latest executive appointments across companies. Access detailed data including person, company, role, and appointment date.

## Input

```json
{
  "maxItems": 100,
  "moveType": "appointment"
}
```

## 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.