scrape_webpage
Scrape a webpage and retrieve its content in markdown, HTML, text, or JSON format. Pay per call using USDC on Base.
Instructions
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_for | No | CSS selector to wait for before extracting | |
| wait_ms | No | Milliseconds to wait after page load (max 10000) | |
| viewport | No | Viewport size (default: desktop) |