# Export jobs from a Workday career site

**Use case:** 

Collect current job listings from a public Workday career site using only the company career URL and a result limit.

## Input

```json
{
  "companyUrl": "https://microsoft.wd5.myworkdayjobs.com/Global",
  "maxJobs": 100,
  "includeDescription": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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