author_batch
Retrieve up to 1000 author profiles in a single request, reducing the need for repeated API calls and improving efficiency.
Instructions
Retrieve profiles for multiple authors in a single request (up to 1000). More efficient than calling author_get repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to return, overriding defaults. Paper fields: paperId, title, abstract, authors, year, citationCount, referenceCount, influentialCitationCount, isOpenAccess, openAccessPdf, fieldsOfStudy, externalIds, url, venue, publicationVenue, publicationTypes, publicationDate, journal, citations, references. Author fields: authorId, name, affiliations, homepage, paperCount, citationCount, hIndex. | |
| author_ids | Yes | List of Semantic Scholar Author IDs to retrieve (1-1000). | |
| response_format | No | Output format: 'markdown' for human-readable text (default), 'json' for raw structured data | markdown |