brand_retrieve
Extract normalized brand data from any domain's homepage: get title, description, colors, logos, social links, and organization schema.
Instructions
Retrieve brand data by domain. Fetches a domain's homepage and extracts a normalized brand profile (title, description, colors, logos, backdrops, socials, links, and any schema.org organization data). Enrichment-only fields that are not present in the page markup are returned as null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to retrieve brand data for, e.g. context.dev | |
| force_language | No | Accepted for compatibility; not applied in HTML-only mode | |
| maxSpeed | No | Optimize for speed by skipping schema.org and footer-link extraction | |
| maxAgeMs | No | Cache freshness window in milliseconds, clamps to 1 day..1 year | |
| timeoutMS | No | Upstream fetch timeout in milliseconds, clamps to 1000..300000 |