paper_search
Search academic papers across arXiv, PubMed, bioRxiv, Google Scholar, Semantic Scholar, and other scholarly databases using a unified interface. Filter results by year and customize search parameters to find relevant research publications.
Instructions
Search academic papers from multiple sources.
Available sources: arxiv, PubMed, bioRxiv, medRxiv, Google Scholar, IACR ePrint Archive, Semantic Scholar, CrossRef.
Input Constraints:
query: 1-500 characters, required, cannot be empty
max_results: 1-100, default is 10
year: Valid formats: '2019', '2016-2020', '2010-', '-2015' (only for semantic)
fetch_details: boolean (only for iacr)
kwargs: dict (only for crossref)
Example:
paper_search([ {"searcher": "arxiv", "query": "machine learning", "max_results": 5}, {"searcher": "pubmed", "query": "cancer immunotherapy", "max_results": 3}, {"searcher": "iacr", "query": "cryptography", "max_results": 3, "fetch_details": true}, {"searcher": "semantic", "query": "climate change", "max_results": 4, "year": "2015-2020"}, {"searcher": "crossref", "query": "deep learning", "max_results": 2, "kwargs": {"filter": "from-pub-date:2020,has-full-text:true"}}, {"query": "deep learning", "max_results": 2} ])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_list | Yes |