Recovery: Search Centers
Recovery via Parse · healthcare
Search for recovery centers with optional filters for location, condition, and insurance. Returns paginated results (0-indexed pages). Each center summary includes a slug usable with get_center_detail for full information. Filtering by location accepts values from get_locations_list; condition and insurance are forwarded to the upstream index. Search for recovery centers, list locations, and get comprehensive details for specific centers on recovery.com. Fulfilled by Parse from recovery.com.
- b2b-directory
- healthcare
- maps-geo
- parse
- platform-key
- recovery
- recovery-com
- 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/86dc8dde-6b34-4095-85c7-6758917309f1/search_centers
- Interface artifact
- sha256:c18f6a5a1ba89ed53b46c09270a151ec5c82d5c9a2e4acaa585bcedff8566f13
- Manifest digest
- sha256:ab2f7af46d2e159aa8c1ee4b32a86c07d32dc4d2591499adbf828ab8ce558a8a
Request fields
- page (integer): Page number for pagination (0-indexed).
- limit (integer): Number of results per page.
- query (string): Search keyword (center name or general term).
- location (string): Filter by location as listed in get_locations_list (e.g. 'Texas', 'Austin', 'California').
- condition (string): Filter by condition treated (e.g. 'Drug Addiction', 'Alcohol', 'Cocaine', 'Opioids').
- insurance (string): Filter by accepted insurance provider (e.g. 'Aetna', 'Cigna', 'BlueCross BlueShield').
Example queries
- {"page":"0","limit":"5","query":"recovery","location":"Texas","condition":"Alcohol","insurance":"Aetna"}