Skip to main content
Module

x/serpapi/mod.ts>YandexParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias YandexParameters
import { type YandexParameters } from "https://deno.land/x/serpapi@1.1.1/mod.ts";
definition: BaseParameters & { text: string; yandex_domain?: string; lang?: string; lr?: string; p?: string; }