Skip to main content
Module

x/serpapi/mod.ts>BaseResponse

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias BaseResponse
import { type BaseResponse } from "https://deno.land/x/serpapi@0.0.12/mod.ts";

Type Parameters

optional
P = Record<string | number | symbol, never>
definition: { [key: string]: any; search_metadata: { id: string; status: "Queued" | "Processing" | "Success"; json_endpoint: string; created_at: string; processed_at: string; raw_html_file: string; total_time_taken: number; }; search_parameters: { engine: string; } & Omit<BaseParameters & P,
| "api_key"
| "no_cache"
| "async"
| "timeout"
>; }