# Product Manager Jobs

**Use case:** 

Collect public Product Manager Jobs listings with safe, bounded saved input for recruiting research, hiring-market monitoring, and job-board datasets.

## Input

```json
{
  "tags": [
    "product"
  ],
  "keywords": [
    "product manager"
  ],
  "location": "",
  "sinceDate": "",
  "minSalary": 0,
  "maxSalary": 0,
  "maxItems": 30,
  "includeDescription": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "date": {
    "label": "Posted",
    "format": "date"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "position": {
    "label": "Position",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "logo": {
    "label": "Logo",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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