read_url
Fetch one or more article URLs and extract clean, readable Markdown with title, author, date, and body from exact pages you already have.
Instructions
Fetch one or more article/blog/news URLs and return clean, readable article text as Markdown (title, author, date, body). Use this instead of web_search when you already have the exact URL to read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | A single article URL to extract, e.g. https://blog.apify.com/some-post/. | |
| urls | No | Multiple article URLs to extract in one call. Overrides `url` when non-empty. | |
| outputFormat | No | Which body format(s) to return. Markdown is smallest and best for LLM use. | markdown |
| includeImages | No | Include the main image and image list; turn off for a smaller, text-only result. |