read_url
Extract and convert web page content into clean, readable markdown format for articles, blogs, or documentation. Analyze text, bypass paywalls, or retrieve structured data with optional hyperlink and image extraction.
Instructions
Extract and convert web page content to clean, readable markdown format. Perfect for reading articles, documentation, blog posts, or any web content. Use this when you need to analyze text content from websites, bypass paywalls, or get structured data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The complete URL of the webpage or PDF file to read and convert (e.g., 'https://example.com/article') | |
withAllImages | No | Set to true to extract and return all images found on the page as structured data | |
withAllLinks | No | Set to true to extract and return all hyperlinks found on the page as structured data |