# Careers Page Monitor for Major Tech Companies

**Use case:** 

Monitor careers pages for companies of your interest. Get alerts on new roles and hiring signals, including team expansions and leadership changes.

## Input

```json
{
  "urls": [
    "https://www.apple.com/careers/us/",
    "https://careers.microsoft.com/v2/global/en/home.html",
    "https://jobs.netflix.com/",
    "https://stripe.com/jobs/search",
    "https://www.shopify.com/careers",
    "https://www.google.com/about/careers/applications/jobs/results/"
  ],
  "exactUrlsOnly": false,
  "useCase": "jobs",
  "model": "claude-haiku-4-5-20251001",
  "customPrompt": "For each employer, summarize the new roles by seniority, function and location, and what the hiring signals (a new team, market or leadership hire).",
  "companyAnalysis": "on-first-run",
  "notifyThreshold": "notable",
  "notifyOnQuietRun": false,
  "outputEmail": "me@example.com",
  "slackChannel": "#competitor-watch",
  "notionParentPage": "1a2b3c4d5e6f7081920a1b2c3d4e5f60",
  "resetBaseline": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "pageType": {
    "label": "Page type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "significance": {
    "label": "Significance",
    "format": "integer"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Change Monitor — AI Alerts to Email/Slack](https://apify.com/inovaflow/website-change-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inovaflow/website-change-tracker) to learn more, explore other use cases, and run it yourself.