# Get Big Tech Company Logos by Domain | Clearbit Alternative

**Use case:** 

Fetch high-resolution logos for big-tech companies by domain — Apple, Google, Microsoft, Amazon, Meta. A free Clearbit Logo API alternative for any app.

## Input

```json
{
  "domains": [
    "apple.com",
    "google.com",
    "microsoft.com",
    "amazon.com",
    "meta.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.