v1

latestOpenAPI 3.1.02026-07-26180242448.0 KB
Google Scholar

Search Google Scholar author profiles

Search Google Scholar for author profiles by name.

Google auth-gates the direct view_op=search_authors endpoint for unauthenticated clients, so this handler falls back to a regular /scholar?q=<name> search and harvests unique /citations?user=<id> links from each result's author byline (gs_a div). The response schema is unchanged — each ScholarProfile carries author_id, name, and link. Affiliation, email domain, cited-by count, interests, and thumbnail are intentionally left None because a search page doesn't carry that metadata; callers who want them should pipe each author_id through /v1/google/scholar/author for the full profile.

after_author / before_author pagination tokens are accepted for API compatibility but ignored, since the fallback uses the main Scholar search (which paginates via page=N) rather than the gated author-search view.

get/v1/google/scholar/profiles

Query parameters

mauthorsstring required

Author name query (e.g. 'Geoffrey Hinton')

Author name query (e.g. 'Geoffrey Hinton')

hlstring

Language code

Language code

after_authorstring nullable

Pagination token for the next page

Pagination token for the next page

before_authorstring nullable

Pagination token for the previous page

Pagination token for the previous page

Response

Successful Response

querystring required
languagestring
before_authorstring nullable

Pagination token for the previous page

after_authorstring nullable

Pagination token for the next page