Google Scholar Search

Google Scholar Search. Given a search query, return the searched google scholar information

Try it in the Widget Center

Click this url to try this widget and copy the Pro Config template.

Usage

This widget will use google scholar search and the related results (article title, authors, etc) are returned.

Input Parameters

NameTypeDescriptionDefaultRequired

query

string

The search query string that specifies what the search should be about.

num_results

integer

The number of search results to return.

10

Output Parameters

NameTypeDescriptionFile Type

search_results

array

The result of google search, containing the links, titles, and other useful information

Output Example

{
  "search_results": [
    {
      "authors": [
        {
          "author_id": "DhtAFkwAAAAJ",
          "link": "https://scholar.google.com/citations?user=DhtAFkwAAAAJ\u0026hl=en\u0026oi=sra",
          "name": "K He",
          "serpapi_scholar_link": "https://serpapi.com/search.json?author_id=DhtAFkwAAAAJ\u0026engine=google_scholar_author\u0026hl=en"
        },
        {
          "author_id": "yuB-cfoAAAAJ",
          "link": "https://scholar.google.com/citations?user=yuB-cfoAAAAJ\u0026hl=en\u0026oi=sra",
          "name": "X Zhang",
          "serpapi_scholar_link": "https://serpapi.com/search.json?author_id=yuB-cfoAAAAJ\u0026engine=google_scholar_author\u0026hl=en"
        },
        {
          "author_id": "AUhj438AAAAJ",
          "link": "https://scholar.google.com/citations?user=AUhj438AAAAJ\u0026hl=en\u0026oi=sra",
          "name": "S Ren",
          "serpapi_scholar_link": "https://serpapi.com/search.json?author_id=AUhj438AAAAJ\u0026engine=google_scholar_author\u0026hl=en"
        },
        {
          "author_id": "ALVSZAYAAAAJ",
          "link": "https://scholar.google.com/citations?user=ALVSZAYAAAAJ\u0026hl=en\u0026oi=sra",
          "name": "J Sun",
          "serpapi_scholar_link": "https://serpapi.com/search.json?author_id=ALVSZAYAAAAJ\u0026engine=google_scholar_author\u0026hl=en"
        }
      ],
      "link": "http://openaccess.thecvf.com/content_cvpr_2016/html/He_Deep_Residual_Learning_CVPR_2016_paper.html",
      "title": "Deep residual learning for image recognition"
    },
    {
      "authors": [
        {
          "author_id": "6k6KEr4AAAAJ",
          "link": "https://scholar.google.com/citations?user=6k6KEr4AAAAJ\u0026hl=en\u0026oi=sra",
          "name": "H Alaeddine",
          "serpapi_scholar_link": "https://serpapi.com/search.json?author_id=6k6KEr4AAAAJ\u0026engine=google_scholar_author\u0026hl=en"
        },
        {
          "author_id": "258LS50AAAAJ",
          "link": "https://scholar.google.com/citations?user=258LS50AAAAJ\u0026hl=en\u0026oi=sra",
          "name": "M Jihene",
          "serpapi_scholar_link": "https://serpapi.com/search.json?author_id=258LS50AAAAJ\u0026engine=google_scholar_author\u0026hl=en"
        }
      ],
      "link": "https://www.hindawi.com/journals/cin/2021/6659083/",
      "title": "Deep residual network in network"
    },
    {
      "authors": [
        {
          "author_id": "DhtAFkwAAAAJ",
          "link": "https://scholar.google.com/citations?user=DhtAFkwAAAAJ\u0026hl=en\u0026oi=sra",
          "name": "K He",
          "serpapi_scholar_link": "https://serpapi.com/search.json?author_id=DhtAFkwAAAAJ\u0026engine=google_scholar_author\u0026hl=en"
        },
        {
          "author_id": "yuB-cfoAAAAJ",
          "link": "https://scholar.google.com/citations?user=yuB-cfoAAAAJ\u0026hl=en\u0026oi=sra",
          "name": "X Zhang",
          "serpapi_scholar_link": "https://serpapi.com/search.json?author_id=yuB-cfoAAAAJ\u0026engine=google_scholar_author\u0026hl=en"
        },
        {
          "author_id": "AUhj438AAAAJ",
          "link": "https://scholar.google.com/citations?user=AUhj438AAAAJ\u0026hl=en\u0026oi=sra",
          "name": "S Ren",
          "serpapi_scholar_link": "https://serpapi.com/search.json?author_id=AUhj438AAAAJ\u0026engine=google_scholar_author\u0026hl=en"
        },
        {
          "author_id": "ALVSZAYAAAAJ",
          "link": "https://scholar.google.com/citations?user=ALVSZAYAAAAJ\u0026hl=en\u0026oi=sra",
          "name": "J Sun",
          "serpapi_scholar_link": "https://serpapi.com/search.json?author_id=ALVSZAYAAAAJ\u0026engine=google_scholar_author\u0026hl=en"
        }
      ],
      "link": "https://link.springer.com/chapter/10.1007/978-3-319-46493-0_38",
      "title": "Identity mappings in deep residual networks"
    }
  ]
}

Last updated