# New Incentives Nonprofit Jobs Export

**Use case:** 

Export New Incentives nonprofit and public health openings with role, location, department, employment type and application link.

## Input

```json
{
  "maxItems": 20,
  "withDetails": true,
  "companies": [
    "new-incentives"
  ],
  "searchQuery": ""
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "remoteLabel": {
    "label": "Remote Details",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryPeriod": {
    "label": "Salary Period",
    "format": "text"
  },
  "educationRequirements": {
    "label": "Education",
    "format": "text"
  },
  "experienceRequirements": {
    "label": "Experience",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "Apply URL",
    "format": "link"
  },
  "positionId": {
    "label": "Position ID",
    "format": "text"
  },
  "friendlyId": {
    "label": "Friendly ID",
    "format": "text"
  },
  "companyHandle": {
    "label": "Company Handle",
    "format": "text"
  },
  "descriptionText": {
    "label": "Description Text",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description HTML",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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