Skip to content

OshekharO/OmniScrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 OmniScrape

Search across multiple websites simultaneously with ease!

Features β€’ Demo β€’ Usage β€’ Configuration β€’ Contributing

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.