# Developer Relations Jobs

**Use case:** 

Collect a bounded sample of current public Greenhouse job postings from active company boards for recruiting research and hiring-market monitoring.

## Input

```json
{
  "boardTokens": [
    "airbnb",
    "okta",
    "discord"
  ],
  "boardUrls": [
    {
      "url": "https://boards.greenhouse.io/airbnb"
    }
  ],
  "includeContent": false,
  "limit": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "boardToken": {
    "label": "Board"
  },
  "companyName": {
    "label": "Company"
  },
  "jobId": {
    "label": "Job ID"
  },
  "title": {
    "label": "Title"
  },
  "location": {
    "label": "Location"
  },
  "department": {
    "label": "Department"
  },
  "absoluteUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "updatedAt": {
    "label": "Updated"
  },
  "firstPublished": {
    "label": "First published"
  },
  "requisitionId": {
    "label": "Requisition ID"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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