Skip to main content
Module

x/serpapi/mod.ts>GoogleShoppingParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias GoogleShoppingParameters
import { type GoogleShoppingParameters } from "https://deno.land/x/serpapi@1.1.1/mod.ts";
definition: BaseParameters & { q: string; location?: string; uule?: string; google_domain?: string; gl?: string; hl?: string; as_dt?: string; as_epq?: string; as_eq?: string; as_lq?: string; as_nlo?: string; as_nhi?: string; as_oq?: string; as_q?: string; as_qdr?: string; as_rq?: string; as_sitesearch?: string; tbs?: string; start?: number; num?: string; }