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

x/serpapi/src/mod.ts>HomeDepotParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias HomeDepotParameters
import { type HomeDepotParameters } from "https://deno.land/x/serpapi@0.0.3/src/mod.ts";
definition: { 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; }