Build brand-aware products with a single API call. Perfect for personalized AI, white-label tools, and content generation at scale.
from brandparser import Brandparser
client = Brandparser("bp_live_...")
# Parse any website — returns in ~5 minutes
brand = client.parse("https://linear.app")
# Everything typed and structured
brand.colors.primary # → "#5E6AD2"
brand.typography.heading # → "Inter, 600"
brand.voice.tone # → ["Confident", "Minimal"]
brand.personas[0].pain_points # → ["Slow tools", "Context switching"]
# Ready-to-use LLM prompts
brand.prompts.copywriter # → "Write in a confident, minimal tone..."Every brand element typed and organized. Colors as hex, voice as arrays, personas as objects. No parsing required.
Official Python and TypeScript libraries with full type definitions. Autocomplete everything in your IDE.
Get notified when a parse completes. No polling. Works with POST to your endpoint.
Parse hundreds of brands in parallel. Build competitor analysis, agency dashboards, market research.
Pre-built prompts tuned to each brand's voice. Drop into ChatGPT, Claude, or your own models.
Re-parse the same URL and get cached results. Only charged once per unique analysis.
Every parse returns the same structured object — deeply nested, fully typed, ready for your database or AI context window.
{
"id": "br_abc123",
"url": "https://linear.app",
"parsed_at": "2024-01-13T10:30:00Z",
"colors": {
"primary": "#5E6AD2",
"secondary": "#1F2023",
"accent": "#6366F1",
"background": "#000000",
"text": "#FFFFFF"
},
"typography": {
"heading": { "family": "Inter", "weight": 600 },
"body": { "family": "Inter", "weight": 400 }
},
"voice": {
"tone": ["Confident", "Minimal", "Technical"],
"formality": 0.7,
"personality": ["Professional", "Focused"]
},
"personas": [
{
"name": "Engineering Lead",
"role": "Technical decision maker",
"goals": ["Ship faster", "Reduce complexity"],
"pain_points": ["Slow tools", "Context switching"]
}
],
"prompts": {
"copywriter": "Write in a confident, minimal tone...",
"social_media": "Create posts that are direct and..."
}
}SDKs
Official SDKs with full type support launching soon.
Pricing
Monthly
per month
Get Started
Get your API key and start parsing brands in minutes. First 10 parses are free.