Skip to main content
Module

x/serpapi/src/engines/google_scholar_cite.ts

Scrape and parse search engine results using SerpApi.
Go to Latest
File
import type { BaseParameters } from "../types.ts";
export type GoogleScholarCiteParameters = BaseParameters & { /** * Search Result ID * Parameter defines the ID of an individual Google Scholar organic search result. * You can find the ID inside the `result_id` by using our [Google Scholar * API](https://serpapi.com/google-scholar-api). */ q: string;};