Builds the URL for the SerpAPI search request.
The URL for the search request.
Processes the response data from the SerpAPI search request and converts it into an array of Documents.
The response data from the SerpAPI search request.
An array of Documents.
Class representing a document loader for loading search results from the SerpAPI. It extends the BaseDocumentLoader class.
Example