Skip to main content

Library for scraping google search results

Project description

googlesearch.py

Library for scraping google search results

Get Started

from gsearchlib import Search

result = Search("what is programming language")
print(result)

# Output

{
    'title': 'Programming language - Wikipedia',
    'url': 'https://en.wikipedia.org/wiki/Programming_language'
}

License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

googlesearch.py-1.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

googlesearch.py-1.3-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page