---
title: "Get Google Scholar author profile"
method: GET
path: "/v1/google/scholar/author"
tags: ["Google Scholar"]
---

# Get Google Scholar author profile

`GET /v1/google/scholar/author`

Get detailed Google Scholar author profile including articles, stats, and co-authors.

## Query parameters

- `author_id` string, required — Scholar user ID (the `user` query parameter)
- `hl` string — Language code
- `cstart` integer — Articles pagination offset
- `pagesize` integer — Articles per page

## Response `200`

Successful Response

- ScholarAuthorResponse — Response for GET /api/v1/scholar/author.
  - `author` ScholarAuthorInfo, required — Header block of a Scholar author profile page.
    - `author_id` string, required
    - `name` string, required
    - `affiliations` string[]
    - `email_domain` string, nullable
    - `interests` string[]
    - `thumbnail` string, nullable
    - `homepage` string, nullable
  - `articles` ScholarAuthorArticle[]
    - `title` string, required
    - `link` string, nullable
    - `authors` string, nullable
    - `publication` string, nullable
    - `cited_by_count` integer, nullable
    - `cited_by_link` string, nullable
    - `year` integer, nullable
  - `stats` ScholarAuthorStats — Right-rail citation stats table.
    - `citations_all` integer, nullable
    - `citations_since_year` integer, nullable
    - `h_index_all` integer, nullable
    - `h_index_since_year` integer, nullable
    - `i10_index_all` integer, nullable
    - `i10_index_since_year` integer, nullable
    - `since_year` integer, nullable
  - `co_authors` ScholarCoAuthor[]
    - `author_id` string, nullable
    - `name` string, required
    - `affiliation` string, nullable
    - `link` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
