# Scrape Remote React Developer Jobs with Salary

**Use case:** 

Find remote React developer jobs on JustJoin.it that disclose salary. Full salary breakdown, required skills and company info.

## Input

```json
{
  "keyword": "React",
  "location": "all-locations",
  "category": "",
  "workplaceType": [
    "remote"
  ],
  "withSalary": true,
  "sortBy": "published",
  "maxItems": 150,
  "extractFullDetails": false,
  "maxConcurrency": 10,
  "minConcurrency": 1,
  "maxRequestRetries": 3,
  "maxRequestsPerMinute": 300
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyLogoUrl": {
    "label": "Logo",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "workingTime": {
    "label": "Working Time",
    "format": "text"
  },
  "requiredSkills": {
    "label": "Required Skills",
    "format": "array"
  },
  "niceToHaveSkills": {
    "label": "Nice to Have",
    "format": "array"
  },
  "remoteInterview": {
    "label": "Remote Interview",
    "format": "boolean"
  },
  "isPromoted": {
    "label": "Promoted",
    "format": "boolean"
  },
  "isSuperOffer": {
    "label": "Super Offer",
    "format": "boolean"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "expiredAt": {
    "label": "Expires",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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