We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbb4011 + 5e3bba3 commit 5bdd865Copy full SHA for 5bdd865
1 file changed
serpapi/models.py
@@ -51,7 +51,7 @@ def next_page_url(self):
51
serpapi_pagination = self.data.get("serpapi_pagination")
52
53
if serpapi_pagination:
54
- return serpapi_pagination.get("next_link")
+ return serpapi_pagination.get("next")
55
56
def next_page(self):
57
"""Return the next page of results, if any."""
0 commit comments