# Remote Jobs Scraper - Remotive, RemoteOK & Himalayas Feeds

**Use case:** 

Aggregate remote jobs from Remotive, RemoteOK, Himalayas & more: title, company, location, salary, tags & apply URL. For job boards & remote analytics.

## Input

```json
{
  "keywords": [
    "admin",
    "marketing"
  ],
  "sources": [
    "remotive",
    "remoteok",
    "arbeitnow",
    "himalayas",
    "jobicy",
    "weworkremotely"
  ],
  "category": "",
  "locationFilter": "",
  "maxJobsPerSource": 50,
  "deduplicate": true
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "functionGuess": {
    "label": "Function",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "sources": {
    "label": "Found on",
    "format": "array"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Apply",
    "format": "link"
  }
}
```

## About this Actor

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