Skip to main content
Context.dev turns any domain or URL into structured, AI-ready data. Send a domain, get a typed brand profile. Send a URL, get clean Markdown, a design system, a screenshot, or an AI-extracted answer. Every response is typed JSON.

Context Reference

Context.dev APIs can give you these outputs.
OutputExamplesUse this to
LogosLight, dark, and icon variants in SVG + PNG, each with type, mode, and resolutionRender brand logos in onboarding, CRMs, and logo walls
Company profileTitle, description, slogan, email, phone, and a links map (careers, blog, pricing, terms, privacy)Enrich CRM records and pre-fill onboarding forms
Social handlesTyped URLs for X, LinkedIn, GitHub, YouTube, and 25+ morePopulate social links and power outreach
Company Address140 2nd Street, San Francisco, CA, US, 94105Territory routing, KYC, and firmographic enrichment
StockStock ticker ($AAPL) and exchange name (NASDAQ) for public companiesInvestor 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 scoresSegment and route accounts, plus regulatory and SEC reporting
Website StyleguideAccent / background / text colors, typography, spacing, shadows, button + card CSSBuild on-brand UI and white-label theming
FontsGeist (weights 400–900) with downloadable @font-face URLs and usage countsMatch brand typography in emails, ads, and PDFs
Embeddable logologos.context.dev/?publicClientId=brandLL_xxx&domain=stripe.com as an <img> srcHigh-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
ScreenshotHosted PNG at a 1920×1080 viewport or full-page heightLink previews, share cards, and visual archives
Product dataMen's Wool Runner · $110 USD · MENS_WOOL_RUNNERS + features, imagesCatalogs, price monitoring, and competitor tracking
Structured dataDefine 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 transactionAMZN MKTP US → Amazon + RetailSpend analytics and transaction tagging

Context.dev APIs

There are 4 product categories:
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.
    PercentileCold-hit latency
    p507s
    p9018s
    p991m
    Use the prefetch endpoints to hide this latency, or set a client-side timeout of at least 60 seconds.

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.