Skip to main content

Query popular search engines and get results easily

Project description

searchenginepy

search engine for python (Query and scrape search engines)

How to use?

Installation

pip install searchenginepy

Importing

import SearchEngine from searchenginepy
engine=SearchEngine()

Usage

list=engine.search("search query")

Example

list=engine.google("search query")

using google to search a query

Using a specific search engine

google

from searchenginepy.Google import Google
list=Google().search("search query")

Bing

from searchenginepy.Bing import Bing
list=Bing().search("search query")

Brave

from searchenginepy.Brave import Brave
list=Brave().search("search query")

DuckDuckGo

from searchenginepy.DuckDuckGo import DuckDuckGo
list=DuckDuckGo().search("search query")

Supported search engines

  • Google
  • Bing
  • DuckDuckGo
  • Brave

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

searchenginepy-0.1.6.tar.gz (4.7 kB view hashes)

Uploaded Source

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