# Find Remote React Developer Jobs

**Use case:** 

Discover high-paying remote React developer job opportunities across Arc.dev. This helps talent acquisition teams quickly identify candidates and market trends.

## Input

```json
{
  "mode": "searchJobs",
  "keyword": "React developer",
  "jobType": "full-time",
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryRange": {
    "label": "Salary range"
  },
  "techStack": {
    "label": "Tech stack"
  },
  "jobType": {
    "label": "Job type"
  },
  "remote": {
    "label": "Remote"
  },
  "postedDate": {
    "label": "Posted date"
  },
  "jobUrl": {
    "label": "Job url"
  }
}
```

## About this Actor

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