Skip to main content
Module

x/serpapi/mod.ts>BingParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias BingParameters
import { type BingParameters } from "https://deno.land/x/serpapi@0.0.7/mod.ts";
definition: { q: string; location?: string; lat?: string; lon?: string; mkt?: string; cc?: string; first?: string; count?: string; safeSearch?: string; filters?: string; }