The playground
Try any of 865 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/seeking-alpha/v1/screener3 credits
A screener's definition: filter criteria + result count + preview tickers (id from the `screeners` list). NOTE: the full result set is SA-login-gated (R2) — only a preview is public.
Working example
Parameters
Screener id from the `screeners` list (e.g. 96793482-Top-Value-Stocks → 96793482).
request preview
curl -X POST https://api.reefapi.com/seeking-alpha/v1/screener \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"id":"96793482"}'Hit Send to run this endpoint live.