# Open roles at Stripe, Palantir and OpenAI from their ATS

**Use case:** 

Live job postings pulled straight from each company's own job board: title, department, location, remote flag and posted date, ready for analysis.

## Input

```json
{
  "companies": [
    "stripe",
    "palantir",
    "openai"
  ],
  "maxJobsPerCompany": 25,
  "maxResults": 100,
  "monitorMode": false,
  "monitorName": "default"
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "ats": {
    "label": "ATS",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "location": {
    "label": "Primary location",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at (ISO)",
    "format": "string"
  },
  "url": {
    "label": "Posting URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ATS Jobs Aggregator 🎯 (hiring signals from any company list)](https://apify.com/tagadanar/ats-jobs-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/ats-jobs-aggregator) to learn more, explore other use cases, and run it yourself.