Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Bing organic web search results — returns ranked pages with title, URL, snippet, answer boxes and related searches. Use mkt or gl to target a country.
Search query (the keywords to look up).
Search engine to query. Use bing for live results.
Bing market as lang-COUNTRY (e.g. en-US, en-GB, de-DE). Controls locale regardless of exit IP. If omitted it is derived from gl + hl.
Country as a 2-letter ISO-3166 code (e.g. us, gb, de) — used to build mkt when mkt is absent.
Language as an ISO-639 code (e.g. en, de) — used to build mkt when mkt is absent.
Requested results (1-30; clamped). Note: Bing caps organic search results at ~10 per page regardless of count. (1–30)
1-based page for offset pagination (best-effort: Bing's bare pagination is session/IP-sensitive and may repeat page 1). (1–)
Explicit 1-based result offset (alternative to page; first=11 ~ page 2). Best-effort. (1–)
Bing SafeSearch level (search only). An unrecognized value is ignored.
User-agent profile. Only 'mobile' changes behavior; any other value is desktop.
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"}'Hit Send to run this endpoint live.