# Discover Greenhouse Fintech Companies

**Use case:** 

Discover Greenhouse Fintech Companies with public board URLs, job counts, descriptions, and career domains.

## Input

```json
{
  "query": "fintech",
  "maxItems": 100
}
```

## Output

```json
{
  "boardUrl": {
    "label": "Board URL",
    "format": "link"
  },
  "boardToken": {
    "label": "Board Token",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "activeJobCount": {
    "label": "Active Jobs",
    "format": "number"
  },
  "departmentCount": {
    "label": "Departments",
    "format": "number"
  },
  "officeCount": {
    "label": "Offices",
    "format": "number"
  },
  "careerHosts": {
    "label": "Career Hosts",
    "format": "array"
  },
  "firstPublishedAt": {
    "label": "First Published",
    "format": "date"
  },
  "latestUpdatedAt": {
    "label": "Latest Updated",
    "format": "date"
  },
  "importanceScore": {
    "label": "Importance Score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Greenhouse Companies - Board URL Directory](https://apify.com/igolaizola/greenhouse-companies) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/greenhouse-companies) to learn more, explore other use cases, and run it yourself.