# React Developer Jobs Seattle - Dice Scraper

**Use case:** 

Extract React frontend developer jobs in Seattle, WA from Dice.com. Collect employers, salaries, required skills and posting dates for hiring research.

## Input

```json
{
  "maxJobs": 50,
  "keyword": "react developer",
  "location": "Seattle, WA",
  "remote": false,
  "postedDate": "",
  "employmentType": "",
  "withDetails": true
}
```

## Output

```json
{
  "companyLogoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "validThrough": {
    "label": "Valid Through",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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