search_by_topic
Search academic papers by topic, filter by year range, field of study, and minimum citations to find targeted research.
Instructions
Search papers by topic with an optional year range and filters.
Thin wrapper over search_papers that maps a year_start/year_end pair to the
API's year-range string. See search_papers for the filter semantics.
Args:
topic: the search query string.
year_start: start year (inclusive).
year_end: end year (inclusive).
limit: maximum number of results (default 10, capped at 100).
fields_of_study: restrict to fields, e.g. ["Economics", "Business"].
min_citation_count: drop papers with fewer citations than this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| topic | Yes | ||
| year_end | No | ||
| year_start | No | ||
| fields_of_study | No | ||
| min_citation_count | No |