# A Place For Mom   Senior Living Communities — Full Export

**Use case:** 

Scrape the full a place for mom - senior-living communities dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract a place for mom - senior-living communities for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [],
  "countries": [
    "US"
  ],
  "careTypes": [],
  "maxItems": 200
}
```

## Output

```json
{
  "communityName": {
    "label": "Communityname",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "careTypes": {
    "label": "Caretypes",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviewscount",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profileurl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [A Place for Mom Scraper - Senior-Living Communities](https://apify.com/jungle_synthesizer/aplaceformom-senior-living-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/aplaceformom-senior-living-scraper) to learn more, explore other use cases, and run it yourself.