Senioradvisor: Search Facilities
Senioradvisor via Parse · healthcare
Search for senior care facilities by location and care type. Returns a paginated list of facility summaries including name, slug, address, rating, and review count. Location can be a city-state slug (from search_location's to_url) or a ZIP code. Paginates via integer page number. API for searching and retrieving details of senior care facilities from SeniorAdvisor.com. Supports location search, facility discovery by city/state or ZIP, and rich facility metadata extraction including pricing, ratings, and services. Fulfilled by Parse from senioradvisor.com.
- healthcare
- maps-geo
- parse
- platform-key
- reviews-ratings
- senioradvisor
- senioradvisor-com
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/5e712659-d268-4efd-b3c4-226929bf76d4/search_facilities
- Interface artifact
- sha256:026d7bf787cc1584111224263ab1cec8616c954adf216d0abcfd07e2e14368b1
- Manifest digest
- sha256:1d295facbba5434da1fad0080bab1338cf238a54a320be8a8d4716697285dd0b
Request fields
- page (integer): Page number for pagination.
- care_type (string): Care type slug.: Allowed values: assisted-living, memory-care, nursing-home, independent-living, senior-apartment, in-home-care, residential-care-home
- location_slug (string, required): Location slug (e.g. 'new-york-ny') or ZIP code (e.g. '10001'). Obtain slugs from search_location endpoint's to_url field.
Example queries
- {"page":"1","care_type":"assisted-living","location_slug":"new-york-ny"}