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

x/serpapi/src/engines/google_play_product.ts>GooglePlayProductParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias GooglePlayProductParameters
import { type GooglePlayProductParameters } from "https://deno.land/x/serpapi@0.0.3/src/engines/google_play_product.ts";
definition: { product_id: string; gl?: string; hl?: string; store: string; season_id?: string; all_reviews?: string; num?: string; next_page_token?: string; }