100% Free • No API Key Required

Every company logo,
one simple API

Get company logos, brand colors, and AI-powered intelligence for any domain. Fast, reliable, and completely free.

No spam, unsubscribe anytime

100% Free
Forever
95% Accuracy
Rate
Unlimited
Requests
Company logo
https://logo.leadmagic.io/api/stripe.com?size=128

Everything you need

Company Logos
High-quality logos in any format (PNG, WebP, JPEG, SVG) with flexible rendering options and custom sizing.
Brand Colors
Extract accurate brand color palettes with primary, secondary, and full palette support.
AI Intelligence
Get company information powered by LeadMagic's database with 95% accuracy.
Tech Stack Detection
Discover what technologies companies use with intelligent categorization.
Social Profiles
Find company social media profiles across Twitter, LinkedIn, Facebook, Instagram, and more.
Lightning Fast
Global edge network with 95% cache hit rate. Average response time under 150ms.

TRUSTED BY DEVELOPERS AT

StripeGitHubNetflixSpotifyAirbnbSlack

"Saved us weeks of development time. The API just works!"

Sarah Chen
Lead Developer, TechCorp
🎯

"95% accuracy rate is incredible. Best logo API we've tried."

Marcus Rodriguez
CTO, DataFlow
🚀

"Free tier is generous. Perfect for startups and side projects."

Alex Kim
Founder, StartupHub

Simple to integrate

Get started in seconds with any language

// Fetch company logo
const response = await fetch('https://logo.leadmagic.io/api/stripe.com');
const logo = await response.blob();

// Or get complete brand data
const brand = await fetch('https://logo.leadmagic.io/api/brand/stripe.com')
  .then(r => r.json());

console.log(brand.colors.primary); // "#635bff"

Complete API Reference

All endpoints available for your application

GET/api/{domain}

Get company logo in any format (PNG, WebP, JPEG, SVG) with flexible rendering options

https://logo.leadmagic.io/api/stripe.com?format=png&size=256
GET/api/brand/{domain}

Get complete brand package including logo, colors, intelligence, and social profiles

https://logo.leadmagic.io/api/brand/stripe.com
GET/api/colors/{domain}

Extract brand color palette with primary, secondary, and complete palette

https://logo.leadmagic.io/api/colors/spotify.com
GET/api/intelligence/{domain}

Get comprehensive company intelligence - industry, size, location, founding year

https://logo.leadmagic.io/api/intelligence/github.com
GET/api/social/{domain}

Discover social media profiles across Twitter, LinkedIn, Facebook, Instagram, and more

https://logo.leadmagic.io/api/social/tesla.com
GET/api/tech/{domain}

Detect technology stack with categorization (frontend, backend, infrastructure)

https://logo.leadmagic.io/api/tech/vercel.com
POST/api/batch/logos

Fetch multiple logos at once. Send up to 50 domains in a single request

https://logo.leadmagic.ioPOST { domains: ['stripe.com', 'google.com'] }
POST/api/batch/colors

Get brand colors for multiple companies in a single batch request

https://logo.leadmagic.ioPOST { domains: ['spotify.com', 'netflix.com'] }
POST/api/short/create

Create short URLs for easy sharing of logo links with base62 encoding

https://logo.leadmagic.ioPOST { url: 'logo.leadmagic.io/api/...' }
GET/s/{code}

Resolve short URL codes and redirect to the original logo resource

https://logo.leadmagic.io/s/abc123
GET/api/docs

Interactive Swagger UI documentation with live API testing and schema exploration

https://logo.leadmagic.io/api/docs
GET/api/openapi.json

OpenAPI 3.0 specification for automatic client generation and integration

https://logo.leadmagic.io/api/openapi.json

Built for your use case

See how developers are using Logo API to power their applications

CRM Enrichment
Automatically enrich your CRM with company logos, brand colors, and intelligence data. Perfect for sales teams.
Visual company identification
Better lead qualification
Professional reporting
Company Directories
Build beautiful company directories and portfolio pages in minutes with automatic logo fetching and data enrichment.
Instant visual database
Auto-updating logos
Rich company profiles
Analytics Dashboards
Enhance your data visualizations with company logos and brand colors. Make dashboards more intuitive and professional.
Visual data representation
Brand-consistent charts
Customer insights
Example: CRM Enrichment
Enrich your customer records in real-time
// Enrich company record
const company = await fetch(
  'https://logo.leadmagic.io/api/brand/acme.com'
).then(r => r.json());

// Update CRM
await crm.companies.update(companyId, {
  logo: company.logo,
  primaryColor: company.colors.primary,
  industry: company.intelligence.industry,
  size: company.intelligence.company_size
});

Simple, transparent pricing

Start free, upgrade when you're ready. No hidden fees.

Free
Perfect for developers and side projects
$0
Forever free
Start Building
Unlimited API requests
All endpoints included
95% accuracy rate
Community support
Basic rate limiting
No credit card required
Coming Soon
Pro
For growing teams and production apps
$49
per month
Everything in Free, plus:
API key authentication
Usage analytics dashboard
99.9% SLA guarantee
Priority email support
Higher rate limits
Advanced caching options
Enterprise
Custom solutions for large organizations
Custom
Volume pricing
Everything in Pro, plus:
Custom deployment options
Dedicated account manager
24/7 phone support
Custom SLAs and compliance
Unlimited rate limits
Training and onboarding

Questions about pricing or need a custom plan?

Secure, reliable, always available

99.9%
Uptime SLA
GDPR
Compliant
HTTPS
Encrypted
150ms
Avg Response
All Systems Operational

Trusted by developers worldwide

95%
Accuracy Rate
150ms
Avg Response Time
30M+
Companies Covered
100%
Free Forever

Start building today

No API key required. No credit card needed. Just start making requests.

View Documentation