Developer API
Build on Australian business intelligence.
Programmatic access to 1.5M+ businesses. Search, match, enrich, and integrate prospect intelligence into any application.
API Capabilities
Everything you need to integrate
RESTful endpoints with JSON responses, scoped API keys, and rate limits designed for production workloads.
Business Search
Full-text and semantic search across 1.5M+ Australian businesses. Filter by category, city, region, and rating.
ICP Matching
Define your ideal customer profile and get AI-ranked matches with confidence scores and plain-language explanations.
Deep Enrichment
Crawl and analyse any business website. Extract structured intelligence on products, services, and market position.
Bulk Operations
Export matches as CSV, batch-calculate fit scores, and queue crawls programmatically for pipeline automation.
Webhooks
Get notified when crawls complete or new matches appear. Push enrichment data directly to your CRM or data warehouse.
Scoped API Keys
Granular permissions per key: read/write access to businesses, ICPs, crawls, and prospects. Rotate keys without downtime.
Quick Start
Three lines to your first result
Simple REST calls. No SDK required. Get started with curl, then integrate into any language or framework.
Search 1.5M+ businesses
Full-text search with filters for category, city, region, and rating. Semantic search available for natural language queries like “SaaS companies with strong growth signals.”
curl -s https://api.boosta.so/api/businesses/search \
-H "Authorization: Bearer bst_your_api_key" \
-G -d "q=digital+marketing+agencies" \
-d "city=Sydney" \
-d "limit=10"
# Response
{
"businesses": [
{
"id": "clx9k...",
"title": "Horizon Digital Agency",
"category": "Digital Marketing",
"city": "Sydney",
"region": "NSW",
"rating": 4.8,
"profileSummary": "Full-service digital agency..."
}
],
"total": 847,
"page": 1
}AI-ranked prospect matches
Define your ideal customer profile once. The API returns ranked matches with confidence scores and plain-language explanations of why each business fits.
curl -s https://api.boosta.so/api/icps/icp_abc123/matches \
-H "Authorization: Bearer bst_your_api_key"
# Response
{
"matches": [
{
"business": { "title": "Peak Consulting", ... },
"score": 94,
"confidence": "high",
"reasons": [
"Strong alignment with target industry",
"Company size matches ICP criteria",
"Active online presence indicates growth"
]
}
]
}Prospect from your terminal
Boosta ships a Claude Code skill that gives AI agents direct access to the full API. Search for prospects, check match scores, and pull enrichment data — all through natural language in your terminal.
- Natural language queries against 1.5M+ businesses
- ICP matching and scoring in conversational flow
- Deep enrichment data without leaving your editor
- Downloadable skill file — install in seconds
# In your terminal with Claude Code:
> Search for SaaS companies in Melbourne with
strong online presence
# Claude uses the Boosta skill to:
# 1. Search the business database
# 2. Filter by your ICP criteria
# 3. Return ranked matches with intelligence
Found 12 matches. Top 3:
1. CloudBridge Solutions (Score: 94)
"Cloud infrastructure SaaS, 45 employees..."
2. DataFlow Analytics (Score: 91)
"Analytics platform, Series A funded..."Use Cases
What teams build with Boosta
CRM Integration
Enrich your CRM contacts with Boosta intelligence. Match incoming leads against your ICP automatically and route high-score prospects to the right rep.
Custom Dashboards
Build internal tools that surface prospect intelligence alongside your own data. Embed search, match scores, and enrichment into your existing workflows.
Automated Lead Routing
Score and route inbound leads in real time. Use ICP match scores to prioritise follow-up and assign territories based on fit.
AI Agent Integration
Give your AI agents access to real business intelligence. Power conversational prospecting, automated research, and intelligent outreach at scale.
Simple, secure authentication
Generate scoped API keys from your dashboard. Each key has granular permissions — read or write access to businesses, ICPs, crawls, and prospects. Rotate keys instantly without breaking existing integrations.
Scoped Keys
Fine-grained read/write permissions per resource
Rate Limits
60 req/min for search, 10 req/min for crawls
REST + JSON
Standard REST API with JSON responses. No SDK required.
Stop guessing. Start closing.
See your first AI-matched prospects in under 15 minutes. Free to start, no credit card required.