Discover/examine.com API
live

examine.com APIexamine.com

Access supplement profiles, health conditions, outcomes, evidence grades, and study summaries from Examine.com via 9 structured endpoints.

Endpoints
9
Updated
3mo ago
Try it
Search keyword (e.g., 'creatine', 'vitamin d', 'immunity').
Filter results by type. Passed as the 'type' query parameter to the search page.
api.parse.bot/scraper/7ed39348-ef4b-4a1a-a262-dc5a2d3a8570/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/7ed39348-ef4b-4a1a-a262-dc5a2d3a8570/search?query=vitamin+d' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Search for supplements, conditions, and research on Examine.com. Returns matching results across supplements, conditions, outcomes, guides, and categories.

Input
ParamTypeDescription
queryrequiredstringSearch keyword (e.g., 'creatine', 'vitamin d', 'immunity').
type_filterstringFilter results by type. Passed as the 'type' query parameter to the search page.
Response
{
  "type": "object",
  "fields": {
    "results": "array of search result objects, each containing title, url, type, and slug"
  },
  "sample": {
    "data": {
      "results": [
        {
          "url": "https://examine.com/supplements/vitamin-d/",
          "slug": "vitamin-d",
          "type": "Unknown",
          "title": "Vitamin D"
        },
        {
          "url": "https://examine.com/conditions/bone-health/",
          "slug": "bone-health",
          "type": "Unknown",
          "title": "Bone Health"
        }
      ]
    },
    "status": "success"
  }
}

About the examine.com API

The Examine.com API provides access to evidence-based supplement and health data across 9 endpoints, covering supplement profiles, health categories, conditions, outcomes, and study summaries. The get_supplement_overview endpoint returns dosage tables, safety information, research snapshot counts (references, trials, meta-analyses), and A–D evidence grades per outcome. The search endpoint queries across supplements, conditions, guides, and categories in a single call.

Supplement Data

The get_supplement_overview endpoint is the most data-dense in the API. Given a slug from list_supplements, it returns the supplement's summary, structured dosage data (both text paragraphs and table rows), a safety content block, and an array of evidence_grades — each grade object carrying a letter (A–D), the associated outcome label, and an extra field indicating additional outcomes grouped under that grade. The research_snapshot object surfaces aggregate counts: total references, participant counts, number of trials, and number of meta-analyses, all as strings.

Health Categories and Conditions

list_health_categories returns all category slugs and names (for example, brain-health or cardiovascular-health). Passing a category slug to get_health_category returns the category title plus an array of condition objects, each with a name and slug. Individual conditions can then be fetched via get_health_condition, which returns the condition's display title and a description string sourced from Examine.com's meta description for that condition. list_conditions gives a flat list of every tracked condition without needing to traverse categories first.

Outcomes and Search

list_outcomes returns all health outcomes tracked on Examine.com — each with a name and slug — giving you the full vocabulary Examine.com uses to classify what a supplement may affect. The search endpoint accepts a query string and an optional type_filter parameter, and returns an array of result objects each containing title, url, type, and slug. This makes it straightforward to resolve a free-text user query into structured slugs for downstream lookups.

Study Summaries

The get_study_summary endpoint accepts a study slug and returns the study's title and full content string, covering methodology, results, and conclusions as presented on Examine.com. Study slugs must be known in advance from Examine.com study URLs; there is no listing endpoint for studies in this API.

Common use cases
  • Build a supplement research tool that surfaces evidence grades and trial counts from get_supplement_overview for any compound a user queries.
  • Populate a health condition database using list_conditions and get_health_condition to retrieve descriptions for each condition slug.
  • Create a category-browsing feature using list_health_categories and get_health_category to map conditions to body systems.
  • Resolve natural-language supplement queries to structured slugs via the search endpoint before fetching detailed profiles.
  • Build a dosage reference tool using the structured dosage tables returned by get_supplement_overview.
  • Aggregate all tracked health outcomes from list_outcomes to build a taxonomy for tagging or filtering supplement content.
  • Deliver study methodology and conclusion text in a research digest app using get_study_summary.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Examine.com have an official developer API?+
Examine.com does not publish a public developer API. The data available through this Parse API is not accessible via any official programmatic interface from Examine.com.
What does the `evidence_grades` field in `get_supplement_overview` actually contain?+
It returns an array of objects, each with a grade field (a letter from A to D), a label naming the outcome (for example, 'Muscle Mass'), and an extra field that indicates how many additional outcomes are grouped under that grade entry. This gives a quick summary of which outcomes have stronger or weaker evidence for a given supplement.
Does the API return full per-study data for every study referenced in a supplement profile?+
Not currently. get_supplement_overview returns aggregate research snapshot counts (references, participants, trials, meta-analyses) rather than individual study records. get_study_summary fetches a single study's full content by slug, but there is no endpoint to list all studies linked to a supplement. You can fork this API on Parse and revise it to add an endpoint that enumerates study slugs for a given supplement.
Are there any notable gaps in what the search endpoint can filter?+
The search endpoint accepts a type_filter parameter to narrow results by type, but it does not support sorting, pagination, or field-level filtering (for example, filtering by evidence grade or category). Results are returned as a flat array of title, url, type, and slug. You can fork this API on Parse and revise it to add pagination parameters or additional filter logic.
How current is the supplement and condition data?+
The API reflects what is currently published on Examine.com. Examine.com periodically updates its supplement pages, evidence grades, and condition content, but this API does not expose a 'last updated' timestamp at the record level, so you cannot programmatically determine when a specific profile was last revised.
Page content last updated . Spec covers 9 endpoints from examine.com.
Related APIs in HealthcareSee all →
ulta.com API
Search and browse Ulta Beauty's complete product catalog with real-time pricing and inventory information, then dive into detailed product specs including ingredients, usage instructions, and customer reviews. Find exactly what you're looking for across all beauty categories with comprehensive product data at your fingertips.
pubmed.ncbi.nlm.nih.gov API
Search and retrieve biomedical literature from PubMed and NCBI databases. Supports keyword search, advanced field-tag queries, clinical filters, citation matching, date filtering, publication type filtering, and direct E-utilities access.
cvs.com API
Find nearby CVS Pharmacy locations and check their hours, then search for products and verify real-time availability at specific stores. Quickly locate what you need and confirm it's in stock before making a trip.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
zocdoc.com API
Search for doctors and medical practices on Zocdoc by specialty and location. Retrieve provider profiles, accepted insurance, office locations, patient reviews, and appointment availability.
pmc.ncbi.nlm.nih.gov API
Search millions of full-text biomedical research articles and access their metadata, citations, and related papers from PubMed Central. Find articles by topic, discover similar research, explore journal collections, and retrieve detailed citation information to support your literature review and research.
open.fda.gov API
Search FDA food recall and enforcement actions to find safety information about specific products or manufacturers, and look up adverse events reported to the CFSAN Adverse Event Reporting System (CAERS). Filter, sort, and aggregate data by various fields to analyze food safety trends and monitor enforcement activity.
azbar.org API
Search for Arizona lawyers by name, location, specialty, or company to find the right legal professional for your needs. View detailed lawyer profiles including their specializations, licensed jurisdictions, law school, admission history, and any disciplinary records.