Turquoise: Search Care
Turquoise via Parse · healthcare
Search for healthcare providers and their prices for a given medical procedure and location. Returns paginated results (20 per page) sorted by price. Each provider record includes name, facility type, city/state location, distance from the searched ZIP, a dollar price string, numeric price amount, price qualifier (e.g. 'up to'), price relativity versus regional average (e.g. 'Significantly lower'), care quality rating, and a provider ID for further detail lookups. Search and compare healthcare procedure prices across providers. Find estimated costs for medical procedures by location, with provider quality ratings and price comparisons. Fulfilled by Parse from turquoise.health.
- government-public
- healthcare
- maps-geo
- parse
- platform-key
- turquoise
- turquoise-health
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/5475c330-c28c-4681-8bcf-1db4b28e3167/search_care
- Interface artifact
- sha256:bc46ff014463f3bbe6b1d1bee3d6caf40fcad4c78472f8e3f9be6459c1f9e56b
- Manifest digest
- sha256:2de16f3bfb17bbeb7731dde6dccd9035a7f89f877cfb61bf3442ff8a00d14749
Request fields
- page (integer): Page number for pagination (20 results per page).
- service (string, required): Service/procedure code from list_services (e.g. 'GA002' for Colonoscopy, 'RA005' for MRI without Contrast).
- sort_by (string): Sort order for results.: Allowed values: price-asc, price-desc
- distance (string): Search radius in miles.
- location (string, required): 5-digit US ZIP code for the search location (e.g. '10001').
- max_price (string): Maximum price filter in dollars (e.g. '5000'). Omitting returns all prices.
- min_price (string): Minimum price filter in dollars (e.g. '500'). Omitting returns all prices.
Example queries
- {"page":"1","service":"MS009","sort_by":"price-asc","distance":"50","location":"10001"}