Skip to main content

Google Search Scrapper For Python Programming Language.

Project description

Google Search Scrapper

How To Use

  • Create the code like this to get results based on your query.
import google_search_py

# Use .search() to send query and get results from Google, Write The query inside the brackets

search = google_search_py.search("apple inc")
print(search)

# Output

{
    'title': 'Apple (India)', 
    'description': 'Discover the innovative world of Apple and shop everything iPhone, iPad, Apple Watch, Mac, and Apple TV, plus explore accessories, entertainment and expert device support.',
    'url': 'https://www.apple.com/in/', 
    'favicon': 'https://www.google.com/s2/favicons?domain=https://www.apple.com/in/'
}

MIT License | Copyright (c) 2021 Sijey

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

googlesearch.py-1.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

googlesearch.py-1.2-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

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