# Stripe Jobs Scraper - Greenhouse Open Roles & Apply Links

**Use case:** 

Every open Stripe role from its Greenhouse board, with job title, location, department and apply link. A clean jobs feed for recruiters and sourcers.

## Input

```json
{
  "companies": [
    "greenhouse:stripe"
  ],
  "ats": "",
  "maxItems": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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