Skip to content

Simple Google Result Scrapper

This package is meant to scrape the google search results!

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)