Fetch page HTML
fetch_pageFetch any URL and get cleaned, readable HTML by stripping scripts, styles, and attributes. Use it to analyze target pages, competitor pages, robots.txt, or sitemap.xml.
Instructions
Fetch a URL and return cleaned, readable HTML (scripts/styles/attributes stripped). Use for the target page, competitor pages, robots.txt, sitemap.xml, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch |