# Remote React and frontend jobs on RemoteOK

**Use case:** 

Scrape remote React, frontend, and JavaScript developer jobs from RemoteOK.com. Updated frequently with the latest remote listings.

## Input

```json
{
  "tags": [
    "react",
    "javascript",
    "frontend"
  ],
  "keywordFilter": "",
  "minSalary": 0,
  "filterNonTech": true,
  "maxResults": 100
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_min": {
    "label": "Salary Min",
    "format": "number"
  },
  "salary_max": {
    "label": "Salary Max",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "posted_at": {
    "label": "Posted",
    "format": "text"
  },
  "source_url": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [RemoteOK Jobs Scraper](https://apify.com/parsebird/remoteok-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/remoteok-jobs-scraper) to learn more, explore other use cases, and run it yourself.