Health
Recovery.com logo

Recovery.com API

recovery.com

Search addiction and mental-health treatment centers, browse by location and treatment type, view facility details, pricing, and reviews.

Actions
9
Category
Health
Login
Not required
Output
JSON

Call the Recovery.com API

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

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_recovery_com_condition_center_listing",
    "params": {
      "condition_filter": "Depression",
      "page": "0"
    }
  }'

9 actions on recovery.com

Read

  • Condition Listing Page

    act_recovery_com_condition_listing_ssrread1 credit / call

    Returns treatment centers for a condition with names, addresses, phone numbers, and pricing.

    condition_slug
    string · required
  • Facility Rating Summary

    act_recovery_com_facility_rating_summaryread1 credit / call

    Returns a facility's average star rating and total review count.

    google_place_uri
    string · required
    facility_slug
    string
  • Filter Facet Counts

    act_recovery_com_filter_facet_countsread2 credits / call

    Returns the count of matching treatment centers for a given filter and location.

    filter_term
    string · required
    filter_taxonomy
    string · required
    filter_location
    string · required
  • Homepage

    act_recovery_com_homepage_ssrread1 credit / call

    Returns the homepage with featured centers and browse-by-location links.

  • Insurance Carrier Filters

    act_recovery_com_insurance_carrier_filter_listread1 credit / call

    Returns the list of insurance carriers available for filtering treatment centers.

  • State Listing Page

    act_recovery_com_state_listing_ssrread1 credit / call

    Returns a state's treatment centers with names, addresses, phone numbers, and pricing.

    state_slug
    string · required

Write

Write actions change state on recovery.com and run as the account you connect.

  • Condition Center Search

    act_recovery_com_condition_center_listingwrite2 credits / call

    Returns treatment centers for a mental-health condition with names, locations, pricing, and ratings.

    condition_filter
    string · required
    page
    string · required
  • Homepage Center Listing

    act_recovery_com_homepage_center_listingwrite2 credits / call

    Returns featured and nearby treatment centers with names, locations, ratings, and pricing.

    aroundLatLngViaIP
    string
    hitsPerPage
    string
  • Sponsored Center Infeed

    act_recovery_com_sponsored_center_infeedwrite2 credits / call

    Returns a sponsored treatment center with details, accepted insurance, and specializations.

    condition_facet
    string · required

Recovery.com API questions

Is there an API for Recovery.com?
Recovery.com does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for recovery.com. 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 Recovery.com 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 recovery.com changes its markup, Anakin updates the action.
Do I need a Recovery.com account?
No. Every Recovery.com action listed here runs anonymously — no account and no credentials required.
What does the Recovery.com 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