Skip to main content
Module

x/serpapi/mod.ts>GoogleProductParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias GoogleProductParameters
Re-export
import { type GoogleProductParameters } from "https://deno.land/x/serpapi@0.0.12/mod.ts";
definition: BaseParameters & { product_id: string; location?: string; uule?: string; google_domain?: string; gl?: string; hl?: string; start?: number; page?: string; offers?: string; specs?: string; reviews?: string; filter?: string; }