# Remote React Developer Job Listings from Arbeitnow

**Use case:** 

Get up to 150 remote React developer job listings from Arbeitnow. Data is returned in structured CSV or JSON format for easy analysis.

## Input

```json
{
  "searchKeyword": "React",
  "remoteOnly": true,
  "jobTypes": [],
  "tags": [
    "javascript"
  ],
  "location": "",
  "postedSince": "",
  "maxJobs": 150
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "jobTypes": {
    "label": "Job Types",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  }
}
```

## About this Actor

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