search_authors
Search for authors and researchers by name. Returns h-index, citation count, and affiliation data. Filter by institution, works count, citation count, or sort results. Ideal for locating subject matter experts.
Instructions
Search for authors/researchers. Returns h-index, citation count, and affiliation data. Best for finding experts when you know the name. Use search_authors_by_expertise to find experts by research area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Author name or search query. For exact phrase matching of a full name (e.g., 'Sarah Jane Williams') or a concept (e.g., 'deep reinforcement learning'), set exact_phrase to true. | |
| exact_phrase | No | Set to true for exact phrase matching. Without this, name/query tokens are matched independently. Use this when the query is a full name (e.g., 'Anna Maria Bianchi') or a specific multi-word concept. | |
| works_count | No | Filter by number of works. Use >X or <X. Example: ">50" | |
| cited_by_count | No | Filter by total citation count. Use >X or <X. Example: ">1000" | |
| institution | No | Filter by institution name or ID | |
| sort | No | Sort results: cited_by_count:desc (default), works_count:desc, publication_year:desc | |
| per_page | No | Results per page (default: 10, max: 200) |