> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runchat.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SerpAPI Search

> Performs searches across various Google services (Scholar, Images, News, etc.) using SerpAPI.

## Overview

This Runchat acts as an interface to the SerpAPI service, allowing searches across different Google platforms like Google Scholar, Google Images, Google News, YouTube, and standard Google search (google\_light).

## Inputs

* **engine** (`select`): The specific search engine endpoint to use within SerpAPI (e.g., "google\_scholar", "google\_images", "google\_news", "youtube", "google\_light").
* **query** (`string`): The search term or query string for the selected engine.

## Outputs

* **response** (`object`): The raw JSON response returned by the SerpAPI for the specified engine and query. The structure varies significantly based on the chosen engine but typically includes search metadata, pagination info, and organic results.
