Search across multiple websites simultaneously with ease!
Features • Demo • Usage • Configuration • Contributing
- 🔍 Search across multiple websites simultaneously
- 🗂️ Categorized search for targeted results
- 🖼️ Display results with images and titles
- 🔗 Direct links to original content
- 🛠️ Easy configuration for adding new websites
- 🌐 CORS-friendly with integrated bypasser
Try out the live demo here!
- Select a category from the dropdown menu.
- Enter your search term in the input field.
- Click the "Search" button.
- View the results from multiple websites, categorized and displayed with images and titles.
Add or modify websites in the sites.json
file:
{
"category_name": {
"provider_name": {
"name": "Display Name",
"url": "https://search-url.com/?q=",
"main": "main-container-selector",
"title": "title-selector",
"img": "image-selector",
"href": "link-selector"
}
}
}
Contributions, issues, and feature requests are welcome! Feel free to check issues page.