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

x/serpapi/src/engines/naver.ts>NaverParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias NaverParameters
import { type NaverParameters } from "https://deno.land/x/serpapi@1.1.1/src/engines/naver.ts";
definition: BaseParameters & { query: string; start?: number; page?: string; num?: string; where?: string; }