# Registered Nurse Job Listings in New York

**Use case:** 

Scrape recent Indeed listings for registered nurse positions in New York. Get structured data on job details, employer information, and salary.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://ca.indeed.com/jobs?q=full+stack+developer&l=Toronto%2C+ON&sort=date"
    }
  ],
  "keywordSearches": [
    {
      "keywords": "registered nurse",
      "country": "us",
      "remoteJobs": false,
      "location": "New York, NY"
    }
  ],
  "sort": "date",
  "datePosted": "7",
  "maxJobs": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salary": {
    "label": "Salary"
  },
  "jobTypes": {
    "label": "Job types"
  },
  "remote": {
    "label": "Remote"
  },
  "indeedUrl": {
    "label": "Indeed url"
  },
  "postedAt": {
    "label": "Posted at"
  }
}
```

## About this Actor

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