scopus_search_authors
Search author profiles in Scopus using last name, first name, ORCID, or affiliation ID. Returns author IDs for detailed metrics retrieval.
Instructions
Search for author profiles in the Scopus author index.
Query field codes:
AUTHLASTNAME(Smith) — last name
AUTHFIRST(John) — first name or initials
ORCID(0000-0002-1234-5678) — ORCID identifier
AF-ID(60027950) — affiliation ID
Example: AUTHLASTNAME(Smith) AND AUTHFIRST(J) AND AFFIL(MIT)
Use scopus_get_author with the returned author_id to fetch full metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Author search query | |
| count | No | Number of results (1–25) |