WebSERP

class valueserp.serp.WebSERP(raw: Mapping)

Represents a standard web search results page.

info() SERPInfo

Information about the SERP.

A list of the organic search results.

property featured_snippet: FeaturedSnippet | None

The featured snippet, if shown.

property related_searches: list[str] | None

A list of related search terms.

property people_also_ask: list[PAAItem] | None

A list of items from the “People also ask” feature.