serpapi / google-search-results-python

Google Search Results via SERP API pip Python Package
MIT License
600 stars 97 forks source link

organic_results is missing the last result #13

Closed lukeorland closed 4 years ago

lukeorland commented 4 years ago

You get one fewer than the value you specify for num in the organic_results list

hartator commented 4 years ago

num parameter doesn't necessary match the number organic results we are getting back from Google. More information on how Google treat this kind of parameters: https://serpapi.com/pagination

(Sorry for the delay in the response. You can open bug reports on https://forum.serpapi.com, we'll check these boards on a daily basis.)