# Find Companies Hiring Remotely

**Use case:** 

Build a list of companies actively hiring remotely with Company, # Jobs, Emails, Phones, Website and Top skills. Ready-to-use contact list.

## Input

```json
{
  "searchQueries": [
    "react"
  ],
  "jobType": "",
  "outputType": "companies",
  "maxItems": 200,
  "maxItemsPerSource": 0,
  "includeDescriptionHtml": false,
  "deduplicateAcrossSources": true,
  "enrichCompanyContacts": false,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "jobCount": {
    "label": "# Jobs",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "topTags": {
    "label": "Top skills",
    "format": "array"
  },
  "sourceLabels": {
    "label": "Boards",
    "format": "array"
  }
}
```

## About this Actor

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