Skip to main content
Module

x/serpapi/mod.ts>YahooShoppingParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias YahooShoppingParameters
Re-export
import { type YahooShoppingParameters } from "https://deno.land/x/serpapi@0.0.12/mod.ts";
definition: BaseParameters & { p: string; min_price?: string; max_price?: string; sort_by?: string; order_by?: string; category_attr_values?: string; merchants?: string; start?: number; limit?: number; page?: string; }