The playground

Try any of 919 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/web-extract/v1/map2 credits

Discover a site's URL surface: robots.txt + sitemap.xml(+index) + homepage internal links → deduped URL list with per-URL page-type hints (home/pricing/docs/blog/product/legal/contact/about). Firecrawl /map parity + page-type classification (our edge).

Working example
Parameters

The page URL to extract. Full URL or bare domain (https:// assumed). Only http/https; private/internal/metadata targets are SSRF-blocked.

Order/filter discovered links by this substring (Firecrawl /map search parity); matched URLs rank first.

Max links to return (1-1000, default 200). (1–1000)

Include subdomain URLs found in sitemaps (default false).

request preview
curl -X POST https://api.reefapi.com/web-extract/v1/map \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"url":"https://stripe.com","limit":"50"}'

Hit Send to run this endpoint live.