# Scrape product manager job postings

**Use case:** 

Export PM openings from target ATS boards: title, location, posted date, link. Filter by keyword for clean role lists.

## Input

```json
{
  "companies": [
    "greenhouse:stripe",
    "ashby:ramp"
  ],
  "keyword": "product manager",
  "newWithinDays": 0,
  "maxRecords": 25,
  "monitorMode": false,
  "alertOnNewPosting": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "posted_date": {
    "label": "Posted",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Role",
    "format": "string"
  },
  "department": {
    "label": "Dept",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "ats": {
    "label": "ATS",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Posting Tracker — Hiring Intent Monitor & Alerts](https://apify.com/scrapersdelight/job-posting-intent-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/job-posting-intent-monitor) to learn more, explore other use cases, and run it yourself.