Skip to content

OshekharO/OmniScrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🌐 OmniScrape

Search across multiple websites simultaneously with ease!

FeaturesDemoUsageConfigurationContributing

License Stars Forks

🚀 Features

  • 🔍 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

🎬 Demo

Try out the live demo here!

🖥️ Usage

  1. Select a category from the dropdown menu.
  2. Enter your search term in the input field.
  3. Click the "Search" button.
  4. View the results from multiple websites, categorized and displayed with images and titles.

⚙️ Configuration

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"
 }
  }
}

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.