Company Enrichment API - Domain to Buyer Fit Brief avatar

Company Enrichment API - Domain to Buyer Fit Brief

Pricing

from $5.00 / 1,000 company enricheds

Go to Apify Store
Company Enrichment API - Domain to Buyer Fit Brief

Company Enrichment API - Domain to Buyer Fit Brief

Turn any domain into company data, tech stack, contacts, WHOIS, DNS, SEO metadata, and an optional Buyer Fit Brief for sales teams. Clearbit alternative.

Pricing

from $5.00 / 1,000 company enricheds

Rating

0.0

(0)

Developer

George Kioko

George Kioko

Maintained by Community

Actor stats

2

Bookmarked

114

Total users

37

Monthly active users

54 days

Issues response

a day ago

Last modified

Share

Company Enrichment API: Domain to Buyer Fit Brief

Turn any domain into a buyer brief you can actually send. Get company data, tech stack, contact info, WHOIS, DNS, SEO metadata, social profiles, and an optional Buyer Fit Brief with a fit score, sales angle, buying signals, and risks. Built for SDRs, lead ops, agencies, and enrichment workflows that need a practical Clearbit, BuiltWith, Clay, or ZoomInfo alternative without a monthly contract.

Live Store proof as of 2026-06-17: 96 total users, 5,600 total runs, 31 users in the last 30 days, and 97%+ recent public-run success.

Company Enrichment on Apify

How it works

flowchart LR
A[Input domain<br/>stripe.com] --> B[Normalize and block<br/>private/internal hosts]
B --> C[Fetch website HTML<br/>with safe fallback]
C --> D[Extract metadata<br/>title, description, H1,<br/>social profiles, contacts]
D --> E[Detect tech stack<br/>CMS, frameworks,<br/>analytics, infrastructure]
E --> F[Run DNS + WHOIS<br/>MX, SPF, DMARC,<br/>domain age, registrar]
F --> G{brief=true?}
G -- no --> H[Raw enrichment JSON]
G -- yes --> I[Buyer Fit Brief<br/>score, angle, signals, risks]
I --> H
H --> J[Standby response<br/>or Apify dataset]

Sales workflow

flowchart TD
LIST[Prospect domains<br/>from CRM, CSV, Ads, SERP] --> ENRICH[Company Enrichment API]
ENRICH --> FIELDS[Company fields<br/>stack, contacts, socials,<br/>WHOIS, DNS, SEO]
ENRICH --> BRIEF[Buyer Fit Brief]
BRIEF --> SCORE[fit_score + fit_tier]
BRIEF --> ANGLE[sales_angle]
FIELDS --> CRM[CRM enrichment]
SCORE --> ROUTE[Lead routing]
ANGLE --> OUTREACH[Outbound email<br/>or sales task]

What makes this different

Most enrichment APIs hand you a JSON blob. You still have to read it, interpret it, and write the outreach yourself. This one does the reading for you.

Flip brief=true on any call and the response includes a structured artifact you can drop straight into a sales tool:

"buyer_brief": {
"fit_score": 82,
"fit_tier": "hot",
"buyer_type": "midmarket",
"sales_angle": "Open with their new Next.js migration. They're hiring 3 senior engineers per their careers page.",
"buying_signals": [
"modern stack: React, Next.js, AWS",
"active hiring signals",
"public decision maker contacts available"
],
"risks": ["domain is under 12 months old"]
}

Raw data you always get

  • Company identification (name, description, logo, favicon)
  • Technology detection (35+ signals: CMS, frameworks, analytics, infrastructure, payments)
  • Social profiles (X, LinkedIn, Facebook, Instagram, YouTube, GitHub, TikTok, Threads)
  • Contact extraction (emails and phones found on the site)
  • WHOIS data (domain age, registrar, creation and expiry dates)
  • DNS analysis (A, MX, SPF, DMARC)
  • SSL detection
  • SEO metadata (title, description, OG image, canonical, H1 headings)
  • Email provider detection (Google Workspace, Microsoft 365, Zoho, Proton)
  • Bulk mode (up to 10 domains per request)
  • Instant API via Standby mode

Use cases

  • Sales prospecting. Replace your SDR's "research the company" step with a brief that names the angle.
  • Lead scoring. Feed fit_score straight into your CRM as a numeric field.
  • Agency outreach. Qualify 1,000 domains overnight and sort by fit_tier.
  • CRM enrichment. Populate Salesforce and HubSpot with the structured fields.
  • Due diligence. Get a one paragraph summary before a discovery call.
  • Competitive mapping. Scan competitor stacks and social presence.
  • Clearbit alternative. Enrich domains without needing a separate SaaS subscription.
  • BuiltWith alternative for lightweight stack detection plus contact/social context.
  • Clay workflow step. Use Apify API output as a lower-cost enrichment source before expensive human or AI research.

