fetch_webpage
Fetch and convert a webpage to clean markdown. Fast, no JavaScript rendering. Price: $0.002
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| cache | No | Serve from cache when available (default true; cached responses cost 70% less) | |
| timeout | No | Request timeout in ms (default 10000) | |
| cacheTtl | No | Cache TTL in seconds (default 3600) |