Skip to content

JavaProgswing/googlescrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages