Skip to main content

The logo API for developers

Serve 17 million+ company logos through a fast REST API, official SDKs, and drop-in UI components — the same resolution engine behind the platform, as infrastructure.

NewQuikturn is now an MCP server — connect Claude, Cursor, or any MCP tool to the logo database.

Explore the MCP server

Ship the integration that fits your stack

REST for universal access, the SDK for backend work, React components for the UI — all pointing at the same 17 million-logo source.

01 / REST

REST API

Query by domain, company name, or ticker and get a production-ready logo response. No SDK required — just an HTTPS request.

GET /stripe.com?token=pk_…

02 / SDK

TypeScript SDK

Typed errors, automatic retries, batch fetching, and zero-copy streaming for server-side work. Install and go.

npm i @quikturn/logos

03 / React

React components

Drop-in QuikturnLogo, carousel, and grid components with Provider context — render identity without plumbing every request.

npm i @quikturn/logos-react

REST API
GET /stripe.com?token=pk_your_key HTTP/1.1
Host: logos.getquikturn.io
Accept: application/json
sdk.ts
import { QuikturnClient } from '@quikturn/logos';

const client = new QuikturnClient({
  apiKey: process.env.QUIKTURN_API_KEY,
});

const logo = await client.logos.get('stripe.com');
// logo.url, logo.format, logo.width
LogoCell.tsx
import { QuikturnLogo } from '@quikturn/logos-react';

export function LogoCell({ domain }: { domain: string }) {
  return (
    <QuikturnLogo
      domain={domain}
      size={32}
      fallback={<span>{domain}</span>}
    />
  );
}

Built for production scale

One logo request or a million — the same edge-cached engine keeps enrichment fast, cheap, and predictable.

17M+

Company logos, updated daily

<50ms

Median resolution latency

1M → 15M+

Requests per month · Free to Enterprise

99.9%

Uptime on a global edge CDN

Server keys from 50 req/min · MCP from 200 req/day · custom SLAs on Enterprise

Where teams put it to work

A logo endpoint is most valuable when it disappears into the workflow.

CRM & data enrichment

Attach a verified logo to every account, lead, and contact — resolved from the domain you already store.

Dashboards & portfolios

Render holdings, watchlists, and pipelines with crisp brand marks instead of grey placeholder initials.

AI agents & MCP

Give Claude, Cursor, or your own agents direct access to company resolution through the MCP server.

Marketing & personalization

Personalize emails, landing pages, and in-app moments with the recipient company’s own identity.

AI slide generation

High-res PNG, SVG, and WebP formats with batch processing for multi-slide decks, and pixel-perfect sizing and alignment out of the box.

Start with one logo request. Build the rest in

REST, TypeScript, and React — all pointing at the same verified source.

1 million requests per month free · No credit card · SSO / SAML available

Quikturn Logo API - REST API, TypeScript SDK, and React Components for 17M+ Company Logos

Multiple Integration Options

The Quikturn Logo API provides developers with programmatic access to over 17 million company logos via REST API, the official TypeScript SDK (@quikturn/logos), or drop-in React components (@quikturn/logos-react). Our REST API supports queries by company name, domain URL, or stock ticker symbol. The SDK adds typed errors, automatic retries, batch operations, and streaming for server-side use.

Official SDKs and React Components

Install @quikturn/logos for TypeScript-native integration with browser and server clients. The server client supports batch fetching with concurrency control, zero-copy streaming, and automatic rate limit handling. Install @quikturn/logos-react for QuikturnLogo, QuikturnLogoCarousel, and QuikturnLogoGrid components with Provider context. A framework-agnostic web component (quikturn-logo) is also available.

API Endpoints and Features

Search for logos using GET requests with query parameters. Retrieve logo metadata including available sizes and formats. Download logos directly from our global CDN for fast delivery. Rate limiting and usage tracking help you manage API consumption. Our free tier includes 1 million requests per month for development and small applications.

Use Cases for Logo APIs

Developers use the Quikturn Logo API to build CRM integrations that display customer logos, marketing automation tools that personalize email campaigns, portfolio tracking dashboards that visualize holdings, and business applications that need reliable company branding data. Our API powers logo displays across thousands of applications worldwide.

Enterprise API Features

Enterprise API plans include higher rate limits, dedicated support, custom SLAs, and priority access to new features. SSO integration ensures secure access for development teams. Usage analytics help track consumption across projects. Contact our team for custom pricing based on your API usage requirements.