The playground

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.

Playground demo key · api.reefapi.com
post/serp/v1/news1 credit

Bing News results for a keyword — article title, source, URL and snippet, sorted by recency.

Working example
Parameters

Search query (the keywords to look up).

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-50; clamped). Note: Bing caps organic search results at ~10 per page regardless of count. (1–50)

request preview
curl -X POST https://api.reefapi.com/serp/v1/news \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"q":"tesla","gl":"us"}'

Hit Send to run this endpoint live.