# Companies Hiring for Several Remote Roles at Once

**Use case:** 

Companies with at least three remote roles open at the same time, gathered from seven public remote job boards. A company filling several seats at once is scaling, which makes it a stronger lead for recruiters and for anyone selling to growing teams. Shows every open role, the regions they hire from, published salary ranges and links to each posting. Recruitment agencies are filtered out.

## Input

```json
{
  "keywords": [],
  "regions": [],
  "boards": [
    "WeWorkRemotely",
    "RemoteOK",
    "Jobicy",
    "WorkingNomads",
    "Arbeitnow",
    "Himalayas",
    "Remotive"
  ],
  "postedWithinDays": 30,
  "excludeAgencies": true,
  "minOpenRoles": 3,
  "maxCompanies": 300,
  "includeJobRows": false
}
```

## Output

```json
{
  "company": {
    "label": "Company"
  },
  "openRoles": {
    "label": "Open roles",
    "format": "number"
  },
  "roles": {
    "label": "Roles",
    "format": "array"
  },
  "boards": {
    "label": "Found on",
    "format": "array"
  },
  "regions": {
    "label": "Hires from",
    "format": "array"
  },
  "tags": {
    "label": "Skills",
    "format": "array"
  },
  "salaryRanges": {
    "label": "Salary",
    "format": "array"
  },
  "newestJobPostedAt": {
    "label": "Newest posting",
    "format": "date"
  },
  "seniorities": {
    "label": "Seniority",
    "format": "array"
  },
  "employmentTypes": {
    "label": "Type",
    "format": "array"
  },
  "matchedKeywords": {
    "label": "Matched",
    "format": "array"
  },
  "isLikelyAgency": {
    "label": "Agency?",
    "format": "boolean"
  },
  "checkedAt": {
    "label": "Checked",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Remote Hiring Leads: Companies Hiring Remotely Now](https://apify.com/precious_bathmat/remote-hiring-leads.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/precious_bathmat/remote-hiring-leads.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/precious_bathmat/remote-hiring-leads.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
