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

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Turn a domain into structured company data + logo in one call. A fast, cheap, stateless replacement for sunsetting enrichment/logo APIs (Clearbit's free Logo API retires Dec 2025). Built for developers embedding enrichment into signup flows, CRMs, and lead lists.

What you get per domain

  • Company name (from og:site_name, page title, or domain — smart-resolved)
  • Description (meta / OpenGraph)
  • Industry (heuristic classification)
  • Logo URL (apple-touch-icon / favicon, with a free fallback service)
  • Social profiles (twitter/x, linkedin, facebook, instagram, youtube, github, tiktok)
  • Public emails (optional)
  • ogImage, title, fetched, statusCode

Input

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

Domains can be bare (stripe.com) or full URLs (https://www.stripe.com/) — both are normalized.

Output

{
"domain": "shopify.com",
"companyName": "Shopify",
"description": "Start and grow your e-commerce business...",
"industry": "E-commerce",
"logoUrl": "https://cdn.shopify.com/.../icon.png",
"ogImage": "https://cdn.shopify.com/.../og.png",
"socials": { "twitter": "https://twitter.com/shopify", "linkedin": "https://linkedin.com/company/shopify" },
"emails": ["press@shopify.com"],
"title": "Shopify | The all-in-one commerce platform",
"fetched": true,
"statusCode": 200
}

Dead or unreachable domains return a row with fetched: false and a statusCode / error — the run never crashes on a bad domain.

Reliability & performance

  • Concurrent processing (5 domains in parallel) for fast batches.
  • Per-domain timeout + retry; failures are isolated, not fatal.
  • Fully stateless — no proxies, no login, no stored credentials.

Pricing

Pay per result. Cheap enough to embed in high-volume developer workflows; resolve a logo or a full firmographic record per call.

Notes & limitations

  • industry is a lightweight keyword heuristic, not an ML classifier — treat as a hint.
  • emails are scraped from public pages (homepage + a contact page); many sites publish none.
  • Logo resolution prefers the site's own icons and falls back to a public favicon service.

Data usage & compliance

This Actor fetches only publicly accessible company homepages (the same pages any visitor sees) and reads public metadata. It does not bypass logins or paywalls. Use enrichment data in line with applicable privacy laws and the source sites' terms.