Skip to main content
GET
/
api
/
brands
/
find
Find brands by name
curl --request GET \
  --url https://agenticadvertising.org/api/brands/find
{
  "results": [
    {
      "results": [
        {
          "domain": "coca-cola.com",
          "canonical_domain": "coca-cola.com",
          "brand_name": "The Coca-Cola Company",
          "source": "community",
          "house_domain": "coca-cola.com",
          "parent_brand": "<string>",
          "brand_agent_url": "<string>"
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

q
string
required

Search query (min 2 characters)

Minimum string length: 2
limit
string

Max results (default 10, max 50)

Response

Search results

results
object[]
required