Skip to main content
Module

x/serpapi/mod.ts>GoogleEventsParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias GoogleEventsParameters
import { type GoogleEventsParameters } from "https://deno.land/x/serpapi@1.1.0/mod.ts";
definition: BaseParameters & { q: string; location?: string; uule?: string; start?: number; htichips?: string; }