# Job Postings Collector for Stripe and NVIDIA

**Use case:** 

Aggregate job openings for backend engineers from Stripe and NVIDIA's Workday. Get a standardized dataset of current positions in one place.

## Input

```json
{
  "sources": [
    {
      "platform": "greenhouse",
      "company": "stripe"
    },
    {
      "platform": "workday",
      "boardUrl": "https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite",
      "query": "engineer"
    },
    {
      "platform": "linkedin",
      "query": "backend engineer",
      "location": "remote",
      "datePosted": "week"
    }
  ],
  "maxItems": 200,
  "enrich": true,
  "dedupe": true,
  "debug": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workMode": {
    "label": "Work mode",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Board Harvester — Multi-Platform](https://apify.com/tacps126/jobs-harvester) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tacps126/jobs-harvester) to learn more, explore other use cases, and run it yourself.