Input

FieldTypeDescription
domainStringCompany domain to enrich (e.g. stripe.com)
domainsArrayMultiple domains to enrich (max 10)
briefBooleanAdds the Buyer Fit Brief to the response. Charged as 3 events per domain.

Single domain

{ "domain": "stripe.com" }

Single domain with brief

{ "domain": "stripe.com", "brief": true }

Bulk with brief

{ "domains": ["stripe.com", "shopify.com", "notion.so"], "brief": true }

Output (raw enrichment, no brief)

{
"domain": "stripe.com",
"company_name": "Stripe",
"description": "Stripe is a financial infrastructure platform for businesses.",
"technologies": ["React", "Next.js", "Google Analytics", "Cloudflare", "Stripe", "Google Workspace"],
"social_profiles": {
"twitter": { "url": "https://twitter.com/stripe", "handle": "stripe" },
"linkedin": { "url": "https://linkedin.com/company/stripe", "handle": "stripe" },
"github": { "url": "https://github.com/stripe", "handle": "stripe" }
},
"contact": {
"emails": ["support@stripe.com"],
"phones": []
},
"domain_info": {
"age": "15y 2m",
"registrar": "SafeNames Ltd.",
"created": "2009-09-30T00:00:00.000Z",
"expires": "2030-09-30T00:00:00.000Z"
},
"dns": {
"a": ["185.166.21.22"],
"mx": ["aspmx.l.google.com"],
"has_spf": true,
"has_dmarc": true
},
"ssl": { "has_ssl": true }
}

API endpoints (Standby mode)

GET /enrich

$curl "https://YOUR-STANDBY-URL/enrich?domain=stripe.com&brief=true"

POST /enrich

curl -X POST "https://YOUR-STANDBY-URL/enrich" \
-H "Content-Type: application/json" \
-d '{"domain": "stripe.com", "brief": true}'

POST /enrich/bulk

curl -X POST "https://YOUR-STANDBY-URL/enrich/bulk" \
-H "Content-Type: application/json" \
-d '{"domains": ["stripe.com", "shopify.com"], "brief": true}'

Pricing

Per event pricing. You only pay for what you run.

ModeEventsCost at current $0.005/event
Raw enrichment1 event$0.005 per domain
Enrichment + Buyer Fit Brief3 events$0.015 per domain

Bulk requests charge per domain. Health-check/example domains are guarded in the actor so repeated uptime pings do not burn paid enrichment work.

Apify competitor demand signal

Live Apify Store search on 2026-06-17 shows buyer demand around company enrichment, lead enrichment, and Clearbit alternatives. The strongest Store language clusters around "Apollo alternative", "ZoomInfo alternative", "lead enrichment", "domain enricher", and "Clearbit alternative".

Actor30-day usersTotal usersPositioning
code_crafter/leads-finder3,83338,720Apollo/ZoomInfo-style leads with emails
logical_vivacity/scout46110Lead enrichment + OSINT, domain/person dossiers
inexhaustible_glass/linkedin-email-finder37109Email finder plus B2B lead enrichment
chieftools/b2b-linkedin-lead-generator30277AI matching companies and decision-makers
foxlabs/company-enrichment1216Firmographics, revenue, HQ, Clearbit-style enrichment
george.the.developer/company-enrichment-api3196Domain to company data plus Buyer Fit Brief

The opportunity is to own the narrower "domain to buyer fit brief" lane instead of competing as another generic lead scraper.

Compared to alternatives

FeatureThis APIClearbit-style toolsBuiltWith-style toolsZoomInfo/Apollo-style tools
Buyer fit briefYesUsually noNoUsually no
Pay per call on ApifyYesUsually subscription/API planUsually subscription/API planUsually contract or credits
Tech detection35+ signalsLimited to enrichment fieldsDeep tech stackLimited
Social profilesYesOften yesUsually noOften yes
WHOIS and DNS dataYesUsually noUsually noUsually no
Contact extraction from websiteYesVariesNoYes
No separate vendor API keyYesNoNoNo

How the brief works

The brief combines the raw enrichment signals (tech stack, contact availability, social footprint, domain age, positioning) and produces a scored artifact per domain. Score weighting favors reachable buyers with public decision maker contacts and a modern stack.

The brief now goes through a structured VPS endpoint instead of posting raw prompts straight to Ollama. The API returns a deterministic heuristic brief immediately, then the VPS warms an AI-enhanced brief in the background and serves that richer version from cache on later lookups for the same company summary. If the model is slow or unavailable, the request still fails open to the heuristic brief instead of sitting on a long timeout.

Browse all tools by george.the.developer on Apify.