OpenGraph & Metadata Extractor
Use when an agent needs to retrieve semantic details or logo URLs of a web page.
Call
POST https://codepulse-api.hahavoid0.workers.dev/web/metadata
{
"url": "https://example.com"
}AgentCash command
npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/web/metadata -m POST -b '{"url":"https://example.com"}'Not for
Do not use for downloading the entire page text content.