# Founder Job Changes and Leadership Moves Data

**Use case:** 

Access real-time data on founder executive moves, including names, companies, roles, and move dates. Get insights into leadership changes.

## Input

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

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