# Scrape Stripe Greenhouse Jobs

**Use case:** 

Scrape Stripe Greenhouse Jobs to export public job titles, departments, locations, descriptions, and job URLs.

## Input

```json
{
  "urls": [
    "https://boards.greenhouse.io/stripe"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "boardUrl": {
    "label": "Board URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "departmentNames": {
    "label": "Departments",
    "format": "array"
  },
  "officeNames": {
    "label": "Offices",
    "format": "array"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "firstPublishedAt": {
    "label": "Published",
    "format": "date"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "applicationDeadline": {
    "label": "Deadline",
    "format": "date"
  },
  "requisitionId": {
    "label": "Requisition ID",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  },
  "metadata": {
    "label": "Metadata",
    "format": "object"
  },
  "dataCompliance": {
    "label": "Data Compliance",
    "format": "array"
  }
}
```

## About this Actor

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