# Get SaaS Company Logos by Domain | Clearbit Logo Alternative

**Use case:** 

Fetch high-resolution logos for top SaaS companies by domain — Slack, Notion, Figma, and more. A free Clearbit Logo API alternative for your app or CRM.

## Input

```json
{
  "domains": [
    "slack.com",
    "notion.so",
    "figma.com",
    "airtable.com",
    "canva.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.