# Get E-commerce Brand Logos by Domain | Clearbit Alternative

**Use case:** 

Fetch high-resolution logos for e-commerce brands by domain — Shopify, Etsy, Wayfair, and more. A free Clearbit Logo API alternative for marketplaces.

## Input

```json
{
  "domains": [
    "shopify.com",
    "etsy.com",
    "wayfair.com",
    "chewy.com",
    "bigcommerce.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.