# New Job Listings Feed – Greenhouse, Lever & Ashby

**Use case:** 

Pull fresh job postings from Greenhouse, Lever, and Ashby career sites in one unified feed. Filter by title, location, or remote, and get only new roles on sche

## Input

```json
{
  "sources": [
    "greenhouse:stripe",
    "lever:ro",
    "ashby:Ramp"
  ],
  "remoteOnly": false,
  "onlyNewSinceLastRun": true
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Career Site Jobs API – Greenhouse, Lever, Ashby & More ATS](https://apify.com/deadwood_data_solutions/jobs-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/deadwood_data_solutions/jobs-aggregator) to learn more, explore other use cases, and run it yourself.