Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.23 KB

File metadata and controls

54 lines (41 loc) · 1.23 KB

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