Scrape a web page (HTML + links + metadata)
scrape_pageFetch a public http/https URL and return its rendered HTML, the links on the page, and page metadata (title/description/OpenGraph/canonical/favicon) — in one render. For clean Markdown use read_url instead. Private/internal hosts are blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The http/https URL to scrape. | |
| formats | No | Which representations to return (default: all three). |