# Remote Golang Developer Jobs on Himalayas

**Use case:** 

Get up to 100 remote Golang developer job listings. Includes title, company, salary range, and job descriptions for informed applications.

## Input

```json
{
  "searchKeyword": "Golang",
  "categories": [],
  "seniority": [],
  "employmentType": "",
  "maxJobs": 100,
  "maxPagesToScan": 50,
  "includeDescription": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment 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"
  },
  "locationRestrictions": {
    "label": "Location restrictions",
    "format": "array"
  },
  "url": {
    "label": "Apply 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.