Search the web programmatically
import webtranspose as webt results = webt.search("what happened in the third great ninja war?") # result.keys() # \['results']
import webtranspose as webt results = webt.search_filter("Paul Graham's Blog") # result.keys() # \['results', 'filtered_results']