google-search
google-search copied to clipboard
scrape google search results
Hi guys, I may be doing something wrong here but I set the options but they dont seem to take effect, here's my code: ``` func searchGoogle(query string) ([]googlesearch.Result, error)...
The search result was empty because the code dont appent the object found if link or title is blank or # ``` if linkText != "" && linkText != "#"...
This is a quick fix , it dose not fix the descText
Moved test for blackbox test to own file Added tests for all non export functions
Google SERP has many different features, at the moment the Search() only returns the **Organic results** Some of the other features that the SERP contains are - [Featured Snippet](https://www.semrush.com/kb/1328-featured-snippet-serp-feature) -...
I've tried the same function in example and other keywords all returns empty slice and I the test also fails. The google DOM must have changed
I tried to run the test case named **search_test.go** file but it's failing