curl -H 'Authorization: Bearer osk_live_xxx' \
'https://api.openserp.org/v1/google/search?text=open+source+serp+api&limit=10'
{
"meta": {
"engines_failed": [],
"request_id": "019eb88e-d8ec-7c66-b50a-b8ff662a9db6",
"requested_at": "2026-06-11T21:20:29Z",
"took_ms": 1201,
"version": "2.1"
},
"pagination": {
"has_more": true,
"next_start": 10,
"page": 1
},
"query": {
"engines_requested": [
"google"
],
"text": "open source serp api"
},
"results": [
{
"classification": {
"content_type": "webpage",
"source_hint": "code_repository"
},
"display_url": "github.com › karust › openserp",
"domain": "github.com",
"domain_info": {
"category": "",
"sld": "github",
"tld": "com"
},
"engine": "google",
"favicon": "https://github.com/favicon.ico",
"id": "s_c84e44351617d71f",
"position": {
"absolute": 1
},
"rank": 1,
"snippet": "OpenSERP is a free, open-source API and CLI for accessing normalized search engine results from Google, Yandex, Baidu, Bing, DuckDuckGo, and Ecosia.",
"title": "karust/openserp: Open-source SERP API for AI, SEO & ...",
"type": "organic",
"url": "https://github.com/karust/openserp"
},
{
"classification": {
"content_type": "webpage",
"source_hint": "social_forum"
},
"display_url": "reddit.com › r › LocalLLaMA › comments › 1c62wmz › ...",
"domain": "reddit.com",
"domain_info": {
"category": "forum",
"sld": "reddit",
"tld": "com"
},
"engine": "google",
"favicon": "https://reddit.com/favicon.ico",
"id": "s_4e18eaf95d083f7e",
"position": {
"absolute": 2
},
"rank": 2,
"snippet": "They're not entirely free but at least they offer a solid free plan for Google SERP scraping. You get 1,000 free API credits with Scrapingbee.",
"title": "Serp Alternative: Google result scrape- Hopefully free",
"type": "organic",
"url": "https://www.reddit.com/r/LocalLLaMA/comments/1c62wmz/serp_alternative_google_result_scrape_hopefully"
}
],
"serp_features": []
}