# 🌱 Greenhouse Scraper — Jobs, Departments & Apply

**Use case:** 

No-code, cheap Greenhouse API. Scrape Greenhouse jobs data: job title, location, department, office, apply link, requisition ID, dates — cheapest per item.

## Input

```json
{
  "companies": [
    "stripe"
  ],
  "includeContent": true,
  "maxJobsPerCompany": 0
}
```

## Output

```json
{
  "board": {
    "label": "Board",
    "format": "text"
  },
  "companyName": {
    "label": "Company Name",
    "format": "text"
  },
  "jobId": {
    "label": "Job Id",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "departments": {
    "label": "Departments",
    "format": "text"
  },
  "offices": {
    "label": "Offices",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "date"
  },
  "firstPublished": {
    "label": "First Published",
    "format": "date"
  },
  "applicationDeadline": {
    "label": "Application Deadline",
    "format": "text"
  },
  "requisitionId": {
    "label": "Requisition Id",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply Url",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "contentHtml": {
    "label": "Content Html",
    "format": "text"
  }
}
```

## About this Actor

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