[ Use cases ]
Four shapes of the same primitive.
Every one of these is the same engine and the same response shape. What changes is what you ask for and what it costs.
01
RAG pipelines
Ground a RAG index on content, not chrome.
Crawl a whole site on a schedule and pipe clean Markdown straight into your embeddings.
02
Agents
Give an agent the live web.
Search mid-conversation and get results that are already scraped, not a list of links to go and fetch.
03
Structured extraction
Type the untyped, with the receipts.
A JSON schema in, typed records out, and the passage each value was drawn from.
04
Brand data
Render any company from its domain.
Logos that work on light and dark, the real colours ranked by how the site uses them, fonts and socials.
[ Start ]
Whichever shape you need, it is one API.
One response shape across every endpoint, and a page is one credit whatever it took to fetch.