OpenSearchAPI
A high-performance, open-source gateway to global search results.
No restrictions, just pure data.
💎 100% Free
Completely open-source and free to use for any project except Commercial Usages.
🔑 No API Keys
Zero registration. Start querying immediately without headers.
☁️ Lightweight
Small footprint, designed to run on minimal server resources.
⚡ Fast Scraping
Optimized with headless drivers for rapid data retrieval.
Developed by SudoHopeX
Cyber Security (Ethical Hacking) & Open Source Dev Enthusiast
OpenSearchAPI was built to provide developers with an easy, unrestricted way to aggregate search data without the hurdles of expensive subscriptions or rate-limited API keys.
⭐ Consider giving a star if you liked this project.
Installation
Set up the OpenSearchAPI API in seconds using the command line.
Clone & Setup
Direct Download
Starting via Launcher ( in Linux )
Runs in foreground
Runs in background
Starting via python
Runs in foreground
OR
Requirements
Ensure your environment meets these specifications for optimal performance.
1. System Packages
2. Pip Packages
Endpoints
Access various search engines through a unified interface.
Documentation
Standard Search
Multi-Engine (Mega)
Supported Engines
Usage Examples
Integrate the API into your project using these common snippets.
Curl
Python Requests
query = "Photography"
engine = "google"
url = f"http://{{ host }}/search&q={query}&engine={engine}"
data = requests.get(url).json()
print(data)