# Senior Product Manager Jobs from Greenhouse

**Use case:** 

Access listings for Senior Product Manager positions at companies like Asana, Notion, and Figma. Retrieve detailed job data in JSON or CSV format.

## Input

```json
{
  "mode": "jobs",
  "boardTokens": [
    "asana",
    "notion",
    "figma"
  ],
  "jobIds": [],
  "fullContent": true,
  "includeQuestions": false,
  "includePayRanges": false,
  "decodeContent": true,
  "stripHtml": true,
  "filterDepartments": [],
  "filterOffices": [],
  "filterLocations": [],
  "filterTitleKeywords": [
    "Senior",
    "Product Manager"
  ],
  "filterLanguages": [],
  "maxResultsPerBoard": 0,
  "maxResults": 1000,
  "concurrency": 5
}
```

## Output

```json
{
  "boardToken": {
    "label": "Board",
    "format": "text"
  },
  "id": {
    "label": "Job ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "departmentNames": {
    "label": "Departments",
    "format": "array"
  },
  "officeNames": {
    "label": "Offices",
    "format": "array"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "absoluteUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Greenhouse Job Board API - Jobs & Departments](https://apify.com/logiover/greenhouse-job-board-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/greenhouse-job-board-scraper) to learn more, explore other use cases, and run it yourself.