Clearbit Logo API Replacement

    Clearbit is shutting down.
    Here's your aviation-grade migration path.

    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.

    1,100+
    Airline logos
    600+
    Airport logos
    2,700+
    Aircraft liveries
    385+
    Aircraft types
    38,000+
    Routes
    2,700+
    Airlines with data
    41,000+
    Airports in DB

    What Is Logostream?

    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:

    • Airline branding on search results, booking flows, and boarding passes
    • Airport logos for terminal guides and wayfinding UIs
    • Aircraft livery images on booking confirmations
    • Embeddable route maps via a single <img> tag
    • Fleet, route, and aircraft-type data for analytics dashboards

    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.

    What Is the Clearbit Logo API?

    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:

    • No IATA or ICAO code support — domain-only lookup
    • No airport logos of any kind
    • No aircraft liveries
    • PNG format only, no SVG available
    • No route maps or aviation data APIs

    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.

    Feature Comparison

    How Logostream and Clearbit stacked up, and why Logostream is the right migration path.

    Feature
    Logostream
    Clearbit
    Status
    Service Status
    Active
    Deprecated (Dec 2025)
    Airline Logos (IATA indexed)
    Airport Logos
    Aircraft Liveries
    General Company Logos
    Was available
    Logo Coverage
    IATA/ICAO Code Lookup
    Formats
    SVG Format
    PNG Format
    PNG only (was)
    Logo Variants (light/dark/white)
    Route Maps
    Aviation-Specific
    Airlines Data API
    Airports Data API
    Routes API
    Network Statistics API
    Pricing
    Free Tier
    Was free (shutdown)
    No Attribution Required
    API Authentication
    Bearer token
    None required (was)
    Reliability
    Active CDN
    Long-term Viability

    Why migrate to Logostream

    Four reasons Logostream is the right aviation migration from Clearbit.

    Clearbit's Logo API is gone

    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.

    Aviation requires IATA codes, not domains

    Clearbit was domain-only. Logostream is built for IATA/ICAO indexing — how aviation developers actually think about airlines. No domain guessing required.

    Airport logos included

    Clearbit never had airport logos. Logostream adds 600+ airport logos with the same simple API pattern as airline logos.

    SVG + dark/white variants

    Clearbit served PNG only, no dark/light/white variants. Logostream serves SVG, PNG, JPG with white, dark, and transparent variants for any background.

    Final Verdict

    The honest take on your Clearbit migration options.

    Choose Logostream if…

    • You were using Clearbit for airline logos in a flight or travel app
    • You need airport logos now that Clearbit is gone
    • You need SVG format logos on any plan
    • You're building an aviation product and need IATA codes
    • You need an active, maintained service with long-term viability
    • You want aircraft liveries and route maps alongside logos

    Consider Logo.dev if…

    • You need general company logos by domain (not airlines)
    • You need Clearbit's exact domain-based lookup pattern
    • You're building fintech or CRM (not aviation)
    • You want the closest API behavior to the original Clearbit endpoint

    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.

    What developers say

    Feedback from engineers who migrated from Clearbit.

    MD

    "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."

    PN

    "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."

    JW

    "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."

    AO

    "We were forced to migrate when Clearbit shut down. Logostream turned a painful migration into an upgrade — more features, better auth, transparent pricing."

    TB

    "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."

    YT

    "Clearbit required attribution even on the free tier. Logostream doesn't. That alone would have been enough reason to switch, even without the shutdown."

    Clearbit is gone. Logostream is here — and built for aviation.

    Airport logos, aircraft liveries, and route maps. One API key, fully self-serve.

    Operating
    Airlines Logos

    More information

    1,100+

    Airline tail

    Airport
    Logos

    More information

    600+

    Aircraft Liveries

    2,700+

    More information

    Simple Integration
    with standard identifiers

    ICAO, IATA

    Airline tails

    Daily updates

    Airline logos grid

    Global CDN

    <100ms worldwide. Edge-cached for every request.

    Support for

    SVG

    PNG

    JPG

    99.99% Uptime

    Mission-critical. GDPR compliant.

    Everything aviation in one API

    Airlines
    // 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>
      }
    }
    

    Frequently Asked Questions

    Common questions when migrating from Clearbit to Logostream.

    Migrating from Clearbit?

    Get started for free — no credit card required. Your first API key is ready in seconds.