# Himalayas Remote Developer Jobs Scraper

**Use case:** 

Scrape remote developer jobs on Himalayas with title, company, salary, location and application link.

## Input

```json
{
  "maxItems": 50,
  "category": "Developer",
  "seniority": "",
  "employmentType": "",
  "withSalaryOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "companyLogo": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "array"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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