# Company Enrichment API: Domain to Logo, Colors & Firmographics (`hydrafetch/company-enrichment-api`) Actor

Turn a list of domains into full company records: name, description, logo, brand colors, fonts, socials and industry.

- **URL**: https://apify.com/hydrafetch/company-enrichment-api.md
- **Developed by:** [Hydrafetch](https://apify.com/hydrafetch) (community)
- **Categories:** Lead generation, Developer tools
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $13.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

<div align="center">

<img src="https://hydrafetch.com/brand/mark-512.png" alt="Hydrafetch" height="64" />

## Company Enrichment API: Domain to Logo, Colors & Firmographics

**Turn a list of domains into full company records: name, description, logo, brand colors, fonts, socials and industry.**

`Pay per result` · `No API key` · `No signup` · Powered by [Hydrafetch](https://hydrafetch.com?utm_source=apify\&utm_medium=readme\&utm_content=company-enrichment-api)

</div>

***

Give it the domains you already have and get back what each company says about itself: name, description, tagline, logos suited to light and dark backgrounds, real brand colors and fonts, social profiles, and a NAICS industry code. Every field states whether the company declared it or we harvested it, so you can tell a fact from an inference. Built for the list you get out of a lead-generation scraper and cannot do anything with yet.

### What you get

- **Identity.** Company name, description, tagline and legal name.
- **Logos.** Symbol and wordmark, in variants suited to light and dark backgrounds, as direct image URLs.
- **Brand.** The real color palette and the fonts the site actually uses, not a guess from a screenshot.
- **Classification.** A NAICS 2022 industry code with the depth it was assigned at, and a confidence.
- **Presence.** Social profiles by platform, plus the pricing, blog, careers, docs and contact pages.
- **Provenance.** Every field states whether the company declared it or we harvested it, so you can tell a fact from an inference.

Results export to JSON, CSV or Excel, or stream straight to your own database through the Apify API.

### Common use cases

- **Onboarding.** Turn a new user's email domain into their company name, logo and colors, with no regex and no edge cases to maintain.
- **CRM enrichment.** Fill in the accounts your sales team pasted in as bare domains.
- **Lead lists.** Take the domains out of a lead-generation scraper and make them usable.
- **Branded UI.** Render partner or customer logos and palettes without asking anyone to upload anything.

### Input

One field: **domains**, one per line. Use bare domains like `stripe.com`, not `https://stripe.com/pricing`.

```json
{
  "domains": [
    "stripe.com",
    "vercel.com"
  ]
}
```

### Output

One row per domain. A domain we cannot resolve is skipped rather than returned empty, and you are not charged for it. The run log names every one that was skipped, so a short result is never a mystery.

| Field | Description |
| --- | --- |
| `domain` | Domain |
| `name` | Company |
| `description` | Description |
| `logo` | Logo |
| `primaryColor` | Primary color |
| `industry` | Industry |
| `linkedin` | LinkedIn |

The table view shows the columns that scan best; the full record is in the JSON, CSV and Excel exports.

#### Example output

```json
{
  "domain": "stripe.com",
  "name": "Stripe",
  "description": "Stripe powers online and in-person payment processing and financial solutions for businesses of all sizes.",
  "tagline": "Financial infrastructure to grow your revenue.",
  "logo": "https://media.hydrafetch.com/brand/a0/a07c2695173dde0a1ffa.svg",
  "wordmark": "https://media.hydrafetch.com/brand/fe/fe927b2695157fca9fb3.webp",
  "primaryColor": "#533afd",
  "colors": [
    "#533afd",
    "#0a2540",
    "#ffffff"
  ],
  "fonts": [
    "sohne-var"
  ],
  "industry": "Activities Related to Credit Intermediation",
  "naicsCode": "5223",
  "email": "support@stripe.com",
  "legalName": "Stripe, Inc.",
  "linkedin": "https://www.linkedin.com/company/stripe",
  "socials": {
    "linkedin": "https://www.linkedin.com/company/stripe",
    "x": "https://x.com/stripe"
  },
  "links": {
    "pricing": "https://stripe.com/pricing",
    "docs": "https://docs.stripe.com"
  },
  "resolvedAt": "2026-08-22T10:14:03.000Z"
}
```

### How it works

1. Paste your domains into the input box, or point a task at a saved list.
2. Run it. Each domain is resolved on its own, so one bad entry cannot lose the batch.
3. Take the results as JSON, CSV or Excel, or have Apify push them straight to your own store.

You are charged per row returned. A domain we could not resolve is skipped and costs you nothing, which means a run's cost matches what you can actually use.

### FAQ

**Is this a Clearbit or Brandfetch alternative?**

Yes. Self-serve, pay per result, no annual contract and no sales call.

**Where does the data come from?**

The company's own website and its published structured data. That is why every field carries provenance: declared means the site said it, harvested means we read it from the page or the assets.

**What happens to a domain you cannot resolve?**

It is skipped rather than returned empty, and you are not charged for it.

**Can I get this over an API instead?**

Yes. Hydrafetch is API-first: REST, MCP and webhooks. This Actor is the Apify-native way to run it.

### Automate it

Save your input as a task and put it on a [schedule](https://docs.apify.com/platform/schedules) to keep a list current. Apify can call a webhook when a run finishes, so results land in your own system without anyone watching the run.

Everything here is also available over the Apify API, which means any language with an HTTP client.

### Use it in your own stack

For ongoing use, going direct is cheaper per record and adds the rest of the API: scraping, crawling, search, structured extraction, MCP access and webhooks. The same data, without the Store in the middle.

```bash
curl "https://api.hydrafetch.com/v1/web/brand?domain=stripe.com" \
  -H "X-API-Key: $HYDRAFETCH_API_KEY"
```

There are typed clients for Python, Node, Go, Ruby, Rust and PHP, and an MCP server so Claude, Cursor and Codex can call it directly.

[hydrafetch.com](https://hydrafetch.com?utm_source=apify\&utm_medium=readme\&utm_content=company-enrichment-api) · [Docs](https://hydrafetch.com/docs?utm_source=apify\&utm_medium=readme\&utm_content=company-enrichment-api) · [MCP](https://hydrafetch.com/mcp?utm_source=apify\&utm_medium=readme\&utm_content=company-enrichment-api)

### Other Actors by Hydrafetch

- [Bulk Company Logo Finder: Logos, Colors & Sizes by Domain](https://apify.com/hydrafetch/bulk-company-logo-finder): give it a list of domains and get a direct image URL for each company logo, with dimensions and dominant color.
- [Website Color Palette Extractor: Colors, Fonts & Buttons](https://apify.com/hydrafetch/website-color-palette-extractor): read a site's real design system: colors by role with contrast ratios, the type scale, corner radius and button styling.
- [AI SEO & GEO Audit: Can ChatGPT & Perplexity Read Your Site?](https://apify.com/hydrafetch/ai-seo-geo-audit): check whether an LLM or AI agent can actually read your pages, and get the specific reasons when it cannot.

### Terms of use

**The results are yours.** You keep whatever rights you have in the inputs you submit and the output you get back, and we claim none of it. What we sell is the fetching and the processing, not the data.

Two things that follow from that. Third parties may hold rights in the underlying web content, and nothing here grants you rights over it. And because you choose the domains, the legality of fetching a given target and of what you do with the result is yours.

Full terms: [hydrafetch.com/terms](https://hydrafetch.com/terms?utm_source=apify\&utm_medium=readme\&utm_content=company-enrichment-api)

### Support

Something not working? Open an issue on the Issues tab with the input you used.

***

<div align="center">
Built by <a href="https://hydrafetch.com?utm_source=apify&utm_medium=readme&utm_content=company-enrichment-api">Hydrafetch</a>. Clean web data for developers and agents.
</div>

# Actor input Schema

## `domains` (type: `array`):

The domains to process, one per line. Bare domains like stripe.com, without https:// or a path.

## Actor input object example

```json
{
  "domains": [
    "stripe.com",
    "vercel.com"
  ]
}
```

# Actor output Schema

## `results` (type: `string`):

Company Enrichment API: Domain to Logo, Colors & Firmographics records (the run's default dataset).

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "domains": [
        "stripe.com",
        "vercel.com"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("hydrafetch/company-enrichment-api").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "domains": [
        "stripe.com",
        "vercel.com",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("hydrafetch/company-enrichment-api").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "domains": [
    "stripe.com",
    "vercel.com"
  ]
}' |
apify call hydrafetch/company-enrichment-api --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hydrafetch/company-enrichment-api"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/dxf865aHqiKygwU1U/builds/TGrd5I5DzeNmMza2j/openapi.json
