# Daily feed of newly-posted jobs (change detection)

**Use case:** 

Get only jobs posted since your last run — a daily feed of brand-new openings plus roles that just closed. Built for job alerts, recruiting and market tracking.

## Input

```json
{
  "companies": [
    {
      "ats": "greenhouse",
      "company": "stripe"
    },
    {
      "ats": "lever",
      "company": "spotify"
    },
    {
      "ats": "ashby",
      "company": "ramp"
    }
  ],
  "presetLists": [
    "fintech"
  ],
  "remoteOnly": false,
  "maxJobsPerCompany": 0,
  "includeDescriptions": true,
  "onlyNewSinceLastRun": true,
  "outputProfile": "compact",
  "reportMode": false,
  "keywords": [
    "AI",
    "sales",
    "security"
  ],
  "recentWindowDays": 30
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote_type": {
    "label": "Remote",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "employment_type": {
    "label": "Type",
    "format": "text"
  },
  "posted_at": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "global_id": {
    "label": "Global ID",
    "format": "text"
  },
  "parse_confidence": {
    "label": "Confidence",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Greenhouse, Lever & Ashby Job Scraper API | $1.50/1K](https://apify.com/bovi/greenhouse-lever-ashby-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/bovi/greenhouse-lever-ashby-job-scraper) to learn more, explore other use cases, and run it yourself.