A small python package for scraping google search results.
Project description
A PYTHON PACKAGE FOR SCRAPING GOOGLE SEARCH RESULTS
This package is meant to scrape the google search results!
- PYPI link for this package - simplegoogle-scraper-python
Getting Started
Installation
Note "installation steps"
First let's do an easy pip installation of the library by running the following command -
pip install simplegoogle-scraper-python
Short example
from simplegoogle_scraper_python import scrapeGooGle_results
search_query = "How are you?"
search_number = 10
scrapeGooGle_results.search(search_query,search_number)
Args | Type | Description |
---|---|---|
search_query | string | Your desired search query. |
search_number | integer | Your desired number of results. |
return | list | list of json outputs with title, link and snippet. |
*Note:
The length of search output might not be equal to your desired search_number.
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
Built Distribution
File details
Details for the file simplegoogle_scraper_python-0.1.6.tar.gz
.
File metadata
- Download URL: simplegoogle_scraper_python-0.1.6.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ec0f2ed534effa2d755ccf4cfb0e86ebe7dd8d388488d250828fd4973d2099c |
|
MD5 | 6640d576d3e20f17a064719dfc27d82e |
|
BLAKE2b-256 | 257f3dbf3aabaa24857a6e15e2af924581e6bd715fc17d6d2478c83feb999c84 |
File details
Details for the file simplegoogle_scraper_python-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: simplegoogle_scraper_python-0.1.6-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cf95a0ce0cef08a1b923a7d0d69433420936e492f6213f58de5eaedba171a77 |
|
MD5 | cd0c8554174eb2c384c4aaa5e762a52e |
|
BLAKE2b-256 | aef5570dafe2cab8059720a982404ed637d961ce5ee6f46251f46faaffcae89d |