eyecatchup / SEOstats

SEOstats is a powerful open source PHP library to request a bunch of SEO relevant metrics.
MIT License
1.47k stars 387 forks source link

Google SERP items number #102

Closed nlemoine closed 7 years ago

nlemoine commented 9 years ago

getSerps always return only 10 results, whatever the number of results you specified as second parameter.

nlemoine commented 9 years ago

Sorry, just saw that the PR #101 was resolving this issue. The fix works great.

But the position returned is not fully reliable compared to a regular user search. The parameter filter is not added in the default query string. I noticed a difference between results with and without this parameter.

jamesspittal commented 9 years ago

Sorry, just saw that the PR #101 was resolving this issue. The fix works great.

That pull request has now been merged in to the master branch.

But the position returned is not fully reliable compared to a regular user search. The parameter filter is not added in the default query string. I noticed a difference between results with and without this parameter.

Just noticed something similar myself.