UnifyAPI
← Back to catalog

education.paper_search

mock data$0.002 / call

Paper Search (OpenAlex)

Search 250M+ academic papers across all disciplines — citations, authors, institutions, open access status (OpenAlex)

Educationprovider: Education#education#education

Input schema

sort

Sort order for results. Default: "relevance".

string
limit

Number of results to return (1-50). Default: 10.

integer
queryrequired

Search text for academic papers (e.g. "machine learning", "CRISPR gene editing").

string
author

Author name or ORCID to filter by (e.g. "Yoshua Bengio", "0000-0001-2345-6789").

string
concept

OpenAlex concept ID filter (e.g. "C41008148" for Computer Science). Get IDs from OpenAlex concepts API.

string
year_to

Filter papers published up to this year (inclusive).

integer
year_from

Filter papers published from this year (inclusive).

integer
institution

Institution name or ROR ID to filter by (e.g. "MIT", "Stanford University").

string
open_access_only

If true, only return open access papers.

boolean

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.