Overview
URL meta tag extractor / OpenGraph parser / Twitter Card scraper / page title fetcher / link preview generator / favicon finder / OG image / canonical URL extractor / HTML meta scraper. Parse any public webpage and extract structured meta: title, description, keywords, canonical, favicon, language, OpenGraph (og:*) full set, Twitter Card. For AI agents, link preview, SEO audits, content discovery, bookmarking pipelines.
Protocol
x402
Price
$0.0022
Payment Asset
USD Coin
Payment Network
Base
Category
media/images
Provider
x402node
Indexed
2026-05-20 06:46:04
Health
Status
healthy
Latency (p50)
433ms
Uptime (30d)
100.0%
Reliability Score
95/100
Last Checked
2026-05-27 21:57:56
Last Healthy
2026-05-27 21:57:56
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"url": "Full URL to parse, including https:// scheme. Must return HTML (max 1MB)."
},
"type": "http"
}
Output Schema
{
"properties": {
"canonical": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"favicon": {
"type": [
"string",
"null"
]
},
"finalUrl": {
"type": "string"
},
"keywords": {
"type": [
"string",
"null"
]
},
"lang": {
"type": [
"string",
"null"
]
},
"og": {
"properties": {
"description": {
"type": [
"string",
"null"
]
},
"image": {
"type": [
"string",
"null"
]
},
"siteName": {
"type": [
"string",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"type": {
"type": [
"string",
"null"
]
},
"url": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"title": {
"type": [
"string",
"null"
]
},
"twitter": {
"properties": {
"card": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"image": {
"type": [
"string",
"null"
]
},
"site": {
"type": [
"string",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"url": {
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}