Search Papers by Topic
Find relevant academic papers on any research topic across millions of scholarly publications.
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.
Search for academic papers by topic, keyword, or title. Returns matching works with titles, authors, publication dates, citation counts, and open access status.
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/callGet full metadata for a specific academic paper by its ID or DOI. Returns abstract, all authors, references, related works, and citation information.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "academic-research",
"skill": "paper_details",
"input": {
"id": "W2626778328"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch for academic authors by name. Returns matching researchers with their affiliations, publication counts, citation counts, and h-index.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "academic-research",
"skill": "search_authors",
"input": {
"query": "Geoffrey Hinton"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"academic-research","skill":"search_papers","input":{}}' \
https://api.toolrouter.com/v1/tools/callFind relevant academic papers on any research topic across millions of scholarly publications.
Retrieve the full citation list and reference graph for any academic paper.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Access detailed demographic data for any country including population, languages, ethnic groups, and age distribution.
Build a thorough literature review by searching academic databases, expanding with scholar search, adding background context, and synthesizing findings.
Conduct patent and intellectual property research by searching technical literature, patent databases, and synthesizing an IP landscape analysis.
Build a scientific review by systematically searching papers, establishing background context, synthesizing evidence, and visualizing research patterns.
Build comprehensive knowledge bases by combining encyclopedia, academic, deep research, and web sources.
Yes. Topic, keyword, and title search are all supported.
Yes. Citation data is part of the result set.
Yes. Open access links are included when available.
Yes. It is a fast way to find credible sources for research, drafts, and evidence checks.