Skip to main content

The search API for Google.

Project description

googlesearch.py 1.4

The search API for Google.

pip install googlesearch.py

Example

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",
#         "netloc" : "en.wikipedia.org"
#     }
# ...
# ]

License

This Python package is distributed under the Unlicense

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.4.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

googlesearch.py-1.4-py3-none-any.whl (3.0 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