Health
Turquoise.Health logo

Turquoise.Health API

turquoise.health

Hospital and procedure price transparency platform for searching healthcare costs, comparing provider rates, and viewing negotiated prices by payer and location.

Actions
2
Category
Health
Login
Not required
Output
JSON

Call the Turquoise.Health API

Submit a task, then poll the job until it settles. This example runs act_turquoise_health_provider_cost_breakdown.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_turquoise_health_provider_cost_breakdown",
    "params": {
      "service_code": "RA011",
      "provider_id": "6734"
    }
  }'

2 actions on turquoise.health

Read

  • Provider Cost Breakdown

    act_turquoise_health_provider_cost_breakdownread2 credits / call

    Returns a provider's price estimate for a procedure, plus nearby-provider price comparisons and ratings.

    service_code
    string · required
    provider_id
    string · required
    insurance_selection
    string
    location_zip
    string
    plan
    string
  • Search Providers

    act_turquoise_health_provider_search_resultsread2 credits / call

    Searches providers offering a procedure near a ZIP code, with cash prices, ratings, and distances.

    service_code
    string · required
    location_zip
    string · required
    insurance_selection
    string
    provider_id
    string

Turquoise.Health API questions

Is there an API for Turquoise.Health?
Turquoise.Health does not offer a public data API for this, but Anakin Wire provides 2 maintained endpoints for turquoise.health. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Turquoise.Health data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when turquoise.health changes its markup, Anakin updates the action.
Do I need a Turquoise.Health account?
No. Every Turquoise.Health action listed here runs anonymously — no account and no credentials required.
What does the Turquoise.Health API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Health APIs

All Health sites