# 监控 Workday 企业招聘动态:追踪新发布职位

**Use case:** 

定时运行本任务,按职位编号对比每日数据,第一时间发现任意 Workday 企业新发布的职位。快速列表模式,每 20 个职位仅一次请求,适合招聘情报与求职提醒。

## Input

```json
{
  "startUrls": [
    {
      "url": "https://capitalone.wd12.myworkdayjobs.com/Capital_One"
    }
  ],
  "searchText": "",
  "maxJobsPerSite": 0,
  "includeDetails": false,
  "descriptionFormat": "both",
  "detailConcurrency": 5
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "locationsText": {
    "label": "Locations Text",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted Date",
    "format": "string"
  },
  "postedOn": {
    "label": "Posted (relative)",
    "format": "string"
  },
  "timeType": {
    "label": "Time Type",
    "format": "string"
  },
  "remoteType": {
    "label": "Remote Type",
    "format": "string"
  },
  "jobReqId": {
    "label": "Requisition ID",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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