# Find Current Stripe Jobs on Greenhouse

**Use case:** 

Find current Stripe job openings from its public Greenhouse board with title, department, location, posting details, and direct application links.

## Input

```json
{
  "companies": [
    "stripe"
  ],
  "keywords": [],
  "location": "",
  "remoteOnly": false,
  "maxResults": 3,
  "includeDescription": false
}
```

## Output

```json
{
  "job_title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company Name",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "departments": {
    "label": "Departments",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "date"
  }
}
```

## About this Actor

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