# Clay Hiring Signal Workflow from Job Boards

**Use case:** 

Deep workflow example for creating account trigger lists from public ATS job posts and technology keywords.

## Input

```json
{
  "sources": [
    {
      "url": "https://boards-api.greenhouse.io/v1/boards/airbnb/jobs?content=true",
      "companyName": "Airbnb",
      "source": "greenhouse"
    },
    {
      "url": "https://api.ashbyhq.com/posting-api/job-board/ashby?includeCompensation=true",
      "companyName": "Ashby",
      "source": "ashby"
    }
  ],
  "keywords": [
    "snowflake",
    "salesforce",
    "security",
    "compliance",
    "platform"
  ],
  "maxResults": 50,
  "matchMode": "any",
  "includeFullDescription": true
}
```

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