Ask a question to get started
Enter to sendā¢Shift+Enter new line
class SerpAPILoader
BaseDocumentLoader
Class representing a document loader for loading search results from the SerpAPI. It extends the BaseDocumentLoader class.
const loader = new SerpAPILoader({ q: "{query}", apiKey: "{apiKey}" }); const docs = await loader.load();