vaaya / discover / structured scrape
Extract typed fields from pages — prices, specs, contacts — to a schema you name, instead of raw HTML.
from 1¢
Connect Vaaya, then just say it in plain language. For example:
❯Extract name, price and features from these 5 pricing pages.
❯Pull the spec table from these product pages as JSON.
{
"data": [
{ "name": "Starter", "price": "$29/mo", "features": ["5 seats", "Email support"] },
{ "name": "Growth", "price": "$99/mo", "features": ["25 seats", "Priority support"] }
]
}
from ~1¢ per page extracted. Billed per call in cents, capped by your max, every call on the ledger. Failed calls are not billed.
Connect Vaaya once, then describe the outcome. It picks the right capability, runs it, and pays per call.
npx @vaaya/mcp install