LogoRouterDocs

Migrate from Clearbit Logo API

Minimal diff swaps plus batch ergonomics LogoRouter exposes out of the box.

LogoRouter maps closely to discontinued Clearbit URL patterns:

LegacyLogoRouter CDN
logo.clearbit.com/example.comimg.logorouter.com/example.com?size=128

Recommended sed-style migration from internal docs mirrors:

rg -l 'logo.clearbit.com' | \
  xargs sed -i '' 's/logo.clearbit.com/img.logorouter.com/g'

Feature parity notes

Clearbit bundled enrichments spanning firmographics unrelated to visuals; LogoRouter keeps focused surface area — pair us with specialised vendors for non-logo datasets.

Batch flows use POST /api/batch/logos returning ready-made CDN + REST URLs instead of juggling manual loops.

Tip: stash a publishable token for marketing pages (?token= on CDN) while server keys stay confined to infra.

On this page