# Remote jobs from employer career pages - no job-board reposts

**Use case:** 

Newest 800 remote postings read straight from 70 employer boards on Greenhouse, Lever, Ashby and Recruitee, all majority-remote when verified on 2026-09-25 (GitLab, Grafana Labs, Mozilla, Coinbase, Canonical, Supabase, Zapier and more). No job-board reposts. Each row names what marked it remote: the platform's workplace type, or the location text (the only signal on Greenhouse).

## Input

```json
{
  "preset": "remote-first",
  "strictRemote": true,
  "onlyWithSalary": false,
  "includeDescription": false,
  "maxResultsPerCompany": 100,
  "maxResults": 800,
  "onlyNewSinceLastRun": false,
  "maxRunSeconds": 240
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remoteBasis": {
    "label": "Remote signal",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace type",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "url": {
    "label": "Posting",
    "format": "link"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Remote Jobs Scraper - Employer-Direct, No Job-Board Reposts](https://apify.com/maydit/remote-jobs-employer-direct.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maydit/remote-jobs-employer-direct.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/maydit/remote-jobs-employer-direct.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`).
