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

MCP guide →

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.txt

Slim overview

https://docs.brandsearch.co/llms.txt

Follows the llmstxt.org convention. The full file mirrors every endpoint and field documented here.

For your code

Call the API

Authentication →

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"

Guides

Authentication

Learn how to authenticate your API requests using API keys.

Read more

Pagination

Understand how to work with paginated responses.

Read more

Rate Limiting

Learn about rate limits, quotas, and how to handle them.

Read more

Errors

Read about the different error codes and types returned by the API.

Read more

Resources

Brands

Search and retrieve e-commerce brand data including traffic, social presence, ad activity, and products.

Ads

Get ad creatives and social posts for any brand across Meta, TikTok, and Instagram.

Products

Retrieve product catalogs for any brand, including bestsellers and latest additions.

Lookup

Resolve brand names, domains, or social handles to a Brandsearch brand record.

Swipe

Access saved folders, boards, and tracked brands from your Swipe workspace.

MCP

Connect Brandsearch to Claude, ChatGPT, Cursor, and any other AI tool that speaks MCP.

Facets

Canonical reference values for niches, country codes, currencies, apps, and technologies.

Account & Usage

Inspect the current API key, monthly and daily quotas, and remaining requests.

System

Check data freshness across brands, Meta ads, TikTok posts, and Instagram posts.

Was this page helpful?