# UX Design Job Openings from Greenhouse ATS

**Use case:** 

Scrape UX design job listings from Canva, Miro, and Webflow. Get details like job title, department, and full content without an API key.

## Input

```json
{
  "mode": "jobs",
  "boardTokens": [
    "canva",
    "miro",
    "webflow"
  ],
  "jobIds": [],
  "fullContent": true,
  "includeQuestions": false,
  "includePayRanges": false,
  "decodeContent": true,
  "stripHtml": true,
  "filterDepartments": [],
  "filterOffices": [],
  "filterLocations": [],
  "filterTitleKeywords": [
    "Designer",
    "UX"
  ],
  "filterLanguages": [],
  "maxResultsPerBoard": 0,
  "maxResults": 1000,
  "concurrency": 5
}
```

## Output

```json
{
  "boardToken": {
    "label": "Board",
    "format": "text"
  },
  "id": {
    "label": "Job ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "departmentNames": {
    "label": "Departments",
    "format": "array"
  },
  "officeNames": {
    "label": "Offices",
    "format": "array"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "absoluteUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Greenhouse Job Board API - Jobs & Departments](https://apify.com/logiover/greenhouse-job-board-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/greenhouse-job-board-scraper) to learn more, explore other use cases, and run it yourself.