web_extract
Extract clean readable text and metadata from a public webpage as structured JSON. Costs $0.005 (USDC via x402).
Parameters
| url | string | required | Public webpage URL |
Raw schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Public webpage URL"
}
},
"required": [
"url"
]
}