# Extract a SimplyHired registered nurse search URL

**Use case:** 

Extract registered nurse listings from a source-specific SimplyHired search URL.

## Input

```json
{
  "query": "software engineer",
  "location": "Austin, TX",
  "startUrls": [
    {
      "url": "https://www.simplyhired.com/search?q=registered+nurse&l=Chicago%2C+IL"
    }
  ],
  "maxItems": 25,
  "maxPages": 3,
  "includeDescription": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "jobTypes": {
    "label": "Job types",
    "format": "array"
  },
  "postingDate": {
    "label": "Posted",
    "format": "string"
  },
  "sponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "sourceUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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