Skip to main content
Module

x/serpapi/src/engines/google_about_this_result.ts

Scrape and parse search engine results using SerpApi.
Go to Latest
File
export type GoogleAboutThisResultParameters = { /** * Search Query * Parameter defines the URL of a website which results you what to show. Value * should be formated in the next order: `About URL` (e.g. `About * https://www.starbucks.com/`) */ q: string;
/** * Result ID * Parameter defines unique ID of a website which results you what to show. */ ilps: string;};