diff --git a/SEOstats/Services/Google/Search.php b/SEOstats/Services/Google/Search.php index c0c788d8..a214e13a 100644 --- a/SEOstats/Services/Google/Search.php +++ b/SEOstats/Services/Google/Search.php @@ -100,8 +100,8 @@ protected static function getDomainFilter ($domain) protected static function getNextSerp ($start, $query) { return 0 == $start - ? sprintf('search?q=%s&filter=0', $query) - : sprintf('search?q=%s&filter=0&start=%s0', $query, $start); + ? sprintf('search?q=%s&filter=1', $query) + : sprintf('search?q=%s&filter=1&start=%s0', $query, $start); } protected static function guardNoCaptcha ($response)