# Find Job Change Signals - Intent Signals API

**Use case:** 

Use real-time job change signals to track executive moves and new hires. 1M+ role changes detected within minutes with personal profile and company context.

## Input

```json
{
  "page": 1,
  "limit": 50,
  "sort_order": "desc"
}
```

## Output

```json
{
  "personName": {
    "label": "Person",
    "format": "string"
  },
  "newRole": {
    "label": "New Role",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "companyIndustry": {
    "label": "Industry",
    "format": "string"
  },
  "companyEmployeeCount": {
    "label": "Company Size",
    "format": "number"
  },
  "personLocation": {
    "label": "Location",
    "format": "string"
  },
  "occurredAt": {
    "label": "Detected",
    "format": "string"
  },
  "personLinkedinUrl": {
    "label": "LinkedIn",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Signalbase Real Time Job Change Signals](https://apify.com/signalbase/signalbase-job-changes) with a specific input configuration. Visit the [Actor detail page](https://apify.com/signalbase/signalbase-job-changes) to learn more, explore other use cases, and run it yourself.