Infrastructure for developers and AI agents to detect real price changes and stock events — without scraping.
const Webintel = require('webintel'); const client = new Webintel('wi_your_key'); // Subscribe to changes await client.subscribe({ url: 'https://shop.com/product', events: ['price_drop', 'back_in_stock'], webhook_url: 'https://yourapp.com/hook' });
// Your webhook receives: { "event": "price_drop", "monitor_id": "monitor_abc", "url": "https://shop.com/product", "data": { "old_price": 120, "new_price": 95 }, "timestamp": "2026-05-01T10:00:00Z" }
Add Webintel to Claude, Cursor, or any MCP-compatible tool in seconds.
Your AI can subscribe to monitors, record signals, and manage everything automatically — no code needed.
Agents detect changes, record signals, fire webhooks — the entire pipeline runs itself.
{
"mcpServers": {
"webintel": {
"command": "npx",
"args": ["-y", "@adela_c/webintel-mcp"]
}
}
}
Your system or AI agent notices a price or stock change on a product page.
Call /signals/record with the event. Webintel bills $0.003 and fires your webhook instantly.
Your webhook receives a clean structured event. Trigger repricing, alerts, or AI workflows.
Get your API key instantly. Pay only for signals you use.
Get your free API key →