# Non-profit (other) Medicare Home Health Compare | Agency

**Use case:** 

Extract Medicare Home Health Compare | Agency Ratings data filtered by Non-profit (other). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "typeOfOwnership": "NON - PROFIT - OTHER"
}
```

## Output

```json
{
  "title": {
    "label": "Agency",
    "format": "text"
  },
  "id": {
    "label": "CCN",
    "format": "text"
  },
  "type_of_ownership": {
    "label": "Ownership",
    "format": "text"
  },
  "citytown": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip_code": {
    "label": "Zip code"
  },
  "quality_of_patient_care_star_rating": {
    "label": "Quality Stars",
    "format": "text"
  },
  "certification_date": {
    "label": "Certification date"
  },
  "offers_nursing_care_services": {
    "label": "Offers nursing care services"
  },
  "offers_physical_therapy_services": {
    "label": "Offers physical therapy services"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Medicare Home Health Compare Scraper | Agency Ratings](https://apify.com/parseforge/home-health-compare-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/home-health-compare-scraper) to learn more, explore other use cases, and run it yourself.