Tools / Academic Research
Academic Research icon

Academic Research

Search papers, authors, citations

Search millions of peer-reviewed papers, authors, and citation data. Find credible sources by topic, keyword, or title with citation counts and open access links. Ideal for researchers, writers, and students who need trustworthy evidence fast.

3 skillsv0.03
Search Papers

Search for academic papers by topic, keyword, or title. Returns matching works with titles, authors, publication dates, citation counts, and open access status.

Returns: List of academic papers with titles, authors, citation counts, and open access info
Parameters
query *stringSearch query for academic papers (topic, keyword, or title)
page_sizenumberNumber of results to return (1-25, default 10)
sortstringSort order for results ("relevance", "cited_by_count", or "publication_date")
Example
Search for papers on transformer architectures
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "academic-research",
  "skill": "search_papers",
  "input": {
    "query": "transformer neural network architecture"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Paper Details

Get full metadata for a specific academic paper by its ID or DOI. Returns abstract, all authors, references, related works, and citation information.

Returns: Full paper metadata including abstract, all authors, concepts, and citation information
Parameters
id *stringWork ID like 'W2741809807' or DOI like '10.1038/s41586-021-03819-2'
Example
Get details for Attention Is All You Need paper
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "academic-research",
  "skill": "paper_details",
  "input": {
    "id": "W2626778328"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Search Authors

Search for academic authors by name. Returns matching researchers with their affiliations, publication counts, citation counts, and h-index.

Returns: List of academic authors with affiliations, publication counts, citation counts, and h-index
Parameters
query *stringAuthor name to search for (e.g. 'Geoffrey Hinton')
page_sizenumberNumber of results to return (1-25, default 10)
Example
Search for researcher Geoffrey Hinton
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "academic-research",
  "skill": "search_authors",
  "input": {
    "query": "Geoffrey Hinton"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Loading reviews...
Loading activity...
v0.032026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.022026-03-20
  • Remove provider branding from user-facing output
v0.012026-03-20
  • Initial release

Quick Start

MCP (Claude Code)
claude mcp add --transport stdio \
  --env TOOLROUTER_API_KEY=YOUR_API_KEY \
  toolrouter -- npx -y toolrouter-mcp
REST API
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{"tool":"academic-research","skill":"search_papers","input":{}}' \
  https://api.toolrouter.com/v1/tools/call

Use Cases

Open Search Papers by Topic

Search Papers by Topic

Find relevant academic papers on any research topic across millions of scholarly publications.

Academic Research icon
Academic Research
4 agent guides
Open Find Research Citations

Find Research Citations

Retrieve the full citation list and reference graph for any academic paper.

Academic Research icon
Academic Research
4 agent guides
Open Geocode Addresses to Coordinates

Geocode Addresses to Coordinates

Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.

Address Geocoding icon
Address Geocoding
4 agent guides
Open Research Country Demographics

Research Country Demographics

Access detailed demographic data for any country including population, languages, ethnic groups, and age distribution.

Country Data icon
Country Data
4 agent guides
View all use cases for Academic Research

Workflows

Open Academic Literature Pipeline

Academic Literature Pipeline

Build a thorough literature review by searching academic databases, expanding with scholar search, adding background context, and synthesizing findings.

Academic Research icon
Academic Research
Web Search icon
Web Search
Wikipedia Lookup icon
Wikipedia Lookup
Deep Research icon
Deep Research
4 steps4 tools
Open Patent and IP Research

Patent and IP Research

Conduct patent and intellectual property research by searching technical literature, patent databases, and synthesizing an IP landscape analysis.

Academic Research icon
Academic Research
Web Search icon
Web Search
Deep Research icon
Deep Research
3 steps3 tools
Open Scientific Review Builder

Scientific Review Builder

Build a scientific review by systematically searching papers, establishing background context, synthesizing evidence, and visualizing research patterns.

Academic Research icon
Academic Research
Wikipedia Lookup icon
Wikipedia Lookup
Deep Research icon
Deep Research
Generate Chart icon
Generate Chart
4 steps4 tools
Open Knowledge Base Builder

Knowledge Base Builder

Build comprehensive knowledge bases by combining encyclopedia, academic, deep research, and web sources.

Wikipedia Lookup icon
Wikipedia Lookup
Academic Research icon
Academic Research
Deep Research icon
Deep Research
Web Search icon
Web Search
4 steps4 tools

Frequently Asked Questions

Can I search by topic, keyword, or paper title?

Yes. Topic, keyword, and title search are all supported.

Does it include citation counts?

Yes. Citation data is part of the result set.

Can I find open access versions?

Yes. Open access links are included when available.

Is it useful for students and writers?

Yes. It is a fast way to find credible sources for research, drafts, and evidence checks.