{"id":14155442,"url":"https://github.com/karust/openserp","last_synced_at":"2026-01-17T14:21:25.862Z","repository":{"id":176690214,"uuid":"657380031","full_name":"karust/openserp","owner":"karust","description":"Get [Google, Yandex, Baidu, Bing, DuckDuckGo] search results via API for free 🎉","archived":false,"fork":false,"pushed_at":"2025-10-08T00:39:12.000Z","size":195,"stargazers_count":515,"open_issues_count":8,"forks_count":65,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-10-08T02:40:22.336Z","etag":null,"topics":["baidu","bing","duckduckgo","google","search","search-engine","serp","serpapi","yandex"],"latest_commit_sha":null,"homepage":"","language":"Go","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/karust.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":"2023-06-23T00:03:08.000Z","updated_at":"2025-10-08T00:34:01.000Z","dependencies_parsed_at":"2024-05-11T23:28:22.733Z","dependency_job_id":"fba43973-428e-47f7-9681-7e5031b763e9","html_url":"https://github.com/karust/openserp","commit_stats":null,"previous_names":["karust/openserp"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/karust/openserp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karust%2Fopenserp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karust%2Fopenserp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karust%2Fopenserp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karust%2Fopenserp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karust","download_url":"https://codeload.github.com/karust/openserp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karust%2Fopenserp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["baidu","bing","duckduckgo","google","search","search-engine","serp","serpapi","yandex"],"created_at":"2024-08-17T08:03:18.341Z","updated_at":"2026-01-17T14:21:25.855Z","avatar_url":"https://github.com/karust.png","language":"Go","readme":"# OpenSERP (Search Engine Results Page)\n\n![OpenSERP](/logo.svg)\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/karust/openserp)](https://goreportcard.com/report/github.com/karust/openserp)\n[![Go Reference](https://pkg.go.dev/badge/github/karust/openserp?style=for-the-badge)](https://pkg.go.dev/github.com/karust/openserp)\n[![release](https://img.shields.io/github/release/karust/openserp)](https://github.com/karust/openserp/releases)\n\n\u003c!--[![Docker Pulls](https://img.shields.io/docker/pulls/karust/openserp)](https://hub.docker.com/repository/docker/karust/openserp)--\u003e\n\n**OpenSERP** provides free API access to multiple search engines including **[Google, Yandex, Baidu, Bing, DuckDuckGo]**. Get comprehensive search results without expensive API subscriptions!\n\n## Features\n\n- 🔍 **Multi-Engine Support**: Google, Yandex, Baidu, Bing, DuckDuckGo...\n- 🌐 **Megasearch**: Aggregate results from multiple engines simultaneously\n- 🖼 **Images**: Image search is also available!\n- 🎯 **Advanced Filtering**: Language, date range, file type, site-specific searches\n- 🌍 **Proxy Support**: HTTP/SOCKS5 proxy support\n- 🐳 **Docker Ready**: Easy deployment with Docker\n\n## Quick Start⚡️\n\n### Docker (Recommended)\n\n```bash\n# Run the API server via prebuilt image\ndocker run -p 127.0.0.1:7000:7000 -it karust/openserp serve -a 0.0.0.0 -p 7000\n\n# Or use docker-compose\ndocker compose up --build\n```\n\n### From Source\n\n```bash\n# Clone and build\ngit clone https://github.com/karust/openserp.git\ncd openserp\ngo build -o openserp .\n\n# Run the server\n./openserp serve\n```\n\n## 🌐 Megasearch \u0026 Megaimage - Search Everything at Once!\n\n**Megasearch** aggregates results from multiple engines simultaneously with automatic deduplication. **Megaimage** does the same for image searches!\n\n### Megasearch (Web Results)\n\n```bash\n# Search ALL engines at once\ncurl \"http://localhost:7000/mega/search?text=golang\u0026limit=10\"\n\n# Pick specific engines\ncurl \"http://localhost:7000/mega/search?text=golang\u0026engines=duckduckgo,bing\u0026limit=15\"\n\n# Advanced filtering\ncurl \"http://localhost:7000/mega/search?text=Donald+Trump\u0026engines=duckduckgo,bing\u0026limit=20\u0026date=20251005..20251005\u0026lang=EN\"\n```\n\n- API response example:\n\n```json\n[\n  {\n    \"rank\": 1,\n    \"url\": \"https://en.wikipedia.org/wiki/Golden_Retriever\",\n    \"title\": \"Golden Retriever - Wikipedia\",\n    \"description\": \"The Golden Retriever is a Scottish breed of retriever dog of medium size. It is characterised by a gentle and affectionate nature and a striking golden coat. It is a working dog, and registration is subject to successful completion of a working trial. [2] It is commonly kept as a companion dog and is among the most frequently registered breeds in several Western countries; some may compete in ...\",\n    \"ad\": false,\n    \"engine\": \"duckduckgo\"\n  },\n  {\n    \"rank\": 2,\n    \"url\": \"https://www.bing.com/ck/a?!\u0026\u0026p=6f15ac4589858d0a104cd6f55cc8e91e8d8d6da91f905b626921f67f2323a467JmltdHM9MTc1OTE5MDQwMA\u0026ptn=3\u0026ver=2\u0026hsh=4\u0026fclid=2357c2f4-6131-68de-359f-d48c607c691d\u0026u=a1aHR0cHM6Ly93d3cuZ29sZGVucmV0cmlldmVyZm9ydW0uY29tL3RocmVhZHMvdW5kZXJzdGFuZGluZy13aHktZ29sZGVuLXJldHJpZXZlciVFMiU4MCU5OXMtbGlmZXNwYW4taGFsdmVkLWluLXRoZS1sYXN0LTM1LXllYXJzLjM1NzMyMi8\u0026ntb=1\",\n    \"title\": \"Golden Retriever Dog Forums\\nhttps://www.goldenretrieverforum.com › threads › understanding-why-g…\",\n    \"description\": \"Oct 20, 2024 · Back in the 1970s, Golden Retrievers routinely lived until 16 and 17 years old, they are now living until 9 or 10 years old. Golden Retrievers seem to be dying mostly of bone …\",\n    \"ad\": false,\n    \"engine\": \"bing\"\n  },\n  {\n    \"rank\": 3,\n    \"url\": \"http://www.baidu.com/link?url=2544q3ugc68j0scVxdpWCSX-gl2AmuCy1l7uRR3loIfS1hmJWMiJKW4MDGWoZrLE7X-ybu1L7T8PspoL7iy_dK\",\n    \"title\": \"golden retrievers是什么意思_golden retrievers怎么读_解释_用法...\",\n    \"description\": \"\\n\\n2025年9月21日golden retrievers 读音:美英 golden retrievers基本解释 金毛猎犬 分词解释 golden金(黄)色的 retrievers寻猎物犬( retriever的名词复数 ) 词组短语 golden retrieversfor sale出售金毛寻回犬 golden retrieversnear me我附近的金毛寻回犬 golden retrieverspuppies金毛寻回犬幼犬...\\ndanci.gei6.com/golden...retrievers...\",\n    \"ad\": false,\n    \"engine\": \"baidu\"\n  }\n]\n```\n\n### Megaimage (Image Results)\n\n```bash\n# Search images across ALL engines\ncurl \"http://localhost:7000/mega/image?text=golang logo\u0026limit=20\"\n```\n\n### Available Engines\n\n```bash\n# Check which engines are available\ncurl \"http://localhost:7000/mega/engines\"\n```\n\n**Available engines:** `google`, `yandex`, `baidu`, `bing`, `duckduckgo`\n\n## 🔍 Individual Engine APIs\n\n### Search Parameters\n\n| Parameter | Description          | Example                           |\n| --------- | -------------------- | --------------------------------- |\n| `text`    | Search query         | `golang programming`              |\n| `lang`    | Language code        | `EN`, `DE`, `RU`, `ES`            |\n| `date`    | Date range           | `20230101..20231231`              |\n| `file`    | File extension       | `PDF`, `DOC`, `XLS`               |\n| `site`    | Site-specific search | `github.com`, `stackoverflow.com` |\n| `limit`   | Number of results    | `10`, `25`, `50`                  |\n| `answers` | Include Q\u0026A results  | `true`, `false`                   |\n\n### Individual Engine Examples\n\n```bash\n# DuckDuckGo search\ncurl \"http://localhost:7000/duck/search?text=golang\u0026limit=7\"\n\n# Google search\ncurl \"http://localhost:7000/google/search?text=golang\u0026lang=EN\u0026limit=10\"\n```\n\n### Image Search\n\n```bash\n# Bing Images\ncurl \"http://localhost:7000/bing/image?text=golang\u0026limit=20\"\n\n# Baidu Images\ncurl \"http://localhost:7000/baidu/image?text=golang\u0026limit=15\"\n```\n\n## 🌐 Proxy Support\n\nOpenSERP supports HTTP and SOCKS5 proxies with authentication:\n\n```bash\n# SOCKS5 proxy\n./openserp serve --proxy socks5://127.0.0.1:1080\n\n# HTTP proxy with authentication\n./openserp search bing \"query\" --proxy http://user:pass@127.0.0.1:8080\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 👾 Issues \u0026 Support\n\nIf you encounter any issues or have questions:\n\n- Open an issue on GitHub\n- Check existing issues for solutions\n- Review the documentation above\n","funding_links":[],"categories":["search-engine"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarust%2Fopenserp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarust%2Fopenserp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarust%2Fopenserp/lists"}