Crawl
Vexi crawls public business websites and extracts meaningful business information.
search_businesses({
query: "CRM for startups",
location: "Brazil"
})Give your AI agents structured, confidence-scored business data — via REST API or MCP. One call returns a complete Agent Business Object (ABO) with identity, offerings, trust signals, and 40+ normalized fields.
Claim 500 credits for free. No credit card needed.
Unstructured pages, buried facts, and layout noise — not a reliable business record.
Structured Agent Business Objects optimized for machine retrieval — one format, every business.
completeness_score, confidence, and missing_fields make gaps explicit.The business web, compiled for agent retrieval.
Vexi crawls public business websites and extracts meaningful business information.
search_businesses({
query: "CRM for startups",
location: "Brazil"
})Raw content is normalized into an Agent Business Object (ABO) — a standardized business schema optimized for machine retrieval.
← cache hit: 187ms
← crawling: ~30sAgents access structured business intelligence through API and MCP-native retrieval.
actions[0].url → "https://cal.com/sales"Developers integrate Vexi once and gain access to structured business intelligence normalized for AI systems.
curl -X GET "https://api.getvexi.dev/v1/search" \
-H "Authorization: Bearer $VEXI_KEY" \
-d '{
"query": "scheduling software",
"location": "San Francisco",
"limit": 1
}'{
"results": [{
"name": "Cal.com",
"business_type": "saas",
"description_short": "Open-source scheduling infrastructure for everyone.",
"offerings": {
"services": [
{ "name": "Team Scheduling", "category": "Scheduling" },
{ "name": "Enterprise SSO", "category": "Security" }
],
"pricing": {
"model": "freemium",
"starting_from": "$12/month",
"free_tier": true
}
},
"contact": {
"website": "https://cal.com",
"email": "support@cal.com",
"linkedin": "https://linkedin.com/company/calcom"
},
"trust": {
"differentiators": [
"Open source with 30k+ GitHub stars",
"Self-hostable — full data control"
],
"ratings": [{ "platform": "G2", "score": "4.7/5" }]
},
"agent_interface": {
"actions": [
{ "name": "Book a demo", "url": "https://cal.com/sales", "method": "link" },
{ "name": "Start free trial", "url": "https://app.cal.com/signup", "method": "link" }
],
"intents_matched": [
"schedule a meeting", "book a demo", "find scheduling software"
],
"tags": ["scheduling", "open-source", "saas"]
},
"quality": {
"completeness_score": 94,
"confidence": "high",
"data_freshness": "fresh"
}
}],
"total_ready": 1,
"source": "intelligent_search",
"meta": { "wait_time_ms": 187 }
}↑ Truncated ABO response. Full Agent Business Object includes 40+ normalized fields across 8 sections.
Schema, access, and quality signals in one layer — so agents retrieve business facts, not HTML.
Every business is returned as an ABO — a standardized schema your agents can rely on, every time.
Agents can access the Vexi network as native tools through MCP-compatible frameworks.
New agent queries automatically expand the network through real-time crawling and normalization.
Structured business objects reduce parsing overhead and improve agent reliability.
Every business object includes quality and confidence signals so agents can reason on reliable data instead of raw extraction.
One consistent object format across SaaS, local businesses, marketplaces, and global enterprises.
REST API or native MCP — your choice.
Structured business intelligence for autonomous systems and developer platforms.