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/google-search/v1/news1 credit

Google News results

Working example
Parameters

Search query (the keywords you'd type into Google).

UI/results language as an ISO-639 code (Google `hl`), e.g. en, es, de, fr.

Country bias as a 2-letter ISO-3166 code (Google `gl`), e.g. us, gb, de.

Restrict results by recency (Google qdr:). Single-letter forms (h/d/w/m/y) are also accepted; an unrecognized value is ignored.

Explicit result offset for a single page (0=first page, 10=second, ...). Overrides num (fetches just that one page). (0–)

1-based page number (alternative to start; page 2 = start 10). Overrides num (fetches just that one page). (1–)

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

Hit Send to run this endpoint live.