# Ashby Job Listing Data Extractor

**Use case:** 

Collects up to 200 job listings from Ashby boards. Get detailed job titles, teams, locations, and compensation information in a structured format.

## Input

```json
{
  "startUrl": "https://jobs.ashbyhq.com/openai/",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company_name": {
    "label": "Company",
    "format": "string"
  },
  "department_name": {
    "label": "Department",
    "format": "string"
  },
  "team_name": {
    "label": "Team",
    "format": "string"
  },
  "location_name": {
    "label": "Primary location",
    "format": "string"
  },
  "employment_type": {
    "label": "Employment type",
    "format": "string"
  },
  "published_date": {
    "label": "Published date",
    "format": "string"
  },
  "compensation_tier_summary": {
    "label": "Compensation summary",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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