C
$0.02
per call · USD Coin on Base
Pull named fields out of unstructured text as strict JSON. You name the fields, you get an object back.
Endpoint
GET https://loonie-toll.onrender.com/extract2
Calls / 30d
1
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://loonie-toll.onrender.com/extract", {
method: "GET",
});
const data = await res.json();cURL
curl -X GET \
"https://loonie-toll.onrender.com/extract?fields=invoice_number%2Cvendor%2Camount%2Cdue_date%2Ccontact_email&text=Invoice+4471+from+Acme+Corp+for+%242%2C150.00%2C+due+2026-09-15.+Contact+billing%40acme.example." \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"disclaimer": "Generated by a small local language model. Advisory only — it can be wrong, and it is not a substitute for review on anything consequential.",
"fields": {
"amount": 2150,
"contact_email": "billing@acme.example",
"due_date": "2026-09-15",
"invoice_number": "4471",
"vendor": "Acme Corp"
},
"found": 5,
"model": "openai/gpt-oss-120b",
"requested": 5,
"source": "local model",
"verdict": "COMPLETE"
}Payment details
Pay to
0xb531320805c5bed1d46aeadcf4f008fdf172dbdaAsset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase, Solana, Arbitrum, Polygon
Schemesexact
Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from ClearCheck & similar services
C
ClearCheck · Quakes
loonie-toll.onrender.com
Recent earthquakes near a point: count, strongest, closest, and whether anything was significant enough to matter.
GETBaseData & Enrichment
$0.002 / call9 calls / 30d
C
ClearCheck · Carrier
loonie-toll.onrender.com
US motor carrier safety verdict by USDOT: authority, out-of-service, rating, crashes. Unverified raw FMCSA data, ~24h old.
GETBaseData & Enrichment
$0.02 / call5 calls / 30d
C
ClearCheck · Campaign
loonie-toll.onrender.com
Federal campaign finance profile: who a candidate is, what they raised and spent, and what is left in the bank.
GETBaseData & Enrichment
$0.01 / call2 calls / 30d