fetch_webpage_pro
Fetch webpage with full JavaScript rendering. Use for SPAs and dynamic content. Price: $0.006
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| timeout | No | Request timeout in ms (default 15000) | |
| waitFor | No | CSS selector to wait for before capturing content (e.g. ".content") |