# Travel Nurse Jobs Scraper: ICU/ER Across the US

**Use case:** 

US travel nurse jobs (ICU, ER and more) from Indeed with employer, location, weekly pay and apply link. Data for healthcare staffing and travel-nurse agencies.

## Input

```json
{
  "query": "travel nurse ICU",
  "location": "United States",
  "country": "us",
  "maxItems": 300,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "postedText": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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