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.
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).
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).
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.