Parsew

Introduction

Company icons and Open Graph images by domain.

Parsew is an image API for company-aware interfaces. Give it a domain and receive an image that is ready to render.

Icons

Use the root image endpoint for company icons in onboarding flows, CRM rows, integration directories, marketplaces, reports, and search results.

<img src="https://logo.parsew.com/stripe.com?token=pk_..." alt="Stripe" />

Parsew discovers a useful source icon, caches it, and transforms it at the edge. If an icon is unavailable, the endpoint can return a monogram or a 404.

Open Graph images

Add /og/ before the domain to retrieve the wide social image published by the company.

<img src="https://logo.parsew.com/og/stripe.com?token=pk_..." alt="" />

Both endpoints support PNG, WebP, and JPG output, custom sizes, browser-safe publishable keys, and allowed-domain controls.

Next steps

On this page