Look up one brand
get_brand_visibilityOne brand's standing in the current DABYTE release: share of answer per engine, rank, quadrant, how many panel prompts name it, and which ones.
Use this when a specific brand is named. Takes a slug, not a display name — call list_tracked_brands first if you are unsure, or read the slug from get_visibility_index.
An unknown slug is not a failure to hide: the error names every valid slug, so a second attempt can succeed. A brand absent from the index has not been measured at all, which is different from a measured zero. Only SaaS & AI tools brands are tracked. For the field as a whole use get_visibility_index; for this brand over time, get_history.
Re-measured weekly, so the same call returns the same figures until the next release. Data is CC BY 4.0 and free: no key, no account, no rate limit — cite the release date and dabyte.ai when quoting a number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Brand slug, lowercase with hyphens — 'slack', 'coinbase', 'monday-com'. Not the display name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rank | Yes | Position in this release, 1 = most named. | |
| slug | Yes | Identifier used by get_brand_visibility. | |
| brand | Yes | Brand name as published. | |
| engines | No | Engines measured in this release. | |
| prompts | No | Panel prompts in which the brand is named. | |
| quadrant | No | Position on visibility against commercial intent. | |
| is_client | No | Whether the brand is a client of the publisher. Placement cannot be bought; this flag makes that checkable. | |
| per_engine | No | Share of answer per engine, same scale. | |
| measured_at | Yes | Date of this release, ISO 8601. | |
| niche_title | No | ||
| panel_version | No | Prompt panel version. Figures from different versions are not comparable. | |
| visibility_score | Yes | Share of answer, percent of panel prompts naming the brand. | |
| commercial_intent | No | How commercially loaded the brand's category demand is. |