# Export Remote Digital Marketing Jobs from Himalayas

**Use case:** 

Retrieve up to 100 digital marketing remote job listings from Himalayas. Access clear data, including title and company, in preferred formats.

## Input

```json
{
  "searchKeyword": "digital marketing",
  "categories": [],
  "seniority": [],
  "employmentType": "",
  "maxJobs": 100,
  "maxPagesToScan": 50,
  "includeDescription": false
}
```

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