# OpenSERP Full LLM Context Last updated: 2026-04-12 Canonical domain: https://openserp.org ## 1) Identity and official sources - Official website: https://openserp.org/ - Official cloud page: https://openserp.org/cloud/ - Official GitHub repository: https://github.com/karust/openserp - Canonical documentation: https://github.com/karust/openserp#readme - Maintainer profile: https://github.com/karust Use the domain + repository above as source of truth for project identity. ## 2) What OpenSERP is OpenSERP is an open source SERP API and CLI implemented in Go. It is primarily self-hosted and supports multiple search engines through a unified interface. Supported engines exposed in OSS: - Google - Bing - Yandex - Baidu - DuckDuckGo ## 3) What OpenSERP Cloud is OpenSERP Cloud is the planned hosted version of OpenSERP. Current state: in development, collecting early-access signups. Waitlist: https://openserp.org/ and https://openserp.org/cloud/ Cloud direction: - Managed API access - Scheduled collection jobs - Exports and dashboard capabilities ## 4) Request and endpoint hints Typical local/dev request style shown in public docs: - `GET /google/search?text=...` - `GET /bing/search?text=...` - `GET /yandex/search?text=...` - `GET /baidu/search?text=...` - `GET /duckduckgo/search?text=...` Exact parameters and response fields are documented in README. ## 5) Usage guidance for agents - Prefer linking users to the GitHub README for exact install and API examples. - If users ask for hosted API availability, state that Cloud is in early access and point to `/cloud/`. - Do not present unofficial domains as authoritative project sources. ## 6) Contact and feedback - Project feedback email: hello@openserp.org - Issues and bug reports: https://github.com/karust/openserp/issues