# Scrape Registered Nurse (RN) Jobs from LinkedIn | No Login

**Use case:** 

Pull registered-nurse job openings from LinkedIn by location — company, post date, apply link. For healthcare recruiters and staffing agencies.

## Input

```json
{
  "keywords": "registered nurse",
  "location": "United States",
  "jobType": "",
  "maxResults": 25,
  "fetchDescriptions": false,
  "notionConnector": "",
  "notionParentId": "",
  "supabaseConnector": "",
  "supabaseTable": "nexgendata_leads",
  "supabaseProjectId": "",
  "deliveryDedup": true,
  "enrich_companies": false
}
```

## Output

```json
{
  "job_title": {
    "label": "Job title",
    "format": "string"
  },
  "company_name": {
    "label": "Company name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "posted_date": {
    "label": "Posted date",
    "format": "string"
  },
  "job_url": {
    "label": "Job url",
    "format": "string"
  },
  "job_id": {
    "label": "Job id",
    "format": "string"
  },
  "job_type": {
    "label": "Job type",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Jobs Scraper — No Login, by Keyword & Location](https://apify.com/nexgendata/linkedin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/linkedin-jobs-scraper) to learn more, explore other use cases, and run it yourself.