Skip to main content

A Python library for scraping the Google search engine. Forked from https://pypi.org/project/googlesearch-python/ to loosen requirements constraints.

Project description

googlesearch

googlesearch is a Python library for searching Google, easily. googlesearch uses requests and BeautifulSoup4 to scrape Google.

Installation

To install, run the following command:

python3 -m pip install googlesearch-python

usage

To get results for a search term, simply use the search function in googlesearch. For example, to get results for "Google" in Google, just run the following program:

from googlesearch import search
search("Google")

Additional options

googlesearch supports a few additional options. By default, googlesearch returns 10 results. This can be changed. To get a 100 results on Google for example, run the following program.

from googlesearch import search
search("Google", num_results=100)

In addition, you can change the language google searches in. For example, to get results in French run the following program:

from googlesearch import search
search("Google", lang="fr")

googlesearch.search

googlesearch.search(str: term, int: num_results=10, str: lang="en") -> list

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

warpspeed-googlesearch-python-1.1.1.tar.gz (7.2 kB view details)

Uploaded Source

File details

Details for the file warpspeed-googlesearch-python-1.1.1.tar.gz.

File metadata

File hashes

Hashes for warpspeed-googlesearch-python-1.1.1.tar.gz
Algorithm Hash digest
SHA256 cba1e6fb418cbdcf7de820e905eb9dcd1f481d30fa8533ab7aff2d302d371d2d
MD5 ed286ba88723e8029c2e5687b922fce1
BLAKE2b-256 e5da6d11fb7979fc921d8a925390454cef96729ab523e6c8e9fe051fafee6a05

See more details on using hashes here.

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