Skip to main content
Module

x/serpapi/mod.ts>WalmartParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias WalmartParameters
import { type WalmartParameters } from "https://deno.land/x/serpapi@0.0.7/mod.ts";
definition: { query: string; sort?: string; soft_sort?: boolean; grid?: boolean; cat_id?: string; facet?: string; store_id?: string; min_price?: string; max_price?: string; spelling?: boolean; nd_en?: boolean; page?: string; ps?: number; }