scrape_web
Fetch web page content and convert it to markdown for documentation search. Works with any HTTP or HTTPS URL.
Instructions
Scrape the content of a web page using Jina Reader.
This tool fetches the content of any web page and returns it in markdown format using the Jina Reader service.
Args: url: The URL of the web page to scrape (must be http or https).
Returns: The content of the web page in markdown format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |