ProConfig Tutorial
  • Overview & Setup
  • Tutorial Structure
  • Tutorial
    • Hello World with Pro Config
    • Building Workflow
    • Transitions
    • Expressions and Variables
    • An Advanced Example
    • Function Calling Example
    • Random Routing Example
  • API Reference
    • Widgets
      • Bark TTS
      • Champ
      • CoinGecko
      • ControlNet with Civitai
      • Crawler
      • Crypto News
      • Data Visualizer
      • Email Sender
      • Google Flight Search
      • Google Hotel Search
      • Google Image Search
      • Google Map Search
      • Google News Search
      • Google Scholar Search
      • Google Search
      • GroundedSAM
      • Image Text Fuser
      • Information Extractor - OpenAI Schema Generator
      • Information Extractor
      • Instagram Search
      • JSON to Table
      • LinkedIn
      • MS Word to Markdown
      • Markdown to MS Word
      • Markdown to PDF
      • Mindmap Generator
      • Notion Database
      • OCR
      • Pdf to Markdown
      • RMBG
      • Stabel-Video-Diffusion
      • Stable Diffusion Inpaint
      • Stable Diffusion Recommend
      • Stable Diffusion Transform
      • Stable Diffusion Upscale
      • Stable Diffusion with 6 fixed category
      • Stable Diffusion with Civitai
      • Storydiffusion
      • Suno Lyrics Generator
      • Suno Music Generator
      • Table to Markdown
      • TripAdvisor
      • Twitter Search
      • UDOP: Document Question Answering
      • Weather forecasting
      • Whisper large-v3
      • Wikipedia
      • Wolfram Alpha Search
      • Yelp Search
      • YouTube Downloader
      • YouTube Transcriber
      • Youtube Search
  • Tools
    • AutoConfig Bot
    • Cache Mode
Powered by GitBook
On this page
  • Try it in the Widget Center
  • Usage
  1. API Reference
  2. Widgets

Google Scholar Search

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

PreviousGoogle News SearchNextGoogle Search

Last updated 1 year ago

Try it in the Widget Center

Click this 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

Name
Type
Description
Default
Required

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

Name
Type
Description
File 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"
    }
  ]
}

url