开源 - 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 二进制和 Docker 镜像
  • 内置 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 是托管选项。