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

x/serpapi/src/engines/google_autocomplete.ts>GoogleAutocompleteParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias GoogleAutocompleteParameters
import { type GoogleAutocompleteParameters } from "https://deno.land/x/serpapi@0.0.5/src/engines/google_autocomplete.ts";
definition: { q: string; gl?: string; hl?: string; cp?: string; client?: string; }