Simple & Honest Pricing

Start a free trial with 500 API credits — no credit card required

Free

Free

For testing out the API

500 credits (one-time)
$0one-time
  • Scrape 500 pages
  • Retrieve 50 brands
  • Pull 10K logos
  • 1 API call per second
  • Email support
  • No overage
Starter

Starter

Perfect for personalization with low volume.

30,000 credits / month
$49/ month
  • Scrape 30,000 pages
  • Retrieve 3,000 brands
  • Pull 500K logos
  • 2 API calls per second
  • Email support
  • $19 per 10K credits overage
Pro

Pro

Ideal for platforms with consistent traffic.

200,000 credits / month
$149/ month
  • Scrape 200,000 pages
  • Retrieve 20,000 brands
  • Pull 2.5M logos
  • 5 API calls per second
  • Email + Slack support
  • $9 per 10K credits overage
Scale

Scale

Ideal for larger companies.

2,500,000 credits / month
$949/ month
  • Scrape 2,500,000 pages
  • Retrieve 250,000 brands
  • Pull 25M logos
  • 20 API calls per second
  • Email + Slack + Text support
  • $6 per 10K credits overage

Enterprise

Custom volume, SLAs, dedicated support, and invoicing.

Startups & Nonprofits

30% off any plan for qualifying startups and nonprofits.

Apply for discount
Brand API (logos, colors, fonts) — 10 credits per call
Web endpoints (scraping) — 1 credit per call
FAQs

Frequently asked questions

Everything you need to know about integrating and scaling with context.dev.

Is there a free tier?
Yes, Context.dev offers a free tier with 500 API credits and 10K Logo Link requests to test out both services.
What's the difference between API credits and Logo Link?
They are two separate products with separate quotas. API credits are used to call any endpoint — brand data, logos, colors, fonts, and web scraping. Logo Link is a simpler service that returns just the square logo via a direct URL for displaying in your app. Logo Link has no rate limits and much higher quotas, while API credits have rate limits (calls per second) that vary by plan.
How do API credits work?
API credits are consumed whenever you call our endpoints. Brand API calls (logo retrieval, color extraction, font detection, brand profiles, prefetch) cost 10 credits per call. Web endpoints (scraping) cost 1 credit per call. Logo Link requests are counted separately and do not use your API credits.
What pricing plans are available, and can I make one-time lookups instead of subscribing?
Context.dev offers several pricing tiers including Starter, Pro, and Scale plans with monthly API credit allowances. We currently do not support one-time lookups, however you can contact us to discuss options for one-time projects at hello@context.dev.
Do you offer discounts for startups or nonprofits?
Yes! We offer a startup discount of up to 30% off for one year if you're still early-stage. Apply at https://www.context.dev/startup-discount
What happens when my API credits run out?
Each plan includes a monthly API credit allowance that replenishes automatically at the start of each billing cycle. When your credits are depleted, API calls will return a 401 error. You can configure auto top-up in your dashboard settings to avoid interruptions. Logo Link has a separate quota and is not affected when API credits run out.
What are the rate limits, and how can I increase them?
Rate limits apply only to API calls, not Logo Link. Rate limits vary by plan: Free tier has 1 call/second, Starter has 2 calls/second, Pro has 5 calls/second, and Scale has 20 calls/second. Logo Link has no rate limits. Contact us to discuss higher rate limits for your use case.
Why am I getting timeout errors?
First-time domain lookups may take 10-30 seconds as we crawl and process the website. For time-sensitive applications, use the Prefetch endpoint to request brand data in advance, increase your client-side timeout to at least 30 seconds, or implement async/polling patterns for batch operations. Approximately 70% of requests hit cached brands, which return much faster.
How fresh is the brand data? How often is it updated?
Cached brand data is refreshed quarterly by default. Any brand older than 3 months is completely re-fetched when requested via the API. You can request a manual refresh for specific domains using our brand update form at https://www.context.dev/update. Image/logo URLs are guaranteed to remain valid for up to 1 year.
Do you support subdomains?
Yes, subdomains are fully supported.
What if I need additional data points?
We are constantly adding new data points to the API and have more data under the hood that we don't surface yet. If you need a specific data point, please contact us at hello@context.dev and we will be happy to surface it.
What SDKs are available?
We provide official SDKs for TypeScript, Python, and Ruby.