# Nurse Jobs in California - Search Major Job Boards

**Use case:** 

Find nursing jobs across California from Indeed, Google Jobs, and ZipRecruiter. Collect fresh RN, travel nurse, and nurse practitioner listings.

## Input

```json
{
  "searchTerm": "software engineer",
  "searchTerms": [
    "registered nurse",
    "rn nurse",
    "nurse practitioner"
  ],
  "location": "California",
  "jobBoards": [
    "indeed",
    "google",
    "zip_recruiter"
  ],
  "maxResultsPerSite": 40,
  "maxItems": 300,
  "jobType": "",
  "remoteOnly": false,
  "countryIndeed": "USA",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "debugMode": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "jobBoard": {
    "label": "Board",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "Link",
    "format": "link"
  },
  "searchTerm": {
    "label": "Search",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Multi Job Board Scraper - Indeed, Google Jobs, LinkedIn & More](https://apify.com/groupoject/indeed-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/groupoject/indeed-jobs-scraper) to learn more, explore other use cases, and run it yourself.