Discover/mdpi.com API
live

mdpi.com APImdpi.com

Search MDPI articles, retrieve full-text sections, extract species names, key findings, and journal metadata including impact factors via 7 structured endpoints.

Endpoints
7
Updated
17d ago
Try it
Page number for pagination.
Search keyword or phrase (e.g. 'climate change'). Omitting returns recent articles.
api.parse.bot/scraper/8b72bf62-fbca-461a-86b1-518851005fd3/<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/8b72bf62-fbca-461a-86b1-518851005fd3/search_articles?page=1&query=climate+change' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Search for articles on MDPI by keyword. Returns paginated results with article metadata including title, DOI, abstract, publication date, and journal name.

Input
ParamTypeDescription
pageintegerPage number for pagination.
querystringSearch keyword or phrase (e.g. 'climate change'). Omitting returns recent articles.
Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of matching articles",
    "articles": "array of article objects with id, title, doi, pub_date, abstract, url, and journal fields"
  },
  "sample": {
    "data": {
      "total": 0,
      "articles": [
        {
          "id": 27960,
          "doi": "10.3390/su5083484",
          "url": null,
          "title": "Public Understanding of Climate Change as a Social Dilemma",
          "journal": "Sustainability",
          "abstract": "Climate change is often referred to as one of the most complicated challenges facing humanity...",
          "pub_date": "2013-08-12T22:00:00Z"
        }
      ]
    },
    "status": "success"
  }
}

About the mdpi.com API

The MDPI API covers 7 endpoints for accessing open-access academic content from mdpi.com, including full article text, author lists, DOIs, and journal metrics. The search_articles endpoint accepts a keyword query and returns paginated results with titles, abstracts, publication dates, and journal names. Other endpoints extract structured body sections, organism species names, key findings, and complete journal listings with impact factors and CiteScores.

Article Search and Full-Text Retrieval

The search_articles endpoint accepts a query string and an optional page integer, returning a total count alongside an array of article objects — each carrying id, title, doi, pub_date, abstract, url, and journal. When the query parameter is omitted, the endpoint returns recent articles. For deeper content, get_article_details accepts a path in ISSN/volume/issue/article format (e.g. /2223-7747/13/5/626) and returns structured sections — an array of objects with title and content fields — along with authors, doi, abstract, and journal.

Sentence Extraction and Species Name Detection

get_article_full_text_sentences returns every sentence from an article's abstract and body sections, each tagged with its section name. A keyword parameter (case-insensitive) filters results to only sentences containing that term. The extract_plant_names endpoint identifies binomial nomenclature — capitalized genus plus lowercase species epithet — from italicized text in the article, returning an array of matched name strings such as Nitraria tangutorum. This is useful for biology, ecology, and pharmacology literature workflows where taxonomic entity extraction matters.

Insights and Journal Metadata

get_article_insights classifies an article's body sections by heading keywords and returns three arrays: conclusions (from conclusion/summary/perspective sections), key_findings (from result/finding sections), and observations (from discussion/observation sections). For journal-level data, list_all_journals returns every MDPI journal with name, issn, if (impact factor), and citescore. get_journal_details accepts a journal slug (e.g. plants, sustainability) and returns a rich journal object including impactFactor, citeScore, establishedYear, quartileRanking, totalArticles, plus menu, socials, and journalHeroItems arrays.

Common use cases
  • Build a literature review tool that searches MDPI articles by keyword and surfaces abstracts and DOIs for citation tracking.
  • Extract organism species names from biology or pharmacology papers using extract_plant_names to populate a taxonomic database.
  • Aggregate key findings and conclusions across multiple articles with get_article_insights to identify research trends in a field.
  • Filter article full text by keyword using get_article_full_text_sentences to locate specific claims or measurements within long papers.
  • Compile a ranked list of MDPI journals by impact factor and CiteScore using list_all_journals for journal selection workflows.
  • Retrieve journal details by slug using get_journal_details to display quartileRanking, totalArticles, and impact metrics in a researcher dashboard.
  • Monitor recent MDPI publications in a topic area by polling search_articles without a query and filtering by journal name.
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 MDPI have an official developer API?+
MDPI does not offer a public developer API for programmatic article or journal access. The MDPI website provides XML exports for individual articles via DOI-based links and participates in CrossRef, but there is no documented REST API surface for search or full-text retrieval.
What does `get_article_insights` actually return, and how are sections classified?+
The endpoint classifies body sections by matching heading text against keyword groups: 'conclusion', 'summary', and 'perspective' headings populate the conclusions array; 'result' and 'finding' headings populate key_findings; 'discussion' and 'observation' headings populate observations. Sections whose headings don't match any of these groups are not included in the response. This means introductory or methods sections are not surfaced by this endpoint.
Does `extract_plant_names` cover all organism types, or only plants?+
Despite the endpoint name, it matches any italicized text in the article that fits the binomial nomenclature pattern — a capitalized genus followed by a lowercase species epithet. It is not restricted to plant taxa and will return animal, fungal, or bacterial names that appear in the same format. However, it only captures names from italicized text and will miss species mentioned without typographic emphasis.
Can I retrieve citation counts or reference lists for an article?+
Not currently. get_article_details returns sections, authors, doi, abstract, journal, and title, but does not include a reference list or citation metrics. You can fork this API on Parse and revise it to add an endpoint that parses the references section.
How does pagination work in `search_articles`, and is there a limit on results per page?+
The search_articles endpoint accepts a page integer and returns a total count of matching articles. The response does not expose a per_page field or allow configuring result set size — the number of articles returned per page is fixed by the source. Use the total field alongside successive page values to iterate through all results.
Page content last updated . Spec covers 7 endpoints from mdpi.com.
Related APIs in EducationSee all →
springer.com API
Search and retrieve metadata for millions of articles, books, and journals from Springer Nature's research library using DOI or ISBN lookups, with powerful filtering and pagination options. Get detailed information about academic publications including journal details, article metadata, and book information to power your research tools and discovery applications.
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.
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.
ncbi.nlm.nih.gov API
Search and retrieve biomedical literature from NCBI databases including PubMed, PubMed Central, and MeSH. Supports full-text extraction, metadata lookup, and research filtering.
jstor.org API
Search and browse millions of academic articles, journals, and research issues from JSTOR's library, or retrieve specific articles and journal details to explore scholarly content by subject. Access peer-reviewed research across multiple disciplines to find the academic sources you need.
smashingmagazine.com API
Access Smashing Magazine's library of articles, books, ebooks, newsletters, and events with powerful search and filtering capabilities. Browse by category, discover related content, explore author profiles, and stay updated with the latest design and web development resources.
magzter.com API
Browse and search millions of magazines, newspapers, and stories from Magzter's digital library, then dive into specific publications, issues, and articles by category. Discover detailed information about any magazine or newspaper edition to find exactly what you want to read.
royalsocietypublishing.org API
Search and browse scientific articles, journals, and issues from the Royal Society Publishing platform, including filtering by subject, year, and latest publications. Access detailed information about specific articles, journals, and current issues to stay updated on peer-reviewed research.
MDPI API – Articles, Journals & Insights · Parse