search_institutions
Search for academic institutions using filters for country, type, and works count. Find specific organizations by name or exact phrase.
Instructions
Search for academic institutions with filters for research output, citations, and geographical location. Find leading institutions in specific areas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Institution type: education, healthcare, company, archive, nonprofit, government, facility, other | |
| query | No | Institution name or search query. For exact phrase matching of a multi-word institution name (e.g., 'London School of Economics', 'Seoul National University'), set exact_phrase to true. | |
| per_page | No | Results per page (default: 10, max: 200) | |
| works_count | No | Filter by number of works. Use >X or <X | |
| country_code | No | Filter by ISO 3166-1 alpha-2 country code (e.g., "US", "GB", "CN") | |
| exact_phrase | No | Set to true for exact phrase matching. Without this, name tokens are matched independently (may return partial matches). Use this when the query is a specific multi-word institution name. |