Skip to main content
Module

x/serpapi/mod.ts>GoogleScholarParameters

Scrape and parse search engine results using SerpApi.
Go to Latest
type alias GoogleScholarParameters
Re-export
import { type GoogleScholarParameters } from "https://deno.land/x/serpapi@0.0.12/mod.ts";
definition: BaseParameters & { q: string; cites?: string; as_ylo?: string; as_yhi?: string; scisbd?: string; cluster?: string; hl?: string; lr?: string; start?: number; num?: string; as_sdt?: string; safe?: string; filter?: string; as_vis?: string; }