# Remote Tech Hiring Feed Scraper

**Use case:** 

Combine remote job APIs, filter by skills and regions, and include HTML descriptions for deeper hiring analysis.

## Input

```json
{
  "sources": [
    "arbeitnow",
    "remotive"
  ],
  "maxItems": 200,
  "query": "frontend",
  "locations": [
    "Remote",
    "Germany",
    "Europe"
  ],
  "remoteOnly": true,
  "includeDescriptionHtml": true
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "jobType": {
    "label": "Job Type",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  },
  "attribution": {
    "label": "Attribution",
    "format": "string"
  },
  "dedupeKey": {
    "label": "Dedupe Key",
    "format": "string"
  }
}
```

## About this Actor

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