API Parameters(Google Scholar Author)
Parameters | Required | Desc |
---|---|---|
engine | true | Set parameter to google_scholar_author to use the Google Scholar Author API engine. |
hl | false | Parameter defines the language to use for the Google Scholar Author search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French). It defaults to en |
view_op | false | Parameter is used for viewing specific parts of a page. It has two options:view_citation - Select to view citations. citation_id is required. list_colleagues - Select to view all co-authors |
sort | false | Parameter is used for sorting and refining articles. Available options: title - Sorts articles by "Title". pubdate - Sorts articles by publish "date". By default, articles are sorted by the number of citations. |
citation_id | false | Parameter is used for retrieving individual article citation. It is a required parameter when view_op=view_citation is selected. You can access IDs inside our structured JSON response. |
start | false | Parameter defines the result offset. It skips the given number of results. It's used for pagination. (e.g., 0 (default) is the first page of results, 20 is the 2nd page of results, 40 is the 3rd page of results, etc.). |
num | false | Parameter defines the number of results to return. (e.g., 20 (default) returns 20 results, 40 returns 40 results, etc.). Maximum number of results to return is 100. |
Modified at 2025-02-12 03:40:41