lookup_brand_score
Look up any brand's public AI visibility score from the Pendium Brand Index — no API key required.
Look up a brand's public AI visibility score from the Pendium Brand Index. This is the only tool that works without an API key. Search by URL, brand name, or slug.
Authentication: Not required (public)
Parameters
Provide at least one of these:
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | At least one required | Website URL to look up (e.g., https://example.com). |
name | string | At least one required | Brand name to search for (e.g., "Pendium"). |
slug | string | At least one required | Brand Index slug (e.g., "pendium"). Most precise lookup. |
Resolution order
slug: Direct lookup by Brand Index slug. Fastest and most precise.url: Extracts the domain and matches against known brand websites.name: Fuzzy search by brand name. Returns an error if multiple brands match — useslugto disambiguate.
Response: brand with scan data
Response: brand not found
Response: multiple matches
When searching by name and multiple brands match:
Use the slug from the matches array to make a precise lookup.
Claim URLs
When looking up a brand with an API key, the response may include a claimUrl field. This is a one-time-use link that lets the brand owner claim and manage their Brand Index listing. Claim URLs are only included in authenticated responses.