# Extract One Ashby Careers Board

**Use case:** 

Target one Ashby company slug and collect structured job postings with location, workplace type, and application links.

## Input

```json
{
  "boardUrls": [
    "https://jobs.ashbyhq.com/ashby"
  ],
  "companySlugs": [
    "ashby"
  ],
  "maxItems": 10,
  "includeDescription": false
}
```

## 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.