# Scrape nurse job listings on HospitalCareers.com

**Use case:** 

Extract nationwide nurse job openings from HospitalCareers with hospital name, shift, and application links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://hospitalcareers.com/jobs/?q=nurse&l="
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted Date",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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