# Scrape remote software engineer jobs from Workday

**Use case:** 

Search a Workday career site for remote software engineering roles and export a bounded set of job listings with descriptions.

## Input

```json
{
  "companyUrl": "https://workday.wd5.myworkdayjobs.com/Workday",
  "searchQuery": "software engineer",
  "location": "Remote",
  "maxJobs": 50,
  "includeDescription": true
}
```

## 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.