Skip to main content
Module

x/serpapi/mod.ts>GooglePlayParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias GooglePlayParameters
Re-export
import { type GooglePlayParameters } from "https://deno.land/x/serpapi@0.0.12/mod.ts";
definition: BaseParameters & { q?: string; gl?: string; hl?: string; store: string; apps_category?: string; movies_category?: string; books_category?: string; age?: string; price?: string; store_device?: string; chart?: string; see_more_token?: string; next_page_token?: string; }