open source - licencia MIT

SERP API open source y Cloud gestionado para resultados de busqueda estructurados.

OpenSERP te da resultados estructurados de Google, Bing, Yandex, Baidu y DuckDuckGo desde una sola API REST. Ejecutalo en minutos con Docker o Go - gratis y sin API keys.

GoogleBingYandexBaiduDuckDuckGo
ejecutar localmente
$ docker run -p 7000:7000 karust/openserp serve -a 0.0.0.0
- estrellas en GitHub5 motores de busquedaMIT licenciaGo basado en

Una solicitud - respuesta estructurada en cada motor

El mismo formato funciona para Google, Bing, Yandex, Baidu, DuckDuckGo y el agregador megasearch. Obtén JSON para pipelines o Markdown para 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
    }
}

Una API para cada motor de busqueda importante

OpenSERP gestiona automatizacion del navegador, parsing multi-motor y reintentos para que no tengas que hacerlo. Licencia MIT, listo para produccion y extensible.

Servidor REST API

Inicia un servidor REST local con un comando Docker. Consulta cualquier motor desde tu app, script o pipeline en segundos.

Salida estructurada

JSON consistente con titulos, URLs, snippets y campos especificos de cada motor en un mismo esquema.

Completamente gratis

Licencia MIT sin API keys, limites ni vendor lock-in. Despliegalo en cualquier infraestructura.

Desde desarrolladores individuales hasta equipos con muchos datos

OpenSERP encaja en cualquier flujo que necesite acceso fiable y programatico a busqueda, desde prototipos rapidos hasta pipelines de datos en produccion.

Desarrolladores y producto

Integra datos SERP en vivo en apps, paneles o agentes de IA con una API REST clara y poco setup.

Equipos SEO y agencias

Sigue rankings, monitoriza competidores y programa recolecciones sin gestionar tu propio stack de scraping.

Investigacion e IA

Fundamenta respuestas de LLM y flujos de recuperacion con resultados multi-motor en vivo.

Skip the ops. Use OpenSERP Cloud.

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

Empieza con OpenSERP hoy.

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

Disponible ahora

OpenSERP OSS

Gratis - licencia MIT

  • Codigo fuente completo en GitHub
  • Self-hosted en tu infraestructura
  • Sin limites de tasa ni API keys
  • Binario Go e imagen Docker
  • 5 motores de busqueda incluidos
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"
Ver en GitHub
Disponible pronto

OpenSERP Cloud

Gestionado - proximamente

  • Endpoint API gestionado - sin infraestructura
  • Recoleccion programada y trabajos recurrentes
  • Formatos listos para exportar a informes
  • Beta moldeada por usuarios tempranos
  • Ruta alojada oficial para OpenSERP

No quieres operar la infraestructura? OpenSERP Cloud es la opcion gestionada.