Open ilyazub opened 1 year ago
I recently tested this.
The first page, shows the wrong total number of organic_results: Inspect 1st page It displayed start=27 on the pagination link, while there were only 17 results.
The second page shows 50 results but shows start=50 on the next_pagination. Where I assume it should be 50+27 Inspect 2nd page
serpapi_pagination.next
doesn't take into account the current offset of results. (Search Inspect page.)Expected result
serpapi_pagination.next
contains query parameterstart=105
.Actual result
serpapi_pagination.next
contains query parameterstart=29
.