← All actors
Research·POST /v1/actors/scholar/search

Academic / Scholar actor

Search academic literature and pull author and publication records — titles, authors, year, citations, DOIs.

Start free Browse all actors

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

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.

Pull academic / scholar data in five minutes.

1,000 free credits, one bearer token, no card.

Start free Read the docs