Documentation ¶
Overview ¶
package bing provides web search functionalities by scraping bing search engine.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Search ¶
Search searches a query on bing. NOTE: results may not be empty even if the error is not nil. Because, an error can be occured at 1000th page. So you can still be able to get the data of previous 999 pages. ;)
func SearchWithTimeout ¶
func SearchWithTimeout(query string, blacklist []string, duration time.Duration) (results []string, err error)
SearchWithTimeout searches a query on bing with timeout, usefull for the long result queries. NOTE: results may not be empty even if the error is not nil. Because, an error can be occured at 1000th page. So you can still be able to get the data of previous 999 pages. ;)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.