← Back to catalog
education.paper_search
mock data$0.002 / callPaper Search (OpenAlex)
Search 250M+ academic papers across all disciplines — citations, authors, institutions, open access status (OpenAlex)
Input schema
sort
stringSort order for results. Default: "relevance".
limit
integerNumber of results to return (1-50). Default: 10.
queryrequired
stringSearch text for academic papers (e.g. "machine learning", "CRISPR gene editing").
author
stringAuthor name or ORCID to filter by (e.g. "Yoshua Bengio", "0000-0001-2345-6789").
concept
stringOpenAlex concept ID filter (e.g. "C41008148" for Computer Science). Get IDs from OpenAlex concepts API.
year_to
integerFilter papers published up to this year (inclusive).
year_from
integerFilter papers published from this year (inclusive).
institution
stringInstitution name or ROR ID to filter by (e.g. "MIT", "Stanford University").
open_access_only
booleanIf true, only return open access papers.
Call via REST
curl -X POST https://unifyapi.pro/api/call/education.paper_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"sort":"<sort>","limit":0,"query":"<query>","author":"<author>","concept":"<concept>","year_to":0,"year_from":0,"institution":"<institution>","open_access_only":"<open_access_only>"}'