# Product manager jobs at startups worldwide

**Use case:** 

Extract product manager job listings from Startup.jobs with salary data, company info, and application links.

## Input

```json
{
  "keyword": "product manager",
  "location": "Remote",
  "collectDetails": true,
  "results_wanted": 50
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "posted_at": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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