All tools

OpenAlex

The open index of scholarly work: search 250M+ papers by topic, with authors, venue, year, citation counts, DOI and open-access links.

openalex1 endpointResearch & scienceopenalex.org

Search papers

/paperssync
$0.01 / call

Finds academic papers matching a query, ranked by relevance. Returns title, authors, venue, year, citations, DOI and an open-access PDF link when one exists. Optionally restrict to a year range.

Input

FieldTypeRequiredDescription
querystringyesTopic or title words.
fromYearintegerEarliest publication year.
limitintegerMax papers (default 10).

Run it

curl -s https://sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"openalex","endpoint":"/papers","input":{"query":"retrieval augmented generation evaluation","fromYear":2023,"limit":5}}'