Brand Score Lookup
Look up any brand's public AI visibility score — no authentication needed.
Authentication: Optional (works without an API key)
Look up any brand's public visibility score from the Pendium Brand Index. This is the only endpoint that works without authentication — useful for quick checks and competitive research.
You can search by brand slug, website URL, or name.
Query parameters
Pass exactly one of these:
| Parameter | Type | Description |
|---|---|---|
slug | string | Brand Index slug (e.g. acme). Most reliable — exact match. |
url | string | Any URL on the brand's website (e.g. https://www.acme.com/pricing). Pendium extracts the domain and matches it. |
name | string | Brand name to search for (e.g. Acme). Must match exactly one brand — returns an error if there are multiple matches. |
Examples
Response
Visibility levels
| Score range | Level |
|---|---|
| 0–20 | invisible |
| 21–40 | low |
| 41–60 | moderate |
| 61–80 | strong |
| 81–100 | dominant |
When the brand isn't found
If the brand isn't in the Pendium Brand Index:
This means the brand hasn't been scanned publicly yet. You can still scan it privately using Trigger a Scan with your API key.