Comment on page
Pagination
Discover the number of pages available on a Google search.
Each API call returns Google results scraped from one page. In order for you to have a better look over the length of the search result, the response body will include a special key, named
pagination
which holds information about the page you scraped and its 'neighbours':Element | Type | Description |
---|---|---|
other_pages | Object | Lists the rest of the pages with the key set as the page number and the value as the page link |
next | String | Link to the next page |
current | Integer | The value of the current page |
get
https://serpapi.webscrapingapi.com/v1?
engine=google&api_key=<YOUR_API_KEY>&q=ozark
Request Example That Returns Pagination Elements

Scrape Google Search and Get Pagination Results
Last modified 1yr ago