web_scrape
Scrape any URL to retrieve clean markdown text. Requires a valid API key for paid access.
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 |