# Find Remote Product Manager Internships on Himalayas

**Use case:** 

Identify all remote product management internship opportunities posted on Himalayas.app, perfect for students or new graduates seeking entry-level positions. Th

## Input

```json
{
  "mode": "searchJobs",
  "searchQuery": "product manager",
  "jobUrls": [],
  "remotePolicy": "remote",
  "employmentType": "internship",
  "maxItems": 25
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "employmentType": {
    "label": "Employment type"
  },
  "remotePolicy": {
    "label": "Remote policy"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryCurrency": {
    "label": "Salary currency"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "jobUrl": {
    "label": "Job url"
  }
}
```

## About this Actor

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