Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/serpapi/src/types.ts>BaseParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias BaseParameters
import { type BaseParameters } from "https://deno.land/x/serpapi@0.0.3/src/types.ts";
definition: { device?: "desktop" | "tablet" | "mobile"; no_cache?: boolean; async?: boolean; api_key?: string; timeout?: number; }