# HTML Greenhouse Jobs

**Use case:** 

Extract Greenhouse Jobs data filtered by HTML. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "boardToken": "gitlab",
  "maxItems": 10,
  "includeContent": true,
  "descriptionFormat": "html"
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "departments": {
    "label": "Departments"
  },
  "firstPublished": {
    "label": "Published",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  }
}
```

## About this Actor

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