# Get Fintech Company Logos by Domain | Clearbit Alternative

**Use case:** 

Fetch high-resolution logos for fintech companies by domain — Stripe, Plaid, Brex, and more. A free Clearbit Logo API alternative for fintech apps and CRMs.

## Input

```json
{
  "domains": [
    "stripe.com",
    "plaid.com",
    "brex.com",
    "ramp.com",
    "mercury.com"
  ],
  "includeOgImage": true,
  "sizePreference": 128,
  "concurrency": 10
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "logo_url": {
    "label": "Logo URL",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "size_hint": {
    "label": "Size (px)",
    "format": "string"
  },
  "success": {
    "label": "Found",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Company Logo API — Clearbit Logo Alternative](https://apify.com/nexgendata/company-logo-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/company-logo-api) to learn more, explore other use cases, and run it yourself.