Skip to content

A minimal Python API to get search results from Google, Bing & DuckDuckGo — no API keys, free, lightweight.

License

Notifications You must be signed in to change notification settings

SudoHopeX/OpenSearchAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSearchAPI

Lightweight Free OpenSource Search API

A minimal Python API to get search results from Google, Bing & DuckDuckGo — no API keys, free, lightweight.

Install via Curl

curl -fsL https://raw.githubusercontent.com/SudoHopeX/OpenSearchAPI/refs/heads/main/setup.sh | sudo bash

Clone the Repo & install

git clone https://github.com/SudoHopeX/OpenSearchAPI.git && cd OpenSearchAPI
sudo bash setup.sh

start the app

opensearchapi        # Runs in foreground
opensearchapi --bg   # Runs in background   

🌐 API Endpoints

Read Detailed Documentation

http://127.0.0.1:5000/

Single engine search

http://127.0.0.1:5000/search?q=python&engine=duckduckgo

Multiple engine search

http://127.0.0.1:5000/mega/search?engines=duckduckgo,bing&q=sudohopex

✅ Engines Supported

  • google
  • duckduckgo
  • bing

About

A minimal Python API to get search results from Google, Bing & DuckDuckGo — no API keys, free, lightweight.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published