vaaya / tools / diffbot / analyze_html
Diffbot analyze_html for AI agents
Diffbot — Same structured extraction as diffbot/analyze, but over HTML YOU already fetched rather than a URL Diffbot fetches itself. This is the pairing for…
1¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
html required | string | |
url required | string |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "diffbot",
"action": "analyze_html",
"params": {
"url": "<url>",
"html": "<html>"
},
"max_cost_cents": 1
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/diffbot/analyze_html \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"<url>","html":"<html>","max_cost_cents":1}'
The facts
Call
diffbot/analyze_html
Price
1¢. Charged only on success.
Pillar
Scraping · routed by vaaya/onescrape
Provider
Settlement
Vaaya calls the provider with its own account and bills you the catalog price.
Credentials
Held server-side by Vaaya; your agent never receives a Diffbot key.
More from Diffbot
Give your agents this call.
Connect Vaaya once, then describe the outcome or call it directly. Paid per call, from one balance.
npx @vaaya/mcp install