Scrapes the content of a web page and returns it as a string.
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | url | str | The url of the web page to scrape. |
| No | convertToMarkdown | bool | Whether content should be converted to markdown. |
| KEY | TYPE | DESCRIPTION | ||||||
|---|---|---|---|---|---|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error | ||||||
| result | WebPageResponse |
|