google_scholar_profiles
Search for academic researcher profiles on Google Scholar by author name, returning affiliation, citation counts, and research interests.
Instructions
Searches for academic researcher profiles on Google Scholar by author name, returning affiliation, citation counts, and research interests. [Credits: Not explicitly stated on this documentation page.] Notes: Cursor-based pagination via after_author/before_author tokens rather than page numbers (tokens are not shown in the sample response - they would need to be captured from a real API response's pagination metadata, not documented inline). Each profile's author_id is the value to feed into the google_scholar_author and google_scholar_author_citation endpoints. Returns: { profiles: [ { title, author_id, affiliations, cited_by (integer), interests: [ { title } ] } ] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mauthors | Yes | The author name to search for. Supports query helpers like label: in the search string. | |
| after_author | No | Pagination token to fetch the next set of results. Takes precedence over before_author. | |
| before_author | No | Pagination token to fetch the previous page of results. |