html $0.0005 / call
Main Text
Extract article text from supplied HTML.
html.main-text36 tools · HTTP + MCP discovery
Give your agent a dependable way to extract content, check product details and validate its inputs. Choose a small tool, get structured JSON, pay for the call.
From $0.0003 per call · $5 prepaid packs · No subscription
POST /v1/tools/html.jsonld
{
"html": "<script type=\"application/ld+json\">{\"@type\":\"Product\",\"name\":\"Cup\"}</script>"
}EXAMPLE RESULT
{
"items": [
{
"@type": "Product",
"name": "Cup"
}
],
"invalidBlocks": 0
}Actual handler output from the supplied example. No request is sent when you view this page.
Start with the job
Shopping agents
Compare unit prices, choose whole packs under supplied stock limits, and reconcile the resulting item subtotal with delivery costs.
Shopping data cleanup
Parse prices with an explicit locale, apply guarded JSON changes, and reconcile a supplied cart with exact arithmetic.
Shopping agents
Extract structured product information, validate retail identifiers and compare requested variants with an offer.
Price comparison
Extract declared product offers, compare compatible pack sizes with exact arithmetic, and reconcile a cart while keeping unknown shipping or tax visible.
Research workflows
Extract article text, source metadata and links, then split text into bounded chunks with source offsets.
Agent developers
Compare environment templates, find conflicting tool names and run bounded configuration heuristics.
Useful building blocks
html $0.0005 / call
Extract article text from supplied HTML.
html.main-textcontracts $0.0003 / call
Validate data using a bounded JSON Schema 2020-12 subset.
contracts.jsonschema-validatecommerce $0.0005 / call
Compare requested product attributes with an offered variant and list missing or mismatched fields.
commerce.variant-compareagents $0.0005 / call
Compare environment-variable names against a template; never returns assignment values.
agents.env-template-checksecurity $0.0005 / call
Replace detected credential patterns with redaction markers.
security.secret-redactdata $0.0005 / call
Compare JSON structures and return bounded changes at JSON Pointer paths.
data.json-diffMade for bounded jobs
Each tool has a version, input and output schemas, an example, and a price. Most work on content your agent supplies. Network tools are restricted to approved hosts; they are not a general web browser.
Security checks use stated heuristics. Schema checks cover the documented subset. Browse the actual contracts before integrating.
Inspect the catalog ↗A small first step
Review its example and price, then create an API key and save your recovery key. Add $5 in service credits through Stripe and call the API from your agent.