# Scrape developer jobs from Workday

**Use case:** 

Extract developer job listings from Workday-powered career sites. Structured corporate job data. No subscription, pay per result.

## Input

```json
{
  "startUrls": [],
  "companies": [],
  "searchQuery": "developer",
  "location": "",
  "fetchDetails": false,
  "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.