docs / serp
Search Results
Search results from Bing, Yandex and more.
base /serp/v12 endpoints
post
/serp/v1/search1 creditSERP organic results (engine=bing|yandex); q + mkt/gl + page (offset best-effort)
| Parameter | Required |
|---|---|
| q | required |
| engine | optional |
| mkt | optional |
| gl | optional |
| hl | optional |
| count | optional |
| page | optional |
| first | optional |
| safe | optional |
| device | optional |
post
/serp/v1/news1 creditBing news tab — news[title/url/source/snippet]
| Parameter | Required |
|---|---|
| q | required |
| mkt | optional |
| gl | optional |
| hl | optional |
| count | optional |
Example request · search
curl -X POST https://api.reefapi.com/serp/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"q":"best laptop 2026","engine":"bing","gl":"us"}'Response shape
{
"ok": true,
"data": { /* the result */ },
"meta": {
"latency_ms": 240,
"record_count": 12,
"completeness_pct": 100
},
"error": null
}