# NVIDIA Careers Jobs Scraper

**Use case:** 

Collect open NVIDIA jobs from the Workday career site with title, location, pay range, requisition ID and apply URL.

## Input

```json
{
  "maxJobs": 10,
  "withDetails": true,
  "careerSiteUrls": [
    "https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite"
  ],
  "searchText": "",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "locations": {
    "label": "All Locations",
    "format": "array"
  },
  "remoteType": {
    "label": "Remote",
    "format": "text"
  },
  "timeType": {
    "label": "Work Type",
    "format": "text"
  },
  "requisitionId": {
    "label": "Requisition ID",
    "format": "text"
  },
  "jobPostingId": {
    "label": "Posting ID",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "postedOn": {
    "label": "Posted",
    "format": "text"
  },
  "startDate": {
    "label": "Start Date",
    "format": "date"
  },
  "applicationDeadline": {
    "label": "Deadline",
    "format": "text"
  },
  "payRange": {
    "label": "Pay Range",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description HTML",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description Text",
    "format": "text"
  },
  "tenant": {
    "label": "Company Slug",
    "format": "text"
  },
  "site": {
    "label": "Site",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Workday Jobs & Careers Scraper](https://apify.com/scrapers_lat/workday-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/workday-jobs-scraper) to learn more, explore other use cases, and run it yourself.