Product data for agents
Plinth reads it for them. One call turns a URL, a barcode, or a fuzzy name into a typed product object. Confidence per field, cost stamped in the response, payable by an agent.
§00 · thesis
You're writing the buy-flow for an agent. You don't want to maintain a JSON-LD parser, a headless Chrome fleet, a barcode lookup, and a price cache. You want one call that returns the same shape every time.
Discover the MCP server, call read_product, pay per call in USDC over x402. No account. No key rotation. The cost is in the response so you can decide whether to keep going.
§01 · tools
Not endpoints. The shape of the call matches the shape of the problem.
§02 · vs the field
Diffbot has the data. Firecrawl has the render. Neither was built for an agent to call and pay on its own.
| Capability | Plinth | Diffbot | Zyte | Firecrawl + LLM | DIY |
|---|---|---|---|---|---|
| Typed product object | yes | yes | yes | you write the schema | you write the schema |
| Confidence per field | yes | no | no | no | you score it |
| Cost stamped in response | yes | no | no | no | best guess |
| MCP server | yes | no | no | no | you build it |
| x402 micropayments | yes | no | no | no | no |
| Fuzzy name resolve | yes | partial | partial | you glue it | you glue it |
| Price as a band + as_of | yes | single | single | single | single |
§03 · pricing
Devs pay with a key, metered through Stripe. Agents pay with USDC on Base via x402.
§04 · surfaces
Same core, two surfaces. Devs hold a key. Agents discover the server and pay per call.
curl -X POST https://onplinth.io/api/v1/read_product \
-H "authorization: Bearer plk_…" \
-d '{ "gtin": "8076800195057" }'https://onplinth.io/api/mcp
tool: read_product
pay: USDC on Base Sepolia
→ { …object, cost_usd: 0.008 }§05 · FAQ
JSON-LD and OpenGraph first, headless render fallback, barcode databases for GTIN. The source method is on every response.
Because product pages lie. We tell you how sure we are per field and overall. You decide the threshold.
Price is a band with an as_of timestamp and a source count. We do not present a single live number as truth.
An open micropayment standard. Agents pay per call in USDC on Base. No signup, no key rotation.
Diffbot returns a typed object. It does not score confidence per field, does not stamp cost in the response, and has no MCP server or x402 surface. An agent cannot discover it and pay on its own.
You can. You also own the schema, the cache policy, the confidence rubric, the price-band semantics, the barcode merge, the MCP server, and the x402 settlement. Plinth is that work, finished, behind one call.
Yes. File here. We honor it within 24h.
Early access
Sign in with a magic link, create a key, and make your first call. Free to start, no card required.