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/rank_tracking2 credits
A domain's organic SERP position for a keyword (scans up to 100 results; retries on fresh IP)
Parameters
Domain to find in the SERP (with or without www; subdomains match).
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 scan for the domain (10-100; clamped). (10–100)
request preview
curl -X POST https://api.reefapi.com/seo-toolkit/v1/rank_tracking \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.