# Greenhouse Job Board Keyword Scanner Example

**Use case:** 

Source-specific example that scans one public Greenhouse board for Salesforce, RevOps, and GTM hiring signals.

## Input

```json
{
  "sources": [
    {
      "url": "https://boards-api.greenhouse.io/v1/boards/airbnb/jobs?content=true",
      "companyName": "Airbnb",
      "source": "greenhouse"
    }
  ],
  "keywords": [
    "salesforce",
    "revops",
    "gtm"
  ],
  "maxResults": 15,
  "matchMode": "any",
  "includeFullDescription": false
}
```

## Output

```json
{
  "company": {
    "label": "Company"
  },
  "sourceAts": {
    "label": "ATS"
  },
  "jobTitle": {
    "label": "Job title"
  },
  "location": {
    "label": "Location"
  },
  "department": {
    "label": "Department"
  },
  "matchedKeywords": {
    "label": "Matched keywords"
  },
  "matchCount": {
    "label": "Match count"
  },
  "snippet": {
    "label": "Keyword snippet"
  },
  "postingUrl": {
    "label": "Posting URL",
    "format": "link"
  },
  "updatedAt": {
    "label": "Updated"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Board Keyword Signal Scanner](https://apify.com/automation-lab/job-board-keyword-signal-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/job-board-keyword-signal-scanner) to learn more, explore other use cases, and run it yourself.