Const
Parses regular search results. Despite the "organic" in the name, this parser is used for all regular search results including ads. It is the most commonly used parser and should be used for most search queries.
import { OrganicResult, search } from 'google-sr';const results = await search({ query: 'google-sr npm package', parsers: [OrganicResult],}); Copy
import { OrganicResult, search } from 'google-sr';const results = await search({ query: 'google-sr npm package', parsers: [OrganicResult],});
The CheerioAPI instance
Whether to exclude results with missing properties
Parses regular search results. Despite the "organic" in the name, this parser is used for all regular search results including ads. It is the most commonly used parser and should be used for most search queries.