# Company Firmographic & Logo API (`technicaldost/firmographic-logo-api`) Actor

Turn a domain into company firmographics + logo: name, description, industry, logo, social profiles and emails. Fast, stateless, developer-friendly.

- **URL**: https://apify.com/technicaldost/firmographic-logo-api.md
- **Developed by:** [Technical Dost Solutions](https://apify.com/technicaldost) (community)
- **Categories:** Lead generation, Developer tools
- **Stats:** 4 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 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.

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

## Company Firmographic & Logo API — Domain to Company Data

**Company Firmographic & Logo API** turns any **domain** into structured **company firmographics + a logo** in a single call. It is a fast, cheap, stateless **domain enrichment API** and **company logo API** — a drop-in alternative now that Clearbit's free Logo API is being retired. Built for developers embedding company enrichment into signup flows, CRMs, onboarding, and lead lists.

Give it a list of domains (e.g. `stripe.com`, `notion.so`) and get back each company's name, description, inferred industry, logo URL, social profiles, and public contact emails — no account linking, no per-seat pricing, pay only per domain enriched.

### Features

- **Domain → company name & description** parsed from the site's own metadata.
- **Industry classification** inferred from on-page signals (Fintech, SaaS, E-commerce, Healthcare, Marketing, Education, Media, Real Estate, Travel, and more).
- **Company logo API**: a clean logo URL per domain — the simplest **Clearbit Logo API alternative**.
- **Social profile discovery** (LinkedIn, X/Twitter, etc.) when linked from the homepage.
- **Public contact emails** from the company's own website (toggle off with `includeEmails: false`).
- **Bulk + stateless**: enrich up to 100 domains per run, fully concurrent, no state to manage.
- **Developer-friendly JSON** ready to drop into a signup flow, CRM enrichment job, or lead spreadsheet.

### Input

| Field | Type | Description |
|---|---|---|
| `domains` | array (required) | Domains to enrich, e.g. `["stripe.com","notion.so"]`. |
| `includeLogo` | boolean | Return a logo URL per domain. Default `true`. |
| `includeEmails` | boolean | Extract public contact emails from the homepage. Default `true`. |
| `maxItems` | integer | Cap the number of domains processed. Default `100`. |

```json
{
  "domains": ["stripe.com", "notion.so"],
  "includeLogo": true,
  "includeEmails": false,
  "maxItems": 100
}
```

### Output

Each domain yields one structured record:

```json
{
  "domain": "stripe.com",
  "companyName": "Stripe",
  "description": "Financial infrastructure to grow your revenue.",
  "industry": "Fintech / Payments",
  "logoUrl": "https://stripe.com/favicon.ico",
  "ogImage": "https://stripe.com/img/og.png",
  "socials": {
    "linkedin": "https://www.linkedin.com/company/stripe",
    "twitter": "https://twitter.com/stripe"
  },
  "emails": ["support@stripe.com"],
  "fetched": true
}
```

### How to enrich a domain into company data

1. Paste your list of domains into `domains`.
2. Keep `includeLogo` on to get a logo URL for each company.
3. Run the Actor and export results as JSON, CSV, or Excel — or call it from your backend on signup.

### How to use it as a Clearbit Logo API alternative

Set `includeLogo: true` and `includeEmails: false`, pass the domains you need logos for, and read `logoUrl` from each record. Stateless and pay-per-domain, so it scales from one lookup to thousands.

### Common use cases

- **Enrich SaaS signups** — turn a work-email domain into company name, industry, and logo during onboarding.
- **CRM & lead-list enrichment** — fill firmographic columns for a list of company domains.
- **Show company logos** in dashboards, directories, and comparison pages.
- **Segment inbound** by inferred industry before routing to sales.

### FAQ

**Is this a Clearbit alternative?** Yes — it covers the domain-to-firmographics and logo use cases with simple pay-per-domain pricing and no account linking.

**Do I need an API key for an external service?** No. You provide domains; the Actor does the rest.

**Does it return personal data?** It targets business-entity firmographics. Emails are generic addresses published on the company's own website; set `includeEmails: false` to skip them entirely.

**What formats can I export?** JSON, CSV, and Excel via the Apify dataset, or call the Actor's API directly.

**How fast is it?** Domains are processed concurrently; a typical batch of 100 finishes in well under a minute.

### Pricing

Pay-per-event: a small per-run start fee plus a per-domain charge. You pay only for domains you enrich — no monthly seats, no minimums. See the Pricing tab for current rates.

### Further reading

- Domain enrichment for signup flows and onboarding.
- Building a company logo service without Clearbit.
- Firmographic segmentation for inbound lead routing.

# Actor input Schema

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

Company domains to enrich, e.g. stripe.com, notion.so. Accepts bare domains or full URLs.

## `includeEmails` (type: `boolean`):

Scan the homepage and a contact page for public contact emails.

## `includeLogo` (type: `boolean`):

Resolve the company logo (apple-touch-icon / favicon, with a free fallback service).

## `maxItems` (type: `integer`):

Maximum domains to process. Controls your cost.

## Actor input object example

```json
{
  "domains": [
    "stripe.com",
    "notion.so"
  ],
  "includeEmails": true,
  "includeLogo": true,
  "maxItems": 100
}
```

# 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",
        "notion.so"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("technicaldost/firmographic-logo-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",
        "notion.so",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("technicaldost/firmographic-logo-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",
    "notion.so"
  ]
}' |
apify call technicaldost/firmographic-logo-api --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,technicaldost/firmographic-logo-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/VtSqA5LRGoBHFuThV/builds/m6qfbGoEkBqfUY4t9/openapi.json
