Read a URL as markdown
extract_urlFetch one or more URLs and return their main content as clean markdown, with navigation, ads and boilerplate removed. Pass a query to get only the passages of each page relevant to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to read. | |
| query | No | Optional. Trims each page to its relevant passages. | |
| format | No | markdown |