Skip to main content
Module

x/serpapi/mod.ts>HomeDepotParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias HomeDepotParameters
Re-export
import { type HomeDepotParameters } from "https://deno.land/x/serpapi@0.0.12/mod.ts";
definition: BaseParameters & { q: string; hd_sort?: string; hd_filter_tokens?: string; delivery_zip?: string; store_id?: string; lowerbound?: string; upperbound?: string; nao?: string; page?: string; ps?: number; }