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

x/serpapi/src/engines/google_trends.ts>GoogleTrendsParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias GoogleTrendsParameters
import { type GoogleTrendsParameters } from "https://deno.land/x/serpapi@0.0.3/src/engines/google_trends.ts";
definition: { q: string; geo?: string; region?: string; data_type?: string; tz?: string; cat?: string; gprop?: string; date?: string; csv?: string; }