Health
Goodtherapy.Org logo

Goodtherapy.Org API

goodtherapy.org

Therapist directory and mental health resource site for searching providers by US location and specialty, browsing therapy issues, and reading articles.

Actions
6
Category
Health
Login
Not required
Output
JSON

Call the Goodtherapy.Org API

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

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_goodtherapy_org_article_detail",
    "params": {
      "article_slug": "workplace-grief-toxic-job"
    }
  }'

6 actions on goodtherapy.org

Read

  • Article Detail

    act_goodtherapy_org_article_detailread1 credit / call

    Returns a blog article's title, full body text, author, and publication metadata.

    article_slug
    string · required
  • Article Listing

    act_goodtherapy_org_article_listingread1 credit / call

    Lists blog articles with titles, URLs, images, and summaries.

  • Therapist Profile

    act_goodtherapy_org_therapist_profileread1 credit / call

    Returns a therapist's profile with credentials, specialties, contact details, and practice info.

    therapist_slug
    string · required
  • Therapy Issue Detail

    act_goodtherapy_org_therapy_issue_detailread1 credit / call

    Returns a therapy issue page with its description and related resources.

    issue_slug
    string · required
  • Therapy Issues Category Listing

    act_goodtherapy_org_therapy_issues_category_listingread1 credit / call

    Lists all therapy issues and topics with their names and page links.

Write

Write actions change state on goodtherapy.org and run as the account you connect.

  • Therapist Search Results

    act_goodtherapy_org_therapist_search_resultswrite2 credits / call

    Searches therapists by US city or ZIP, returning credentials, location, distance, and services.

    lat
    string · required
    lng
    string · required
    postalCode
    string · required
    city
    string · required
    state
    string · required
    page
    integer
    filters
    string
    searchid
    string
    sessionCookie
    string

Goodtherapy.Org API questions

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