Const
Parses knowledge panel search results. Knowledge panels appear for well-known entities like people, places, and organizations.
import { KnowledgePanelResult, search } from 'google-sr';const results = await search({ query: 'Albert Einstein', parsers: [KnowledgePanelResult],}); Copy
import { KnowledgePanelResult, search } from 'google-sr';const results = await search({ query: 'Albert Einstein', parsers: [KnowledgePanelResult],});
The CheerioAPI instance
Whether to exclude results with missing properties
Parses knowledge panel search results. Knowledge panels appear for well-known entities like people, places, and organizations.