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

x/serpapi/src/engines/google_finance.ts>GoogleFinanceParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias GoogleFinanceParameters
import { type GoogleFinanceParameters } from "https://deno.land/x/serpapi@1.1.1/src/engines/google_finance.ts";
definition: BaseParameters & { q: string; hl?: string; }