# Stripe Job Openings & Hiring Trends

**Use case:** 

Analyzes Stripe's job board for open roles and hiring trends. Get insights on role counts, function growth, and remote job share.

## Input

```json
{
  "companies": [
    "greenhouse:stripe"
  ],
  "keywords": [
    "sales",
    "marketing"
  ],
  "newWindowDays": 30,
  "maxConcurrency": 1
}
```

## Output

```json
{
  "token": {
    "label": "Company",
    "format": "text"
  },
  "provider": {
    "label": "ATS",
    "format": "text"
  },
  "matchBasis": {
    "label": "Match type",
    "format": "text"
  },
  "ownerName": {
    "label": "Declared board name",
    "format": "text"
  },
  "signals.totalOpenRoles": {
    "label": "Open roles",
    "format": "number"
  },
  "signals.hiringMomentum": {
    "label": "Momentum",
    "format": "text"
  },
  "signals.salesHiring": {
    "label": "Sales",
    "format": "number"
  },
  "signals.marketingHiring": {
    "label": "Marketing",
    "format": "number"
  },
  "signals.engineeringHiring": {
    "label": "Eng",
    "format": "number"
  },
  "signals.remoteShare": {
    "label": "Remote %",
    "format": "number"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Hiring Radar](https://apify.com/zinin/company-hiring-radar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/company-hiring-radar) to learn more, explore other use cases, and run it yourself.