# Find Nursing Job Openings in New York City

**Use case:** 

Scrape all nursing job opportunities within New York City to provide a comprehensive overview for healthcare professionals and recruitment agencies. This enable

## Input

```json
{
  "startUrls": [
    "https://www.ziprecruiter.com/jobs-search?search=software+engineer&location=New+York%2C+NY"
  ],
  "search": "registered nurse",
  "location": "New York, NY",
  "maxItems": 150,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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