curl -H 'Authorization: Bearer osk_live_xxx' 'https://api.openserp.org/v1/mega/search?text=golang&limit=10&engines=google,bing,ecosia'Resultado normalizado
{
"meta": {
"request_id": "019e1dd2-1367-7ae6-91dc-b083fd3a9a08",
"requested_at": "2026-05-12T19:35:08.109892414Z",
"took_ms": 1548,
"version": "2.1"
},
"query": {
"engines_requested": ["google", "bing", "ecosia"],
"text": "golang"
},
"results": [
{
"display_url": "go.dev",
"domain": "go.dev",
"engine": "google",
"favicon": "https://go.dev/favicon.ico",
"id": "s_78ffacca5cde46f0",
"is_ad": false,
"position": {
"absolute": 1,
"on_page": 1,
"page": 1
},
"rank": 1,
"snippet": "Go is an open source programming language supported by Google.",
"title": "The Go Programming Language",
"type": "organic",
"url": "https://go.dev/"
},
{
"display_url": "go.dev > doc",
"domain": "go.dev",
"engine": "bing",
"favicon": "https://go.dev/favicon.ico",
"id": "s_42c96f321ad4478b",
"is_ad": false,
"position": {
"absolute": 2,
"on_page": 1,
"page": 1
},
"rank": 2,
"snippet": "Documentation for the Go programming language.",
"title": "Documentation - The Go Programming Language",
"type": "organic",
"url": "https://go.dev/doc/"
}
]
}