SERPInfo

class valueserp.models.SERPInfo(url: str, query: str, query_displayed: str, location: str, total_results: int)

Information about the search results.

url

The URL of the search results page.

Type:

str

query

The query that was searched.

Type:

str

query_displayed

The query as it is displayed in the search results.

Type:

str

location

The location that was used to conduct the search.

Type:

str

total_results

The total number of results for the search.

Type:

int