Skip to main content

Python bindings to the Google search engine.

Project description

googlesearch
============

Google search from Python.

https://python-googlesearch.readthedocs.io/en/latest/

Usage example
-------------

# Get the first 20 hits for: "Breaking Code" WordPress blog
from googlesearch import search
for url in search('"Breaking Code" WordPress blog', stop=20):
print(url)

Installing
----------

pip install google

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

google-2.0.2.tar.gz (45.8 kB view hashes)

Uploaded Source

Built Distribution

google-2.0.2-py2.7.egg (50.9 kB view hashes)

Uploaded Source

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