Skip to main content
Module

x/serpapi/mod.ts>BingNewsParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias BingNewsParameters
Re-export
import { type BingNewsParameters } from "https://deno.land/x/serpapi@0.0.12/mod.ts";
definition: BaseParameters & { q: string; mkt?: string; cc?: string; first?: string; count?: string; qft?: string; safeSearch?: string; }