Brandsearch API Documentation
Access brand data, ad creatives across Meta, TikTok, and Instagram, and product catalogs programmatically.
GET/v1/brands/discover
{
"data": [
{
"id": "allbirds.com",
"name": "Allbirds",
"niche": "Footwear",
"country_code": "US",
"monthly_visits": 1247000,
"product_count": 312,
"last_meta_active_count": 47,
"eu_total_spend": 184500,
"avg_price_usd": 98.50
},
{ ... }
],
"count": 10
}For AI tools
Connect over MCP
Plug Brandsearch into your AI assistant. Sign in once and ask in plain English — no API key, no code. Pick yours:
For any AI
Paste the docs URL into the chat
Drop one URL into Claude, ChatGPT, Gemini, Perplexity — any AI that reads URLs — and it learns the entire API surface. No MCP setup, no connector. Pair it with your API key and the AI calls the endpoints itself.
Full reference (recommended)
https://docs.brandsearch.co/llms-full.txtSlim overview
https://docs.brandsearch.co/llms.txtFollows the llmstxt.org convention. The full file mirrors every endpoint and field documented here.
For your code
Call the API
HTTP endpoints for brands, ads, and products. JSON in, JSON out — works from any language. Send your key in the X-API-Key header.
cURL
curl https://api.brandsearch.co/v1/brands/discover \ -H "X-API-Key: bsk_your_api_key"