An open standard for AI-first websites. Define how agents discover and interact with web capabilities using familiar SQL-like syntax. Stop scraping. Start standardizing.
The web needs to evolve beyond HTML scraping. Websites should natively expose their capabilities to AI agents through standardized interfaces.
IntentQL defines how this future works.
// Current state: Brittle HTML scraping
const searchButton = await page.waitForSelector('#search-btn-maybe-this-class');
await searchButton.click();
// Breaks when site updates 💥
-- The IntentQL way: Clean, declarative, future-proof
SELECT name, price, rating
FROM amazon.products
WHERE category = 'laptops'
AND price < 1000
ORDER BY rating DESC;
IntentQL lets agents query websites like databases. Sites expose capabilities through agent.json files, agents express intent in SQL-like syntax.
Familiar syntax. Powerful results.
Users speak in plain English. AI translates to IntentQL. Websites respond with structured data.
The future of human-AI-web interaction.
Human: "Find me cheap Python books on Amazon"
AI Agent:
SELECT * FROM amazon.products
WHERE category = 'books'
AND subject = 'Python'
AND price < 30;
The infrastructure layer for the agentic web. Get ahead of the curve.
Define the protocol that will power the agentic web. Early implementers will have competitive advantage when AI agents go mainstream.
Natural language queries automatically convert to IntentQL. Perfect bridge between human intent and machine execution.
Leverages the world's most popular query language. Zero learning curve for millions of developers.
Query multiple websites in a single statement. Break down data silos with unified syntax.
Sites control what agents can access. No more cat-and-mouse games with scraping detection.
This isn't another scraping workaround. It's the foundational layer for how AI agents will interact with the web for the next decade.
Be part of defining how AI agents interact with websites. Shape the standard that will power the next decade of web-AI interaction.
Looking for visionary developers, design partners, and early implementers