Crawl any website, then search it by meaning — not just keywords.
Enter the site’s address. It reads sitemap.xml if there is one,
otherwise it follows links from the homepage.
Ask a question the way a visitor would. The words need not appear on the page.
Call the API and render results with your own markup. Every highlighted
field ships twice — plain text, and <mark> HTML — so you never
have to parse or trust server HTML.
Browsers are checked against each site's allowedOrigins, which defaults
to the crawled domain. To call it from another origin, add it in
sites.config.json — or set ["*"] to allow any.