URL Metadata Fetcher
Fetches a page and extracts title, description, og tags, and canonical URL in a stateless request.
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 |
Outputs
| Name | Type | Description |
|---|---|---|
title | text | Title |
description | text | Description |
canonical_url | any | Canonical url |
open_graph | any | Open graph |
work | array | Work |
Sample request
{
"url": "https://example.com"
}