# Find nursing faculty jobs in higher ed

**Use case:** 

Search nursing professor and faculty roles on HigherEdJobs. Export colleges, job titles, locations, and posting links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.higheredjobs.com/search/advanced_action.cfm?Keyword=nursing"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job Title",
    "format": "text"
  },
  "hiringOrganization": {
    "label": "Organization",
    "format": "text"
  },
  "address": {
    "label": "Location",
    "format": "object"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "baseSalary": {
    "label": "Salary",
    "format": "text"
  },
  "postDate": {
    "label": "Posted Date",
    "format": "date"
  },
  "expiryDate": {
    "label": "Expires",
    "format": "date"
  },
  "industries": {
    "label": "Industries",
    "format": "array"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "featuredImage": {
    "label": "Image",
    "format": "image"
  },
  "descriptionText": {
    "label": "Description",
    "format": "text"
  }
}
```

## About this Actor

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