Performs searches across various Google services (Scholar, Images, News, etc.) using SerpAPI.
select
): The specific search engine endpoint to use within SerpAPI (e.g., “google_scholar”, “google_images”, “google_news”, “youtube”, “google_light”).string
): The search term or query string for the selected engine.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.