Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/serpapi/src/engines/google_trends_autocomplete.ts>GoogleTrendsAutocompleteParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias GoogleTrendsAutocompleteParameters
import { type GoogleTrendsAutocompleteParameters } from "https://deno.land/x/serpapi@0.0.13/src/engines/google_trends_autocomplete.ts";
definition: BaseParameters & { q: string; hl?: string; }