Pagination in Search Results
The Search API allows paginating the results of your search by passing the “first” and “after” input arguments in your search queries. In the results you can also request for the page information, to keep track of the page’s last item and if there is another available next page.
Example Pagination Query
Fetching snippet...
Using Pagination
Bellow is an example of using the Search query’s “first” and “after” arguments to get the second page of the results.