Nurse.com Jobs Scraper avatar

Nurse.com Jobs Scraper

Pricing

Pay per usage

Go to Apify Store
Nurse.com Jobs Scraper

Nurse.com Jobs Scraper

Unlock nursing job data from Nurse.com effortlessly. Collect job listings, titles, locations, salary ranges & requirements. Build job aggregators, power recruitment analytics, analyze healthcare staffing trends. Extract structured data at scale.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Extract Nurse.com job listings for recruiting research, market analysis, and nursing job monitoring. Collect structured records with compensation, organization, location, and normalized description fields. The actor supports reliable pagination and clean dataset output.

Features

  • Nurse.com jobs extraction - Collect active nursing job records.
  • Keyword and location filtering - Focus results by specialty or geography.
  • Automatic pagination - Fetch multiple pages until limits are reached.
  • Clean descriptions - Returns both description_html and description_text.
  • Null-free output - Empty values are removed from dataset items.

Use Cases

Hiring Intelligence

Track demand by role, region, and employer to support recruiting strategy.

Compensation Monitoring

Analyze pay range trends across nursing specialties and locations.

Workforce Analytics

Build datasets for dashboards, forecasting, and operational reporting.


Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlStringNohttps://www.nurse.com/jobs/browse/Start browse URL.
keywordStringNoicuKeyword or job title filter.
locationStringNoNew YorkCity, state, or zip filter.
results_wantedIntegerNo20Maximum number of jobs to save.
max_pagesIntegerNo20Maximum pages to request.
proxyConfigurationObjectNoOptional proxy settings.

Output Data

FieldTypeDescription
idStringUnique job ID.
slugStringJob slug.
urlStringPublic Nurse.com job URL.
titleStringJob title.
description_htmlStringOriginal HTML description.
description_textStringClean plain-text description.
statusStringJob status.
employmentTypeStringEmployment type.
shiftTypeStringShift type.
minYearsExpNumberMinimum years of experience.
hasExternalApplicationUrlBooleanExternal application flag.
displayCompanyNameStringDisplay company name.
payLowNumberLower pay bound (cents).
payHighNumberUpper pay bound (cents).
payTypeStringPay period type.
postedAtStringPosted timestamp (ISO).
updatedAtStringUpdated timestamp (ISO).
createdAtStringCreated timestamp (ISO).
expiresAtStringExpiration timestamp (ISO).
locationCityStringCity.
locationStateStringState.
organizationNameStringOrganization name.
locationObjectNested location details.
organizationObjectNested organization details.
qualificationsArrayQualification entries.
queryObjectQuery context used for the record.
sourceStringSource site identifier.
crawledAtStringExtraction timestamp (ISO).

Usage Examples

Basic Extraction

{
"startUrl": "https://www.nurse.com/jobs/browse/",
"results_wanted": 20
}

Keyword and Location

{
"keyword": "icu",
"location": "Texas",
"results_wanted": 50,
"max_pages": 5
}

URL-Driven Start

{
"startUrl": "https://www.nurse.com/jobs/browse/?q={\"searchText\":\"rn\"}",
"results_wanted": 40,
"max_pages": 4
}

Sample Output

{
"id": "c307cfb1-faf2-4cbc-a6ea-de71cbd05c1a",
"slug": "rn-clinical-nurse-ii-lactation-consultant-nicu-and-pediatric-cardiac-icu",
"url": "https://www.nurse.com/jobs/rn-clinical-nurse-ii-lactation-consultant-nicu-and-pediatric-cardiac-icu/c307cfb1-faf2-4cbc-a6ea-de71cbd05c1a/",
"title": "RN Clinical Nurse II Lactation Consultant NICU and Pediatric Cardiac ICU",
"description_html": "<p>Provides competent clinical nursing care...</p>",
"description_text": "Provides competent clinical nursing care...",
"status": "ACTIVE",
"employmentType": "FULL_TIME",
"shiftType": "DAY",
"payType": "ANNUAL",
"locationCity": "Chapel Hill",
"locationState": "NC",
"organizationName": "UNC Health",
"source": "nurse.com",
"crawledAt": "2026-03-31T14:50:00.000Z"
}

Tips for Best Results

Start with Small Runs

  • Use results_wanted: 20 for quick validation.

Increase Volume Gradually

  • Raise results_wanted and max_pages together for larger collection.

Keep Filters Focused

  • Combine keyword and location to improve relevancy.

Integrations

  • Google Sheets - Reporting and analysis
  • Airtable - Searchable data tables
  • Slack - Alerts and notifications
  • Webhooks - Pipeline ingestion
  • Make - Workflow automation
  • Zapier - No-code integrations

Export Formats

  • JSON - API and code workflows
  • CSV - Spreadsheet analysis
  • Excel - Business reporting
  • XML - System integrations

Frequently Asked Questions

Does this actor support pagination?

Yes. It requests multiple pages until results_wanted or max_pages is reached.

Can I filter by keyword and location?

Yes. Use keyword and location together for targeted results.

Why do some records have fewer fields?

Some listings do not provide all attributes. Empty values are removed automatically.

What is the difference between description_html and description_text?

description_html is the original markup, while description_text is clean readable text.

Can I start from a custom browse URL?

Yes. Set startUrl to any supported Nurse.com browse URL.


Support

For issues or feature requests, use support channels in the Apify Console.

Resources


This actor is intended for lawful data collection. You are responsible for complying with website terms, privacy requirements, and applicable regulations.