Company Firmographic & Logo API avatar

Company Firmographic & Logo API

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Company Firmographic & Logo API

Company Firmographic & Logo API

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

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Technical Dost Solutions

Technical Dost Solutions

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

4 days ago

Last modified

Share

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

FieldTypeDescription
domainsarray (required)Domains to enrich, e.g. ["stripe.com","notion.so"].
includeLogobooleanReturn a logo URL per domain. Default true.
includeEmailsbooleanExtract public contact emails from the homepage. Default true.
maxItemsintegerCap the number of domains processed. Default 100.
{
"domains": ["stripe.com", "notion.so"],
"includeLogo": true,
"includeEmails": false,
"maxItems": 100
}

Output

Each domain yields one structured record:

{
"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.