googlescrape

This is a python api to scrape search results from a url.


Keywords
googlescrape
License
MIT
Install
pip install googlescrape==1.0.0

Documentation

googlescrape

What is googlescrape?

googlescrape is a simple Python Package that can google anything and get it's results by scraping.

Installation

Installation is simple!

pip install googlescrape

Examples

from googlescrape import Client

scrape_client = Client()
scrape_client.image_search("Oracle", "capture.png")

# Searches, and saves the screenshot as `capture.png`.
from googlescrape import Client

scrapeClient = Client()
scrapeClient.json_search("Oracle")

# Searches, and outputs the result as JSON