Clearbit's Logo API shut down in December 2025. Logostream is an active, aviation-specialized alternative — IATA-indexed airline logos, airport logos, aircraft liveries, and route maps.
Logostream is an aviation branding and data API built for travel platforms, OTAs, metasearch engines, and flight-booking products. It provides structured access to airline logos, airport logos, aircraft liveries, and rich aviation datasets — all through a single REST API key.
Common use cases include:
Unlike Clearbit, which was a general-purpose company logo CDN (now shut down), Logostream is an active, maintained aviation branding infrastructure — covering logos, liveries, maps, and structured data in one platform.
Clearbit's Logo API was a free, domain-based logo retrieval service that HubSpot deprecated following their acquisition of Clearbit in December 2023, with the API endpoint (logo.clearbit.com) shutting down in December 2025. It was widely used for populating company logos in CRM, sales, and SaaS apps.
It was never aviation-specialized:
The official migration recommendation from the Clearbit/HubSpot team is Logo.dev (built by the same founding team). For aviation-focused developers, Logostream is the better migration path.
How Logostream and Clearbit stacked up, and why Logostream is the right migration path.
Four reasons Logostream is the right aviation migration from Clearbit.
The Clearbit Logo API shut down in December 2025. If your app was using logo.clearbit.com, it's already returning errors. Logostream is an active, maintained service with a committed roadmap.
Clearbit was domain-only. Logostream is built for IATA/ICAO indexing — how aviation developers actually think about airlines. No domain guessing required.
Clearbit never had airport logos. Logostream adds 600+ airport logos with the same simple API pattern as airline logos.
Clearbit served PNG only, no dark/light/white variants. Logostream serves SVG, PNG, JPG with white, dark, and transparent variants for any background.
The honest take on your Clearbit migration options.
There is no reason to stay on Clearbit — the API is shut down. For general company logos (non-aviation), consider Logo.dev. For aviation, Logostream.
Feedback from engineers who migrated from Clearbit.
"Our app broke the day Clearbit's endpoint went down. Logostream was up and running within the same day — and the IATA code indexing is exactly what an aviation app needs."
"Migrating from Clearbit was straightforward — swap the URL, add a Bearer header, and use IATA codes instead of domains. Logostream's docs made it a one-afternoon job."
"Clearbit didn't have airport logos or SVG. Logostream has both, plus liveries and route maps. It's clearly built for travel tech, not general SaaS."
"We were forced to migrate when Clearbit shut down. Logostream turned a painful migration into an upgrade — more features, better auth, transparent pricing."
"The Clearbit logo.clearbit.com endpoint was already flaky before shutdown. Logostream's CDN is fast and reliable — I haven't seen a single failed logo request since switching."
"Clearbit required attribution even on the free tier. Logostream doesn't. That alone would have been enough reason to switch, even without the shutdown."
Airport logos, aircraft liveries, and route maps. One API key, fully self-serve.
Operating
Airlines Logos
1,100+

Airport
Logos
600+
Aircraft Liveries
2,700+
Simple Integration
with standard identifiers
ICAO, IATA


<100ms worldwide. Edge-cached for every request.
Support for
SVG
PNG
JPG
Mission-critical. GDPR compliant.
// GET /v1/airlines const res = await fetch( 'https:<comment>//aviation-api.logostream.dev/v1/airlines?iata=LH',</comment> { headers: { 'x-api-key': 'YOUR_KEY' } } ); const { data } = await res.json(); // data[0] { iata: "LH", icao: "DLH", name: "Lufthansa", legal_name: "Deutsche Lufthansa AG", country_code: "DE", home_region: "Europe", alliance: "star_alliance", is_lowcost: false, active: true, year_founded: 1953, base_airport_iata: "FRA", rating_skytrax_stars: 4, website: "https:<comment>//www.lufthansa.com",</comment> colors: { primary: "#05164D", secondary: "#FFAD00" }, logo: { icon: "https:<comment>//api.logostream.dev/airlines/icao/DLH?key=...",</comment> logo: "https:<comment>//api.logostream.dev/airlines/icao/DLH?variant=logo&key=...",</comment> wordmark: "https:<comment>//api.logostream.dev/airlines/icao/DLH?variant=wordmark&key=..."</comment> } }
Common questions when migrating from Clearbit to Logostream.
Get started for free — no credit card required. Your first API key is ready in seconds.