{"id":19251144,"url":"https://github.com/oshekharo/omniscrape","last_synced_at":"2025-10-07T19:15:02.254Z","repository":{"id":251810300,"uuid":"838496179","full_name":"OshekharO/OmniScrape","owner":"OshekharO","description":"Your Universal Web Search Companion","archived":false,"fork":false,"pushed_at":"2025-10-06T04:03:09.000Z","size":41,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T06:14:57.464Z","etag":null,"topics":["html5","html5-css3-javascript","index","piracy","scraper","web"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OshekharO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-05T18:58:51.000Z","updated_at":"2025-10-06T04:03:12.000Z","dependencies_parsed_at":"2024-08-05T23:07:48.064Z","dependency_job_id":"83a5da57-dfae-41e6-b0c1-78899681ced9","html_url":"https://github.com/OshekharO/OmniScrape","commit_stats":null,"previous_names":["oshekharo/omniscrape"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OshekharO/OmniScrape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FOmniScrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FOmniScrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FOmniScrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FOmniScrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OshekharO","download_url":"https://codeload.github.com/OshekharO/OmniScrape/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FOmniScrape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278830335,"owners_count":26053282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html5","html5-css3-javascript","index","piracy","scraper","web"],"created_at":"2024-11-09T18:20:27.581Z","updated_at":"2025-10-07T19:15:02.215Z","avatar_url":"https://github.com/OshekharO.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 OmniScrape\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eSearch across multiple websites simultaneously with ease!\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#demo\"\u003eDemo\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#configuration\"\u003eConfiguration\u003c/a\u003e •\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/OshekharO/OmniScrape\" alt=\"License\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/OshekharO/OmniScrape\" alt=\"Stars\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/forks/OshekharO/OmniScrape\" alt=\"Forks\"\u003e\n\u003c/p\u003e\n\n## 🚀 Features\n\n- 🔍 Search across multiple websites simultaneously\n- 🗂️ Categorized search for targeted results\n- 🖼️ Display results with images and titles\n- 🔗 Direct links to original content\n- 🛠️ Easy configuration for adding new websites\n- 🌐 CORS-friendly with integrated bypasser\n\n## 🎬 Demo\n\nTry out the live demo [here](https://badoo.eu.org/)!\n\n## 🖥️ Usage\n\n1. Select a category from the dropdown menu.\n2. Enter your search term in the input field.\n3. Click the \"Search\" button.\n4. View the results from multiple websites, categorized and displayed with images and titles.\n\n## ⚙️ Configuration\n\nAdd or modify websites in the `sites.json` file:\n\n```json\n{\n  \"category_name\": {\n \"provider_name\": {\n   \"name\": \"Display Name\",\n   \"url\": \"https://search-url.com/?q=\",\n   \"main\": \"main-container-selector\",\n   \"title\": \"title-selector\",\n   \"img\": \"image-selector\",\n   \"href\": \"link-selector\"\n }\n  }\n}\n```\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check [issues page](https://github.com/OshekharO/OmniScrape/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshekharo%2Fomniscrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foshekharo%2Fomniscrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshekharo%2Fomniscrape/lists"}