← Back to BrandedBridge
API DOCUMENTATION

BrandedBridge API

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.

Quick start

curl "https://brandedbridge.com/api/search?q=landscaping+houston"

Integration options

MethodBest forEndpoint
REST APIAny application/api/search
MCP ServerClaude, AI agents/api/mcp
GPT ActionsChatGPT plugins/api/openai-spec
Direct feedData pipelines/api/public/{slug}?format=json
SitemapWeb crawlers/api/sitemap.xml

Endpoints

Search brands

GET /api/search

Full-text search across all verified brands. Returns ranked results with structured data.

q*stringSearch query
industrystringFilter by industry
price_rangestringBudget / Value, Mid-Range, Premium, Luxury / Enterprise
locationstringGeographic filter
limitintegerMax results (default 10, max 50)
GET /api/search?q=premium+landscaping&location=houston&limit=3

Get brand data

GET /api/public/{slug}

Returns complete structured data for a specific brand.

slug*stringBrand URL slug (path parameter)
formatstring"json" for raw data, omit for HTML page
GET /api/public/sunrise-landscaping?format=json

MCP Server

POST /api/mcp

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"
}

OpenAI GPT Actions

GET /api/openai-spec

OpenAPI 3.1 specification for ChatGPT GPT Actions integration.

AI Plugin manifest

GET /.well-known/ai-plugin.json

Standard AI plugin discovery manifest.

Response format

All JSON responses follow this structure:

{
  "results": [...],
  "total_results": 5,
  "meta": {
    "source": "brandedbridge.com",
    "api_version": "1.0",
    "timestamp": "2026-03-21T00:00:00Z"
  }
}

Rate limits

TierRequests/minRequests/day
Public (no key)301,000
Registered12010,000
EnterpriseUnlimitedUnlimited

Questions?

Email api@brandedbridge.com or visit brandedbridge.com.

© 2026 BrandedBridge — The AI Visibility Platform