# Health Charity Navigator Nonprofit Ratings

**Use case:** 

Extract Charity Navigator Nonprofit Ratings data filtered by Health. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "Red Cross",
  "maxItems": 10,
  "cause": "Health",
  "minRating": 0,
  "includeDetails": false
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "name": {
    "label": "Name"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "rating": {
    "label": "Score %"
  },
  "starRating": {
    "label": "Stars"
  },
  "causes": {
    "label": "Causes"
  },
  "size": {
    "label": "Size"
  },
  "subsection": {
    "label": "Tax Status"
  }
}
```

## About this Actor

This example demonstrates how to use [Charity Navigator Nonprofit Ratings Scraper](https://apify.com/parseforge/charitynavigator-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/charitynavigator-scraper) to learn more, explore other use cases, and run it yourself.