# Engineer Himalayas Jobs

**Use case:** 

Explore engineer with Himalayas Jobs Scraper - Remote Job Listings. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "engineer",
  "maxResults": 3
}
```

## Output

```json
{
  "job_id": {
    "label": "Job Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "location_restrictions": {
    "label": "Location Restrictions",
    "format": "text"
  },
  "timezone_restrictions": {
    "label": "Timezone Restrictions",
    "format": "text"
  },
  "min_salary": {
    "label": "Min Salary",
    "format": "number"
  },
  "max_salary": {
    "label": "Max Salary",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "salary_period": {
    "label": "Salary Period",
    "format": "text"
  },
  "published_at": {
    "label": "Published At",
    "format": "date"
  },
  "expires_at": {
    "label": "Expires At",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "application_url": {
    "label": "Application Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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