search_articles
Search scholarly article titles and retrieve DOI objects, scores, and matching snippets. Filter by Open Access status and use boolean operators for precise results.
Instructions
Search Unpaywall article titles and return matching DOI objects.
Search terms are whitespace-split and AND-ed by default. Modifiers inside
query:
"quoted phrase" : words must appear as a contiguous phrase
OR : match either term (replaces default AND)
-term : exclude titles containing this term
Returns up to 50 results per page, sorted by match score. Each result
contains the full DOI object, a numeric score, and an HTML snippet
showing where the query matched the title.
Examples: search_articles(query="cell thermometry") search_articles(query='single "cell thermometry"', is_oa=True) search_articles(query="machine learning OR deep learning", is_oa=False, page=2)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| is_oa | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||