# Scrape All Stripe Remote Job Listings from Himalayas

**Use case:** 

Extract every remote job opening currently listed by Stripe on Himalayas.app to get a comprehensive overview of their hiring needs. This is invaluable for compe

## Input

```json
{
  "mode": "byCompany",
  "searchQuery": "software engineer",
  "companySlug": "stripe",
  "jobUrls": [],
  "remotePolicy": "remote",
  "employmentType": "",
  "maxItems": 5
}
```

## 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.