Read a web page
steel_scrapeRead any web page as markdown or HTML using a real browser, handling JavaScript-rendered and anti-bot sites. Returns page content, links, and metadata without starting a session.
Instructions
Read a web page as markdown or HTML through a real browser, so JavaScript-rendered pages and sites that block plain HTTP fetches still work. Starts no browser session, so there is nothing to release afterwards. Always returns the page links and metadata alongside the content. Use this first for anything you only need to read; reach for steel_session_create only when you need to click, type or move through several pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page to read. | |
| cursor | No | Cursor from a previous truncated response, to continue reading where it stopped. | |
| format | No | Formats to return. Each extra format repeats the page inside the shared budget. | |
| delay_ms | No | Wait this long after load. | |
| use_proxy | No | Route through a Steel-managed residential proxy. Needs a verified paid balance. | |
| max_tokens | No | Cap on the text returned, in tokens. Defaults to 8000. |