Integrate BrandedBridge into your AI agent, search engine, or application. All public endpoints are free, require no authentication, and return structured brand data optimized for AI consumption.
curl "https://brandedbridge.com/api/search?q=landscaping+houston"
| Method | Best for | Endpoint |
|---|---|---|
| REST API | Any application | /api/search |
| MCP Server | Claude, AI agents | /api/mcp |
| GPT Actions | ChatGPT plugins | /api/openai-spec |
| Direct feed | Data pipelines | /api/public/{slug}?format=json |
| Sitemap | Web crawlers | /api/sitemap.xml |
Full-text search across all verified brands. Returns ranked results with structured data.
GET /api/search?q=premium+landscaping&location=houston&limit=3
Returns complete structured data for a specific brand.
GET /api/public/sunrise-landscaping?format=json
Model Context Protocol server for direct AI agent integration. Supports tools: search_brands, get_brand, compare_brands, get_recommendations.
Connect your AI agent to BrandedBridge via MCP:
{
"type": "url",
"url": "https://brandedbridge.com/api/mcp/sse",
"name": "brandedbridge"
}
OpenAPI 3.1 specification for ChatGPT GPT Actions integration.
Standard AI plugin discovery manifest.
All JSON responses follow this structure:
{
"results": [...],
"total_results": 5,
"meta": {
"source": "brandedbridge.com",
"api_version": "1.0",
"timestamp": "2026-03-21T00:00:00Z"
}
}
| Tier | Requests/min | Requests/day |
|---|---|---|
| Public (no key) | 30 | 1,000 |
| Registered | 120 | 10,000 |
| Enterprise | Unlimited | Unlimited |
Email api@brandedbridge.com or visit brandedbridge.com.