Skip to main content

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!

Getting Started

Installation

!!! note "installation steps" First let's do an easy pip installation of the library by running the following command - bash pip install simplegoogle-scraper-python==0.1.3

Short example

from simplegoogle_scraper_python import scrapeGooGle_results

search_query = "How are you?"
search_number = 70
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.

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

simplegoogle_scraper_python-0.1.4.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page