開源 - MIT 授權

開源 SERP API 與託管 Cloud 用於結構化搜尋結果。

OpenSERP 透過單一 REST API 提供來自 Google、Bing、Yandex、Baidu 與 DuckDuckGo 的結構化搜尋結果。使用 Docker 或 Go 可在幾分鐘內自架,完全免費且不需要 API key。

GoogleBingYandexBaiduDuckDuckGo
本機執行
$ docker run -p 7000:7000 karust/openserp serve -a 0.0.0.0
- GitHub stars5 搜尋引擎MIT 授權Go 驅動

一次請求 - 每個搜尋引擎都回傳結構化回應

同一回應格式適用於 Google、Bing、Yandex、Baidu、DuckDuckGo 與 megasearch 聚合器。可為資料流程取得 JSON,也可為 LLM 取得 Markdown。

Single-engine search with full result envelope.
curl -H 'Authorization: Bearer osk_live_...' 'https://api.openserp.org/v1/google/search?text=golang&limit=10'
{
    "query": {
        "text": "golang",
        "engines_requested": [
            "google"
        ]
    },
    "meta": {
        "request_id": "019dcc40-6a1d-7254-bc15-089fcb6554d8",
        "requested_at": "2026-04-27T00:04:26Z",
        "took_ms": 1953,
        "engines_failed": [],
        "version": "1.0"
    },
    "results": [
        {
            "id": "s_78ffacca5cde46f0",
            "rank": 1,
            "type": "organic",
            "title": "The Go Programming Language",
            "url": "https://go.dev/",
            "display_url": "go.dev",
            "snippet": "Go is a high-level general purpose programming language that is statically typed and compiled. It is known for the simplicity of its syntax and the efficiency ...",
            "domain": "go.dev",
            "favicon": "https://go.dev/favicon.ico",
            "is_ad": false,
            "position": {
                "absolute": 1,
                "page": 1,
                "on_page": 1
            },
            "engine": "google",
            "domain_info": {
                "tld": "dev",
                "sld": "go",
                "is_gov": false,
                "is_edu": false,
                "is_mil": false,
                "is_news": false,
                "is_forum": false,
                "is_marketplace": false,
                "is_social": false
            },
            "classification": {
                "content_type": "webpage",
                "source_hint": ""
            }
        },
        {
            "id": "s_8e39c39b95fed34c",
            "rank": 2,
            "type": "organic",
            "title": "Go (programming language)",
            "url": "https://en.wikipedia.org/wiki/Go_(programming_language)",
            "display_url": "en.wikipedia.org › wiki › Go_(programming_language)",
            "snippet": "Go is a high-level general purpose programming language that is statically typed and compiled. It is known for the simplicity of its syntax and the efficiency ...",
            "domain": "en.wikipedia.org",
            "favicon": "https://en.wikipedia.org/favicon.ico",
            "is_ad": false,
            "position": {
                "absolute": 2,
                "page": 1,
                "on_page": 2
            },
            "engine": "google",
            "domain_info": {
                "tld": "org",
                "sld": "wikipedia",
                "is_gov": false,
                "is_edu": false,
                "is_mil": false,
                "is_news": false,
                "is_forum": false,
                "is_marketplace": false,
                "is_social": false
            },
            "classification": {
                "content_type": "article",
                "source_hint": "encyclopedia"
            }
        }
...
    ],
    "pagination": {
        "page": 1,
        "has_more": false,
        "next_start": 10
    }
}

一個 API 覆蓋所有主要搜尋引擎

OpenSERP 處理瀏覽器自動化、多引擎解析與重試邏輯。MIT 授權、可用於生產,並且易於擴充。

REST API 伺服器

用一條 Docker 命令啟動本機 REST 伺服器,在幾秒內從應用、腳本或流程查詢任意搜尋引擎。

結構化輸出

統一 JSON,包含標題、URL、摘要和各搜尋引擎特有欄位,5 個引擎共用同一結構。

完全免費

MIT 授權,沒有 API key、速率限制或供應商鎖定。可部署在任何既有基礎設施。

從個人開發者到資料密集型團隊

任何需要可靠、可程式化搜尋存取的工作流都可以使用 OpenSERP,從快速原型到生產級資料流程。

開發者與產品團隊

透過清晰的 REST API 將即時 SERP 資料整合到應用、儀表板或 AI Agent。

SEO 團隊與代理商

追蹤排名、監控競爭對手,並排程週期性採集,無需管理自己的抓取堆疊。

研究與 AI 流程

用即時多引擎搜尋結果支撐 LLM 回答與檢索工作流。

Skip the ops. Use OpenSERP Cloud.

Managed endpoint, no infra to run — join the waitlist for early access and founding-tier pricing.

今天開始使用 OpenSERP。

OpenSERP OSS is free and production-ready today. When you'd rather not run the infrastructure — Cloud is the managed path.

現在可用

OpenSERP OSS

免費 - MIT 授權

  • 完整原始碼在 GitHub
  • 部署在你自己的基礎設施上
  • 沒有速率限制或 API key
  • Go binary 與 Docker image
  • 內建 5 個搜尋引擎
docker run -p 7000:7000 karust/openserp serve -a 0.0.0.0 -p 7000
curl "http://127.0.0.1:7000/google/search?text=openserp&limit=5"
在 GitHub 查看
即將推出

OpenSERP Cloud

託管 - 即將推出

  • 託管 API 端點 - 無需基礎設施
  • 排程採集與週期性工作
  • 面向報告的可匯出格式
  • Beta 由早期使用者共同塑造
  • OpenSERP 的官方託管路徑

不想自行營運基礎設施?OpenSERP Cloud 是託管選項。