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/seo-toolkit/v1/serp_competitors2 credits
Top domains ranking for a keyword (best position + appearances)
Parameters
The search keyword to rank/analyze.
Country bias as a 2-letter ISO-3166 code (e.g. us, gb, de).
UI/results language as an ISO-639 code (e.g. en, es, de).
How many SERP results to aggregate competitors from (10-100; clamped). (10–100)
request preview
curl -X POST https://api.reefapi.com/seo-toolkit/v1/serp_competitors \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.