# Find jobs with full descriptions on Workday

**Use case:** 

Scrape Workday job listings including full descriptions. Structured corporate job data. Pay per result.

## Input

```json
{
  "startUrls": [],
  "companies": [],
  "searchQuery": "engineer",
  "location": "",
  "fetchDetails": true,
  "skipReposts": false,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "contractType": {
    "label": "Type",
    "format": "text"
  },
  "publishDate": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Workday Scraper — Corporate Career Pages, Any Company](https://apify.com/unfenced-group/workday-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/workday-scraper) to learn more, explore other use cases, and run it yourself.