google_scholar_author_citation
Fetch citation metrics and individual article citation details for a Google Scholar author by providing the author ID and citation ID.
Instructions
Retrieves citation metrics (h-index, i10-index, yearly citation graph) and individual article citation detail for a Google Scholar author, using view_op=view_citation on the author endpoint. [Credits: Not explicitly stated on this documentation page.] Notes: SAME endpoint URL as google_scholar_author (https://api.scrapingdog.com/google_scholar/author) - see ambiguity note on that tool. citation_id format observed as ':' (e.g. LSsXyncAAAAJ:2osOgNQ5qMEC). Returns: { cited_by: { table: [ { citations: { all, since_2019 } }, { h_index: { all, since_2019 } }, { i10_index: { all, since_2019 } } ], graph: [ { year, citations } ] } }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_op | Yes | Section of the page to access: view_citation (display citation detail; requires citation_id) or list_colleagues (view all co-authors). | |
| language | No | Language of the results, e.g. en, es, fr, de. See Google Language Page. (default: en) | |
| author_id | Yes | Author ID of the person to get data for. | |
| citation_id | Yes | ID for fetching an individual article's citation detail. Mandatory when view_op=view_citation. Obtainable from google_scholar_author's articles[].citation_id. |