curl -X GET "https://api.getvexi.dev/v1/search" \
-H "Authorization: Bearer $VEXI_KEY" \
-d '{
"query": "scheduling software",
"location": "San Francisco",
"limit": 1
}'One API call returns a complete Agent Business Object — 200ms from cache, ~30s for new businesses — so your agents stop parsing HTML and start making decisions.
Claim 500 credits for free. No credit card needed.
One endpoint. Predictable shape. Cached, confidence-scored, agent-ready.
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 response. Full ABO includes 40+ structured fields across 8 sections.
Search APIs find URLs. Crawlers clean HTML. LLMs extract text. None of them give your agent structured, cached, confidence-scored business data.
completeness_score, confidence, data_freshness and missing_fields. No more silent failures.This is what business data built for agents looks like.
Search by intent, category, or location in natural language. No URLs required. Your agent asks — Vexi finds.
search_businesses({
query: "CRM for startups",
location: "Brazil"
})If the business is in the cache, you get a complete ABO in 200ms. If not, Vexi crawls it automatically and returns when ready.
← cache hit: 187ms
← crawling: ~30sThe ABO contains everything your agent needs — structured data, confidence scores, and executable actions. No parsing. No guessing. No post-processing.
actions[0].url → "https://cal.com/sales"No pipelines to build. No schemas to maintain. No parsers to fix.
Query by intent, not by URL. Your agent describes what it needs — Vexi finds the right businesses.
Every ABO includes ready-to-use action URLs. Your agent doesn't just find businesses — it knows exactly what to do next.
Every query enriches the database for everyone. The more agents use Vexi, the better it gets — automatically.
Connect once. Your agent discovers and uses Vexi tools automatically — no integration code required.
Tell Vexi which fields your agent needs. If they're missing, Vexi fetches them before returning. Your agent always gets what it asked for.
Stale ABOs are automatically re-crawled. No cache invalidation to manage. No outdated data silently breaking your agent.
REST API or native MCP — your choice.
No seat fees. No feature gating. You pay for what you use.
For developers exploring Vexi
Full access to the API, MCP server, and complete ABO schema. Everything you need to build and test your agent.
Get started freeNo credit card required
For agents in production
Everything in Free, plus priority on-demand crawl and usage analytics. Built for agents running in production.
Start buildingCancel anytime
For platforms and products
Everything in Starter. For teams building products on top of Vexi or running high-volume agent workloads.
Start growingNeed more? Contact us for Enterprise.
Need more than 20,000 credits? Contact us about an Enterprise plan.
The businesses that get structured first will be the ones agents recommend. Start with 500 free credits — no credit card, no setup, no pipelines to build.
Takes 30 seconds. Works with LangChain, CrewAI, Claude, and any MCP-compatible agent.