# Build a multi-company Rippling ATS jobs monitoring dataset

**Use case:** 

Paginate and enrich jobs from multiple Rippling boards for recurring recruiting, sales intelligence, or labor-market analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://ats.rippling.com/swag/jobs"
    }
  ],
  "boardSlugs": [
    "swag",
    "astra"
  ],
  "maxItems": 100,
  "includeDetails": true,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "locationNames": {
    "label": "Location names",
    "format": "array"
  },
  "workplaceTypes": {
    "label": "Workplace types",
    "format": "array"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "compensationText": {
    "label": "Compensation",
    "format": "string"
  },
  "createdAt": {
    "label": "Created at",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "detailStatus": {
    "label": "Detail status",
    "format": "string"
  }
}
```

## About this Actor

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