# Monitor Remote Ashby Jobs

**Use case:** 

Monitor Ashby career boards for remote roles and export descriptions, compensation text, and apply URLs for recruiting intelligence.

## Input

```json
{
  "boardUrls": [
    "https://jobs.ashbyhq.com/ashby"
  ],
  "companySlugs": [],
  "maxItems": 50,
  "includeDescription": true,
  "locationFilter": "Remote"
}
```

## Output

```json
{
  "companySlug": {
    "label": "Company"
  },
  "title": {
    "label": "Title"
  },
  "departmentName": {
    "label": "Department"
  },
  "locationName": {
    "label": "Location"
  },
  "employmentType": {
    "label": "Employment"
  },
  "workplaceType": {
    "label": "Workplace"
  },
  "compensationTierSummary": {
    "label": "Compensation"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Ashby Jobs Scraper](https://apify.com/automation-lab/ashby-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ashby-jobs-scraper) to learn more, explore other use cases, and run it yourself.