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.
Google Shopping results — shopping-filtered results + best-effort $price hint (no structured PLA grid in lite SERP)
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.
Number of organic results to auto-paginate up to (1-100, ~10 per page). Mutually exclusive with start/page (those request a single explicit page). (1–100)
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–)
curl -X POST https://api.reefapi.com/google-search/v1/shopping \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"q":"nike air max"}'Hit Send to run this endpoint live.