# Get citation counts for every paper by an author

**Use case:** 

List an author's papers from Google Scholar with citation counts, years, and links. Ideal for tenure reviews, CVs, and research profiles.

## Input

```json
{
  "mode": "author_articles",
  "q": "machine learning",
  "author_id": "JicYPdAAAAAJ",
  "hl": "en",
  "scisbd": "0",
  "as_sdt": "0",
  "filter": "1",
  "as_vis": "0",
  "as_rr": "0",
  "max_pages": 1,
  "num": 20
}
```

## Output

```json
{
  "article_position": {
    "label": "Article Position",
    "format": "integer"
  },
  "paper_title": {
    "label": "Paper Title",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "string"
  },
  "cited_by_value": {
    "label": "Cited By Count",
    "format": "integer"
  },
  "link": {
    "label": "Paper URL",
    "format": "string"
  },
  "citation_id": {
    "label": "Citation ID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Scholar | Research Papers, Citations & Author Profiles](https://apify.com/johnvc/google-scholar-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-scholar-api) to learn more, explore other use cases, and run it yourself.