We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience and analyze website traffic. By clicking “Accept,” you agree to our website's cookie use as described in our Cookie Policy. You can change your cookie settings at any time by clicking “Preferences.”
    Your brand has an AI profile — whether you know it or not. Claim yours →

    Brand Lookup

    Scout (Free)No auth required

    brand_lookup

    Quick lookup of a specific brand by name or slug. Returns BAI tier, archetype, category, subcategory, and basic info.

    When to use

    Use when a conversation mentions a specific company and you want to see its AI profile.

    Parameters

    ParameterTypeRequiredDescription
    slugstringNoBrand slug for exact match (preferred)
    namestringNoBrand name for fuzzy match
    categorystringNoFilter by category

    Try this in Claude

    Look up Stripe on Optimly Scout

    Example request

    {
      "slug": "stripe"
    }

    Example response

    {
      "results": [
        {
          "slug": "stripe",
          "name": "Stripe",
          "archetype": "Incumbent",
          "bai_tier": "Strong",
          "category": "Fintech",
          "subcategory": "Payment Processing",
          "verified": true,
          "claimed_by_brand": true,
          "optimly_url": "https://optimly.ai/brand/stripe"
        }
      ]
    }

    Own-brand ungating: If the caller has a valid osk_ key and the key's brandSlug matches the requested brand, the response includes full ungated data (exact bai_score, full sentiment, claims count). Unauthenticated calls get the slim/public response.

    Related tools