# Entry-Level Remote Software Jobs from Himalayas

**Use case:** 

Find up to 100 entry-level remote software job listings. Includes details like titles, companies, salaries, and job descriptions.

## Input

```json
{
  "searchKeyword": "software engineer developer junior",
  "categories": [],
  "seniority": [
    "junior",
    "entry"
  ],
  "employmentType": "",
  "maxJobs": 100,
  "maxPagesToScan": 50,
  "timeBudgetSecs": 240,
  "includeDescription": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "employmentType": {
    "label": "Type",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "array"
  },
  "minSalary": {
    "label": "Min Salary",
    "format": "number"
  },
  "maxSalary": {
    "label": "Max Salary",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "salaryPeriod": {
    "label": "Salary Period",
    "format": "string"
  },
  "locationRestrictions": {
    "label": "Location",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  }
}
```

## About this Actor

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