open source - MIT-Lizenz

Open-Source SERP API und verwaltete Cloud fuer strukturierte Suchergebnisse.

OpenSERP liefert strukturierte Suchergebnisse von Google, Bing, Yandex, Baidu und DuckDuckGo ueber eine einzige REST API. In Minuten mit Docker oder Go selbst betreiben - kostenlos und ohne API keys.

GoogleBingYandexBaiduDuckDuckGo
lokal starten
$ docker run -p 7000:7000 karust/openserp serve -a 0.0.0.0
- GitHub Sterne5 SuchmaschinenMIT LizenzGo basiert auf

Eine Anfrage - strukturierte Antwort fuer jede Suchmaschine

Das gleiche Format funktioniert fuer Google, Bing, Yandex, Baidu, DuckDuckGo und den Megasearch-Aggregator. Nutze JSON fuer Pipelines oder Markdown fuer LLMs.

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
    }
}

Eine API fuer alle wichtigen Suchmaschinen

OpenSERP uebernimmt Browser-Automation, Multi-Engine-Parsing und Retry-Logik. MIT-lizenziert, production-ready und erweiterbar.

REST API Server

Starte einen lokalen REST Server mit einem Docker-Befehl. Frage jede Suchmaschine aus App, Skript oder Pipeline in Sekunden ab.

Strukturierte Ausgabe

Konsistentes JSON mit Titeln, URLs, Snippets und engine-spezifischen Feldern im gleichen Schema.

Vollstaendig kostenlos

MIT-lizenziert ohne API keys, Rate Limits oder Vendor Lock-in. Deploye auf deiner bestehenden Infrastruktur.

Von Solo-Entwicklern bis zu datenintensiven Teams

OpenSERP passt in jeden Workflow, der verlaesslichen programmatischen Suchzugriff braucht, vom schnellen Prototyp bis zur Produktionspipeline.

Entwickler und Produktteams

Integriere Live-SERP-Daten mit einer klaren REST API in Apps, Dashboards oder KI-Agenten.

SEO-Teams und Agenturen

Verfolge Rankings, beobachte Wettbewerber und plane wiederkehrende Sammlung ohne eigenen Scraping-Stack.

Research- und KI-Pipelines

Grounde LLM-Antworten und Retrieval-Workflows mit Live-Ergebnissen aus mehreren Suchmaschinen.

Skip the ops. Use OpenSERP Cloud.

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

Starte heute mit OpenSERP.

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

Jetzt verfuegbar

OpenSERP OSS

Kostenlos - MIT-Lizenz

  • Vollstaendiger Quellcode auf GitHub
  • Self-hosted auf deiner Infrastruktur
  • Keine Rate Limits oder API keys
  • Go binary und Docker image
  • 5 Suchmaschinen sofort verfuegbar
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"
Auf GitHub ansehen
Bald verfuegbar

OpenSERP Cloud

Managed - bald verfuegbar

  • Verwalteter API-Endpunkt - keine Infrastruktur
  • Geplante Sammlung und wiederkehrende Jobs
  • Exportformate fuer Reporting
  • Beta wird von fruehen Nutzern mitgepraegt
  • Offiziell gehosteter Weg fuer OpenSERP

Du moechtest die Infrastruktur nicht selbst betreiben? OpenSERP Cloud ist die verwaltete Option.