# Product Remote Jobs on RemoteOK

**Use case:** 

Every open Product role currently on the RemoteOK board, with company, location, tags, posted date, published salary range where given and a direct apply link.

## Input

```json
{
  "tags": [
    "product"
  ],
  "search": "senior",
  "company": "Automattic",
  "onlyWithSalary": true,
  "minSalaryUsd": 100000,
  "onlyVerified": true,
  "descriptionCharacters": 1200,
  "maxJobs": 500
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "primaryTag": {
    "label": "Primary tag",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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