content_scrape
Scrape any URL to extract page content, headings, and structure, supporting content audits and SEO analysis.
Instructions
Scrape a web page and extract its content, headings, and structure.
Args:
url: Full URL to scrape (e.g. "https://example.com/blog/post")
include_metadata: Include meta tags and OpenGraph data (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| config | No | ||
| include_metadata | No |