# Benchmark tech salaries from Ashby job boards

**Use case:** 

Pull structured salary bands (min, max, currency) straight from Ashby job postings for compensation research, without paying for descriptions you do not need.

## Input

```json
{
  "companies": [
    {
      "ats": "ashby",
      "slug": "ramp",
      "name": "Ramp"
    }
  ],
  "deltaMode": false,
  "includeDescription": false,
  "filterKeywords": [],
  "filterScope": "title"
}
```

## Output

```json
{
  "delta_status": {
    "label": "Delta"
  },
  "ats": {
    "label": "ATS"
  },
  "company": {
    "label": "Company"
  },
  "title": {
    "label": "Title"
  },
  "locations": {
    "label": "Locations"
  },
  "department": {
    "label": "Department"
  },
  "remote": {
    "label": "Remote"
  },
  "posted_at": {
    "label": "Posted"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Multi-ATS Jobs: Greenhouse, Lever, Ashby, SmartRecruiters](https://apify.com/shipsatnight/multi-ats-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shipsatnight/multi-ats-job-scraper) to learn more, explore other use cases, and run it yourself.