Health
Mayo Clinic Laboratories logo

Mayo Clinic Laboratories API

mayocliniclabs.com

Mayo Clinic Laboratories - test catalog, specialties, and full test overview records.

Actions
7
Category
Health
Login
Not required
Output
JSON

Call the Mayo Clinic Laboratories API

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

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

7 actions on mayocliniclabs.com

Read

  • Insights Article Page

    act_mayocliniclabs_insights_article_pageread1 credit / call

    Returns a specialty insights article with title and body content.

  • Insights Category Page

    act_mayocliniclabs_insights_category_pageread1 credit / call

    Returns a specialty insights category landing with article links.

  • New Tests Listing

    act_mayocliniclabs_new_tests_listingread2 credits / call

    Returns newly published tests for a US region with codes, dates, and links.

    location
    string · required
  • Specialty Testing Browse

    act_mayocliniclabs_specialty_testing_browseread1 credit / call

    Returns the test-catalog specialties with titles and descriptions.

  • Test Catalog Hub

    act_mayocliniclabs_test_catalog_hubread1 credit / call

    Returns the test catalog hub with navigation into specialties and resources.

  • Test Detail Overview

    act_mayocliniclabs_test_detail_overviewread2 credits / call

    Returns a lab test overview by ID with clinical description and metadata.

    test_id
    string · required
  • Test Detail Overview

    act_mayocliniclabs_test_detail_overview_lcread2 credits / call

    Returns a lab test overview by code with specimen, use, and clinical info.

    test_id
    string · required

Mayo Clinic Laboratories API questions

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