scrape_webpage
Scrape any webpage and return content as markdown, html, text, or json. Pay-per-call web scraping for AI agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to scrape (http or https) | |
| format | No | Output format (default: markdown) | |
| wait_ms | No | Milliseconds to wait after page load (max 10000) | |
| viewport | No | Viewport size (default: desktop) | |
| wait_for | No | CSS selector to wait for before extracting |