# ADP Workforce Now jobs scraper and monitor

**Use case:** 

Scrape live ADP Workforce Now jobs, descriptions, locations, IDs, and apply links from a public employer career center.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?ccId=19000101_000001&cid=39bc5efc-a576-4a4d-83eb-32e95d4e96c8&lang=en_US",
      "name": "Metrea"
    }
  ],
  "maxItems": 20,
  "includeDetails": true,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "itemID": {
    "label": "ADP item ID",
    "format": "string"
  },
  "requisitionId": {
    "label": "Requisition ID",
    "format": "string"
  },
  "externalJobId": {
    "label": "External job ID",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "employerName": {
    "label": "Employer",
    "format": "string"
  },
  "postDate": {
    "label": "Post date",
    "format": "string"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "workLevel": {
    "label": "Work level",
    "format": "string"
  },
  "tenantId": {
    "label": "Tenant ID",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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