This is a python api to scrape search results from a url.
Project description
googlescrape
Installation
Installation is simple!
# Stable version
pip install googlescrape
Examples
from googlescrape import client
scrapeClient=client()
scrapeClient.imagesearch("Oracle","capture.png")
#saves the screenshot in capture.png
from googlescrape import client
scrapeClient=client()
scrapeClient.jsonsearch("Oracle")
#outputs a json
Change Log
0.0.7 (06/01/2022)
- Seventh release , renamed googlescrape(function) -> jsonsearch(function)
- Fixes to import errors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
googlescrape-0.0.7.tar.gz
(3.8 kB
view details)
File details
Details for the file googlescrape-0.0.7.tar.gz.
File metadata
- Download URL: googlescrape-0.0.7.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41fe3d5639c1a513ceeedc4b2b3f760fc05ead4d5857b3b7c1a68eeac9aa122a
|
|
| MD5 |
0bd2d635ddbb6e4aa391b13e4dcf21a8
|
|
| BLAKE2b-256 |
678466ae3771e574e388b00ec425126782fd42453f9b9abf291fdfb9023ec7b2
|