# Remote Jobs Scraper

**Use case:** 

Scrape thousands of remote jobs from top boards (RemoteOK, Remotive, WeWorkRemotely, Jobicy): title, company, location, link. Export to CSV, Excel, Sheets.

## Input

```json
{
  "companies": [
    "https://boards.greenhouse.io/stripe",
    "https://jobs.lever.co/mistral",
    "https://jobs.ashbyhq.com/Ashby"
  ],
  "jobBoards": [
    "remoteok",
    "remotive",
    "weworkremotely",
    "jobicy"
  ],
  "adzunaAppId": "",
  "adzunaCountry": "us",
  "titleKeywords": [],
  "location": "",
  "remoteOnly": false,
  "maxItems": 0,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobs Scraper — Greenhouse, Lever, Workday, Ashby & Remote](https://apify.com/sashaebashu/job-postings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sashaebashu/job-postings-scraper) to learn more, explore other use cases, and run it yourself.