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

x/serpapi/src/engines/apple_reviews.ts>AppleReviewsParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias AppleReviewsParameters
import { type AppleReviewsParameters } from "https://deno.land/x/serpapi@1.1.1/src/engines/apple_reviews.ts";
definition: BaseParameters & { product_id: string; country?: string; page?: string; sort?: string; }