# Ashby Jobs Scraper

**Use case:** 

Scrape all jobs from any Ashby (jobs.ashbyhq.com) careers page: title, department, location, remote flag, apply link. No login. Export to CSV, Excel, JSON.

## Input

```json
{
  "companies": [
    "https://jobs.ashbyhq.com/Ashby"
  ],
  "jobBoards": [],
  "adzunaAppId": "",
  "adzunaCountry": "us",
  "titleKeywords": [],
  "location": "",
  "remoteOnly": false,
  "maxItems": 0,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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