Log in
^__^ (oo)\_______ (__)\ )\/\ ||----w | || ||

Graze

Fetch one page fast, or crawl a site when you need depth.

Quick copy URL

Recent requests

id created_at type mode renderer url status http_status duration_ms history
Save an API key in this browser to load recent requests.

Endpoints

methodpathpurpose
GET/page?url=<url>&mode=html|metadata|markdown|screenshotfetch one page
GET/crawl?url=<url>&max_pages=25&max_depth=2&page_mode=metadatafollow links

Parameters

/page
Parameter Type Description
key required API key for authentication.
url required URL of the page to fetch.
mode optional · metadata Output format: html, metadata, markdown, or screenshot.
/crawl
Parameter Type Description
key required API key for authentication.
url required Start URL for the crawl.
max_pages optional · 25 Maximum pages to crawl.
max_depth optional · 2 Maximum crawl depth.
same_origin optional · true Restrict to same origin.
include optional Repeated regex filter for allowed URLs.
exclude optional Repeated regex filter for blocked URLs.
strategy optional · bfs Crawl strategy.
delay_ms optional · 0 Delay between page fetches.
page_mode optional · metadata Output format per page.
include_start optional · true Include the start URL in results.