Aplaceformom: Search Facilities
Aplaceformom via Parse · healthcare
Search for senior living facilities by location and care type. Returns a paginated list of facilities matching the given city and state. Requires either a query in 'City, ST' format or both city and state parameters. Pagination via page parameter; each page returns ~20-30 communities. API for extracting senior care facility data from A Place for Mom. Supports search, facility details, reviews, and state-level overviews. Fulfilled by Parse from aplaceformom.com.
- aplaceformom
- aplaceformom-com
- healthcare
- maps-geo
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- healthcare
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/41d2abe1-1c0c-47d1-8969-370f5e968c0f/search_facilities
- Interface artifact
- sha256:ce6b6766ff7ce3886d0d74d4e0cdf24c018c4a6006f67ce3a182755cf450f9b0
- Manifest digest
- sha256:20500a7f9391baee1eb2320c7596109f5ae2c735a8ad305e563606ce143bcc9d
Request fields
- city (string): City name (e.g., 'New York'). Required if query is not provided.
- page (integer): Page number for pagination.
- query (string): Search query in 'City, ST' format (e.g., 'New York, NY'). If provided, city and state are extracted from it.
- state (string): State name or 2-letter abbreviation (e.g., 'New York' or 'NY'). Required if query is not provided.
- care_type (string): Care type slug: assisted-living, memory-care, independent-living, home-care.: Allowed values: assisted-living, memory-care, independent-living, home-care
Example queries
- {"city":"New York","page":"1","query":"New York, NY","state":"NY","care_type":"assisted-living"}