URL Content Fetcher
Fetches a URL and returns HTML, stripped text, headers, and status without storing request state.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
url | url | Yes | Url |
max_chars | integer | Yes | Max chars |
Outputs
| Name | Type | Description |
|---|---|---|
status | integer | Status |
final_url | url | Final url |
text | text | Text |
headers | any | Headers |
html | any | Html |
work | array | Work |
Sample request
{
"url": "https://example.com",
"max_chars": 2000
}