# Daily email digest of new job postings

**Use case:** 

Get a daily email of newly-posted roles from your target boards. Schedule it for a hands-off hiring-signal digest.

## Input

```json
{
  "companies": [
    "greenhouse:stripe"
  ],
  "newWithinDays": 0,
  "maxRecords": 0,
  "monitorMode": true,
  "alertOnNewPosting": true,
  "emailRecipients": [
    "alerts@example.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "posted_date": {
    "label": "Posted",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Role",
    "format": "string"
  },
  "department": {
    "label": "Dept",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "ats": {
    "label": "ATS",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Posting Tracker — Hiring Intent Monitor & Alerts](https://apify.com/scrapersdelight/job-posting-intent-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/job-posting-intent-monitor) to learn more, explore other use cases, and run it yourself.