Health
American Academy of Dermatology logo

American Academy of Dermatology API

aad.org

American Academy of Dermatology - skin, hair, and nail conditions, treatments, and care guidance.

Actions
12
Category
Health
Login
Not required
Output
JSON

Call the American Academy of Dermatology API

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

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_aad_org_condition_az_cms_entry",
    "params": {}
  }'

12 actions on aad.org

Read

  • Condition A Z CMS Entry

    act_aad_org_condition_az_cms_entryread1 credit / call

    Returns the entry references backing the A-Z dermatology conditions index.

  • Condition A Z Listing

    act_aad_org_condition_az_listingread1 credit / call

    Returns the A-Z index of skin conditions with titles and links.

  • Condition Guide Details

    act_aad_org_condition_guide_detailread1 credit / call

    Returns a skin condition's resource center with overview, summary, and body content.

    condition_slug
    string · required
  • Condition Link Items

    act_aad_org_condition_link_itemsread1 credit / call

    Returns the A-Z conditions grid items with titles, slugs, and links.

  • Condition Search Results

    act_aad_org_condition_search_resultsread1 credit / call

    Returns keyword search results with titles, snippets, and links to conditions and articles.

    search_query
    string · required
  • Public Homepage

    act_aad_org_public_home_pageread1 credit / call

    Returns the public homepage's featured sections linking to diseases and everyday-care content.

  • Symptom Article Details

    act_aad_org_symptom_article_detailread1 credit / call

    Returns a skin-care article's title, summary, tags, and full body.

    article_slug
    string · required
  • Symptom Care Category

    act_aad_org_symptom_care_categoryread1 credit / call

    Returns a skin-care category's subsections with titles and links.

  • Symptom Care Hub

    act_aad_org_symptom_care_hubread1 credit / call

    Returns the everyday-care hub's categories with titles, summaries, and links.

  • Symptom Care Listing

    act_aad_org_symptom_care_listingread1 credit / call

    Returns skin-care articles with titles, summaries, and links.

  • Treatment Article Details

    act_aad_org_treatment_article_detailread1 credit / call

    Returns a condition's diagnosis and treatment article with full body content.

    condition_slug
    string · required
  • Treatment Guide

    act_aad_org_treatment_guideread1 credit / call

    Returns a condition's treatment guide hub with summary and links to detailed articles.

    condition_slug
    string · required

American Academy of Dermatology API questions

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