Context Reference
Context.dev APIs can give you these outputs.| Output | Examples | Use this to |
|---|---|---|
| Logos | Light, dark, and icon variants in SVG + PNG, each with type, mode, and resolution | Render brand logos in onboarding, CRMs, and logo walls |
| Company profile | Title, description, slogan, email, phone, and a links map (careers, blog, pricing, terms, privacy) | Enrich CRM records and pre-fill onboarding forms |
| Social handles | Typed URLs for X, LinkedIn, GitHub, YouTube, and 25+ more | Populate social links and power outreach |
| Company Address | 140 2nd Street, San Francisco, CA, US, 94105 | Territory routing, KYC, and firmographic enrichment |
| Stock | Stock ticker ($AAPL) and exchange name (NASDAQ) for public companies | Investor dashboards and ticker enrichment |
| Industry codes (EIC / NAICS / SIC) | EIC Technology › Software (B2B) inline on every full brand response; NAICS 334220 and SIC 3663 with confidence scores | Segment and route accounts, plus regulatory and SEC reporting |
| Website Styleguide | Accent / background / text colors, typography, spacing, shadows, button + card CSS | Build on-brand UI and white-label theming |
| Fonts | Geist (weights 400–900) with downloadable @font-face URLs and usage counts | Match brand typography in emails, ads, and PDFs |
| Embeddable logo | logos.context.dev/?publicClientId=brandLL_xxx&domain=stripe.com as an <img> src | High-volume logo embeds straight from a CDN |
| Markdown / HTML | # Vercel Pricing… or fully-rendered <!doctype html>... | Feed LLMs and RAG pipelines, or run your own parsers |
| Screenshot | Hosted PNG at a 1920×1080 viewport or full-page height | Link previews, share cards, and visual archives |
| Product data | Men's Wool Runner · $110 USD · MENS_WOOL_RUNNERS + features, images | Catalogs, price monitoring, and competitor tracking |
| Structured data | Define a JSON Schema; get it back typed: founded_year: 2010, has_free_trial: true, pricing_tiers: [{ name: "Pro", price: 99 }] | Comparison pages and structured extraction at scale |
| Merchant from a transaction | AMZN MKTP US → Amazon + Retail | Spend analytics and transaction tagging |
Context.dev APIs
There are 4 product categories:- Brand APIs
- Logo Link CDN
- Web APIs
- Classification APIs
Resolve a domain into a brand’s assets and metadata: logos, colors, company profile data, and industry labels.
Retrieve Brand
Get company logos, description, social media handles, address, and more from just the name, domain, work email, stock ticker, or ISIN.
Retrieve a Website's Styleguide
Get colors, fonts, spacing and shadows for detected components.
Retrieve a Website's Fonts
Get detected font families, weights, @import links, and usage counts.
Features
- Free plan, no credit card needed. Start building with 500 one-time API credits and 10K Logo Link requests as soon as you sign up.
- Simple, credit-based pricing with a subscription. Every API call costs a fixed number of credits. Plans come with generous and clear rate limits.
- Simple APIs and SDKs built for developers. Consistent authentication and response shapes for every endpoint.
- Typed responses. Every endpoint returns typed JSON output, so you won’t need to parse responses.
- Bot detection bypass on every plan. Automatic proxy escalation for webpage crawling on every plan.
Reliability
- Cached hits return in under 1 second. Around 60% of brand lookups hit the cache.
-
Cold hits (the first lookup for a domain Context.dev hasn’t crawled yet) run a full crawl through a specialized pipeline. They almost always return in under 60 seconds.
Use the prefetch endpoints to hide this latency, or set a client-side timeout of at least 60 seconds.
Percentile Cold-hit latency p50 7s p90 18s p99 1m
Ways to use Context.dev
SDKs
Official SDKs for TypeScript, Python, Ruby, and Go. One bearer-token header,
fully typed responses.
REST API
Call any endpoint directly over HTTPS with a bearer token. No SDK required.
MCP server
Give Claude, Cursor, VS Code, and any MCP-compatible agent direct access to
Context.dev.
No-code
Drop brand and web data into Zapier, Make,
Google Sheets, and
Excel.
Next steps
Quickstart
Install an SDK and make your first call in two steps.
Agent Quickstart
Set up an AI agent to call Context.dev correctly.