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/videos1 credit

Google Videos results

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.

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/videos \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.