Discover/ieeexplore.ieee.org API
live

ieeexplore.ieee.org APIieeexplore.ieee.org

Search and retrieve academic papers, journal metadata, full-text sections, and reference lists from IEEE Xplore's digital library via a structured REST API.

Endpoints
6
Updated
10d ago
Try it
Page number (starts at 1)
Results per page (max 100)
Search keyword or phrase
Sort order: relevance, newest, oldest, most-cited, paper-citations
api.parse.bot/scraper/494809ae-a9d9-4264-aeaa-a0655dd58dbc/<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/494809ae-a9d9-4264-aeaa-a0655dd58dbc/search_papers?rows=5&query=machine+learning' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for papers, journals, and conferences by keyword query. Returns paginated results with article metadata including titles, authors, abstracts, citation counts, and publication info.

Input
ParamTypeDescription
pageintegerPage number (starts at 1)
rowsintegerResults per page (max 100)
queryrequiredstringSearch keyword or phrase
sort_typestringSort order: relevance, newest, oldest, most-cited, paper-citations
Response
{
  "type": "object",
  "fields": {
    "records": "array of article objects with articleTitle, articleNumber, authors, publicationYear, citationCount, abstract, doi, and more",
    "totalPages": "integer total number of pages",
    "totalRecords": "integer total number of matching results"
  },
  "sample": {
    "data": {
      "records": [
        {
          "doi": "10.1109/ISML60050.2024.11007439",
          "authors": [
            {
              "preferredName": "Nadimpalli Madana Kailash Varma"
            }
          ],
          "abstract": "In bustling urban cities...",
          "contentType": "IEEE Conferences",
          "articleTitle": "Machine Learning-Enabled Smart Transit: Real-Time Bus Tracking System for Enhanced Urban Mobility",
          "articleNumber": "11007439",
          "citationCount": 3,
          "publicationYear": "2024"
        }
      ],
      "totalPages": 60000,
      "totalRecords": 497265
    },
    "status": "success"
  }
}

About the ieeexplore.ieee.org API

The IEEE Xplore API exposes 6 endpoints for searching and retrieving scholarly content from the IEEE digital library, covering conference papers, journals, and magazines. With search_papers you can query by keyword and sort by relevance, citation count, or publication date. Individual papers return over a dozen metadata fields including DOI, author affiliations, ORCID identifiers, keyword groups, and citation metrics.

Search and Paper Metadata

The search_papers endpoint accepts a required query string and supports pagination via page and rows (up to 100 results per page). The sort_type parameter accepts relevance, newest, oldest, most-cited, or paper-citations. Each record in the records array includes articleTitle, articleNumber, authors, publicationYear, citationCount, abstract, doi, and publication details. The totalRecords and totalPages fields let you walk through the full result set systematically.

Per-Paper Detail and Full Text

get_paper_details takes an article_number and returns a richer payload: isOpenAccess flag, keywords grouped by type (e.g. IEEE terms, author keywords), metrics with citation and download counts, author objects carrying affiliation, bio, and orcid, plus startPage and endPage for print-location tracking. get_paper_full_text_sections returns an array of sections, each with a title and content string. For open-access articles this includes the full HTML text; for subscription-gated papers the response covers the abstract section only.

References and Journal Browsing

get_paper_references returns an ordered references array where each entry includes the citation text, a title, IEEE Xplore links when the cited work is indexed, and a googleScholarLink. For browsing the publication catalog, browse_journals accepts an optional content_type filter (periodicals, books, or conferences) and returns publication objects with publicationNumber, allYears, and isOpenAccess. To retrieve articles from a specific issue, call get_journal_articles with a punumber (from browse_journals) and, once you have the available issue list, add the issue_number to retrieve the article records for that issue.

Common use cases
  • Building a literature review tool that aggregates citation counts and abstracts for a keyword-defined research topic.
  • Tracking publication trends over time by sorting search_papers results by newest or oldest and grouping by publicationYear.
  • Extracting author affiliation and ORCID data from get_paper_details to map institutional research output.
  • Constructing reference graphs by following get_paper_references links across multiple IEEE-indexed papers.
  • Monitoring open-access availability of a journal's articles using the isOpenAccess field from browse_journals and get_journal_articles.
  • Populating a citation database by combining doi, citationCount, and keywords fields across a large search result set.
  • Filtering conference proceedings by content type using browse_journals with content_type=conferences to scope downstream article retrieval.
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 IEEE Xplore have an official developer API?+
Yes. IEEE publishes an official IEEE Xplore Metadata API at developer.ieee.org, which requires registration and provides metadata access under specific usage terms. The Parse API covers similar metadata plus full-text sections and references without requiring a separate IEEE developer account.
What does `get_paper_full_text_sections` actually return for a paywalled article?+
For subscription-gated papers, the sections array contains the abstract section only. Open-access articles return the full HTML content divided into named sections such as Introduction, Methodology, and Conclusion. The isOpenAccess field from get_paper_details tells you in advance which case applies.
Does the API return author profile pages or citation graphs across authors?+
Author data is available at the per-paper level — get_paper_details returns author objects with name, affiliation, bio, and ORCID for each listed author, and get_paper_references links out to referenced works. Dedicated author profile pages (publication lists, h-index) are not currently an endpoint. You can fork this API on Parse and revise it to add an author-profile endpoint.
Is there a limit to how many results `search_papers` can return per request?+
The rows parameter accepts a maximum of 100 results per request. Use page alongside totalPages to paginate through the full result set when total matches exceed 100.
Does the API cover IEEE standards documents or only journals and conference papers?+
The current endpoints cover journals, magazines, and conference proceedings accessible through IEEE Xplore, as filterable with the content_type parameter in browse_journals. IEEE standards documents are not currently exposed as a distinct content type. You can fork this API on Parse and revise it to add a standards-specific browsing endpoint.
Page content last updated . Spec covers 6 endpoints from ieeexplore.ieee.org.
Related APIs in EducationSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
kenpom.com API
Access comprehensive college basketball analytics and ratings including team efficiency stats, four factors, point distribution, and detailed team statistics from KenPom's renowned basketball evaluation system. Search teams and coaches, retrieve conference-specific ratings, and explore advanced metrics across Division I college basketball.
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.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.
josaa.nic.in API
Access JoSAA (Joint Seat Allocation Authority) admission data for IITs, NITs, IIITs, and GFTIs. Retrieve opening and closing ranks by institute, program, category, quota, and round for the current counselling session as well as historical data from 2016 onwards. Also query seat matrices and full institute details.
ncaa.com API
Access live college sports scores, game schedules, detailed boxscores, play-by-play breakdowns, and team statistics across NCAA sports. Search for specific contests and retrieve comprehensive game information for any NCAA sport, division, or team.
oeis.org API
Search OEIS for integer sequences by keyword, A-number, or known terms, then retrieve full sequence entries and b-file term data.