christophebe / serp

Google Search SERP Scraper
101 stars 23 forks source link

Getting google suggested result instead of 'No results' for some queries #9

Closed utkarsh914 closed 4 years ago

utkarsh914 commented 4 years ago

let q1 = atista holololof gusanmk Suppose I searched for q1. Google gives no results for this search, instead by default it lists the results of a suggested query q2 = atista holololo gussa nmk

Screenshot (96)

Double quoting the query works as expected(gives no search results) in case of q1. But in some cases even quoting the query doesn't work as expected, and gives suggested results. For example: "Khaccha payyu"

Screenshot (98)

Screenshot (99)

There should be a option to get results of the exact same query q1, and not the suggested query q2.

I've opened a pull request to address this case #10

utkarsh914 commented 4 years ago

@christophebe sorry.. my bad I didn't know that this option is already present. nfpr: 1 does the work No need to reopen this issue.