# Companies Hiring Remotely in the USA

**Use case:** 

Companies hiring remote staff based in the United States, gathered from seven public remote job boards and merged into one row per employer. Roles advertised as open worldwide are included, since US candidates can take them. Shows open roles, job titles, skills, published salary ranges and links to every posting. Recruitment agencies are filtered out.

## Input

```json
{
  "keywords": [],
  "regions": [
    "usa"
  ],
  "boards": [
    "WeWorkRemotely",
    "RemoteOK",
    "Jobicy",
    "WorkingNomads",
    "Arbeitnow",
    "Himalayas",
    "Remotive"
  ],
  "postedWithinDays": 30,
  "excludeAgencies": true,
  "minOpenRoles": 1,
  "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`).
