brand_extract_web
Extract brand colors, fonts, and logo from any website URL to identify brand identity from a live site.
Instructions
Extract brand colors, fonts, and logo from any website URL — get brand identity from a live site. Use when asked 'extract brand from URL', 'get brand colors from website', 'scan my site', or when the user provides a website URL. Parses HTML for logo candidates (SVG, img, favicons, Clearbit fallback) and CSS for colors and font-family declarations. Confidence-scores everything. Pass logo_url to fetch a specific logo directly. Returns colors with roles, fonts with frequency, logo preview data, and extraction quality score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Website URL to scan (e.g. 'https://acme.com'). The homepage usually has the best logo and color data. | |
| logo_url | No | Direct URL to a logo SVG/PNG file (e.g. 'https://acme.com/logo.svg'). Use if automatic extraction misses the logo. |