Backed by an open scholarly graph, the scholar family searches papers, resolves a single publication, and returns an author's record. Useful for research tooling, citation analysis, and literature monitoring. See the live OpenAPI spec for each sub-endpoint's exact request and response shape.
Endpoints in this family
POST /v1/actors/scholar/search— Search publications by queryPOST /v1/actors/scholar/author— Author profile and worksPOST /v1/actors/scholar/publication— A single publication record
See the Swagger UI or the OpenAPI spec for each endpoint's exact request and response shape.
Sample response (illustrative)
JSON200 OK
{
"status": "success",
"data": [
{
"title": "Attention Is All You Need",
"authors": ["Vaswani, A.", "Shazeer, N."],
"year": 2017,
"cited_by_count": 134582,
"doi": "10.48550/arXiv.1706.03762"
}
]
}Part of the actor catalog — all behind one bearer token. Failed calls auto-refund.