search_works
Find scholarly works like articles, books, and datasets from the Crossref API. Use free-text queries, filters, and field-specific searches to retrieve metadata.
Instructions
Search Crossref works (articles, books, datasets, ...).
Use `query` for free-text, or the field-scoped variants
(query_bibliographic / query_author / query_title). `filter` accepts
Crossref's `key:value,key2:value2` syntax (e.g. "from-pub-date:2020,type:journal-article").
`rows` is capped at 1000; `select` (e.g. "DOI,title") trims the payload.
For deep paging set `cursor="*"`, then pass the returned `next_cursor` back.
Returns simplified items unless `raw=True`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| rows | No | ||
| sort | No | ||
| order | No | ||
| query | No | ||
| cursor | No | ||
| filter | No | ||
| offset | No | ||
| select | No | ||
| query_title | No | ||
| query_author | No | ||
| query_bibliographic | No |