# Daily Pinpoint ATS Vacancy Monitoring Workflow

**Use case:** 

Run a repeatable multi-employer Pinpoint vacancy export for recruiting alerts, aggregation, and labor-market tracking.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://reimaginedcareers.pinpointhq.com/jobs.rss"
    },
    {
      "url": "https://workwithus.pinpointhq.com/jobs.rss"
    }
  ],
  "maxItems": 500
}
```

## Output

```json
{
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "compensation": {
    "label": "Compensation",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "canonicalUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "feedUrl": {
    "label": "Feed URL",
    "format": "string"
  }
}
```

## About this Actor

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