web_scrape
Scrape any URL to extract clean markdown text by removing HTML tags. Requires a valid API key for paid usage.
Instructions
Scrape a URL and return clean markdown text. PAID-ONLY: requires a valid x-api-key.
Fetches the URL content, strips HTML tags (scripts, styles, nav, etc.),
converts headings and paragraphs to markdown format, and returns the clean text.
Has a 5-second timeout. Only works with a valid API key (paid tier).
Parameters:
url — The full URL to scrape (e.g. 'https://example.com/page').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |