# Scrape live company jobs from Greenhouse, Lever & Ashby

**Use case:** 

Pull every open role straight from a company's official ATS feed (Greenhouse, Lever, Ashby) as clean JSON — title, location, remote flag, apply URL. No proxies.

## Input

```json
{
  "companies": [
    "greenhouse:stripe",
    "lever:spotify",
    "ashby:ramp"
  ],
  "autoDetect": true,
  "searchQuery": "engineer",
  "location": "New York",
  "remoteOnly": false,
  "department": "Sales",
  "maxItems": 0,
  "concurrency": 5
}
```

## Output

```json
{
  "title": {
    "label": "Job title"
  },
  "company": {
    "label": "Company"
  },
  "department": {
    "label": "Department"
  },
  "location": {
    "label": "Location"
  },
  "remote": {
    "label": "Remote"
  },
  "employmentType": {
    "label": "Type"
  },
  "source": {
    "label": "ATS"
  },
  "url": {
    "label": "URL"
  },
  "publishedAt": {
    "label": "Published"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Feed Scraper: Greenhouse, Lever & Ashby](https://apify.com/native_emblem/ats-job-feed-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/native_emblem/ats-job-feed-scraper) to learn more, explore other use cases, and run it yourself.