education.papers.search
Search academic papers across disciplines using filters for authors, institutions, years, and open access status to find relevant research.
Instructions
Search 250M+ academic papers across all disciplines — citations, authors, institutions, open access status (OpenAlex)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search text for academic papers (e.g. "machine learning", "CRISPR gene editing"). | |
| concept | No | OpenAlex concept ID filter (e.g. "C41008148" for Computer Science). Get IDs from OpenAlex concepts API. | |
| author | No | Author name or ORCID to filter by (e.g. "Yoshua Bengio", "0000-0001-2345-6789"). | |
| institution | No | Institution name or ROR ID to filter by (e.g. "MIT", "Stanford University"). | |
| year_from | No | Filter papers published from this year (inclusive). | |
| year_to | No | Filter papers published up to this year (inclusive). | |
| open_access_only | No | If true, only return open access papers. | |
| sort | No | Sort order for results. Default: "relevance". | |
| limit | No | Number of results to return (1-50). Default: 10. |