Skip to main content

📦 Google Search API - Simple Python Package

Project description

Moogle - Google Search API

This is a python package that uses BeautifulSoup4 to perform google text search and scrape results from the webpage.

Banner

📦 Installation

$ pip install moogle

🚀 Usage

To perform a google search:

from moogle import Search

results = Search("the rock")

for result in results:
    print(result.title)
    print(result.description)
    print(result.destination)

🧔 About Me

Hey! 👋 I'm a software hobbyist, currently living in India. Some of my top projects include:

  • Rooms - Android Social Media App
  • iRoom - Realtime Android Room Chat App
  • Ensta - Python Package For Instagram API
  • ProGPT - Python Package For ChatGPT API
  • Moogle - Python Package For Google Search API
  • ShieldPass - Offline Android Password Manager

Reach me at: sonniiii@outlook.com

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

Moogle-1.0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

Moogle-1.0.1-py3-none-any.whl (4.1 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