search_authors
Search for authors by name to find experts, with results including h-index, citation count, and affiliation data. Use exact phrase matching for full names.
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 |
|---|---|---|---|
| sort | No | Sort results: cited_by_count:desc (default), works_count:desc, publication_year:desc | |
| 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. | |
| per_page | No | Results per page (default: 10, max: 200) | |
| institution | No | Filter by institution name or ID | |
| works_count | No | Filter by number of works. Use >X or <X. Example: ">50" | |
| 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. | |
| cited_by_count | No | Filter by total citation count. Use >X or <X. Example: ">1000" |