scrape_page
Extract content from a single webpage using a private headless browser, returning only the main content by default to simplify data collection.
Instructions
Extract content from a single webpage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Webpage URL to scrape | |
| onlyMainContent | No | Extract only main content |