scrape_url
Convert any public URL to clean markdown with reliable scraping. Features idempotency, fallback, and refund on failure.
Instructions
Scrape a URL and return its markdown content. Paid via Toolgate — includes idempotency, fallback, and refund on failure. [Pricing: $0.1/call] [Has free basic mode]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to scrape (must be a public http/https URL). | |
| requestId | No | Optional stable idempotency key. Re-using the same requestId returns the cached result without a new charge. |