Last updated:
0 purchases
googlesearcher 1.0.4
Usage:
from googlesearcher import *
results = Google.search(query, num="10")
for result in results:
print(result.link)
print(result.title)
print(result.domain)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.