Company Enrichment - domain to company profile avatar

Company Enrichment - domain to company profile

Pricing

from $10.00 / 1,000 company profiles

Go to Apify Store
Company Enrichment - domain to company profile

Company Enrichment - domain to company profile

Input: a domain such as stripe.com. Output: company name, description, domain age, registrar, DNS and email provider, technology stack, hiring platform and social handles. Use when you have a website and need to know what the company is and what it runs on.

Pricing

from $10.00 / 1,000 company profiles

Rating

0.0

(0)

Developer

Alexandre de La Fayette

Alexandre de La Fayette

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Company Enrichment

Give it a domain. Get back a company profile assembled from public records.

No API keys, no logins, no personal data. Every field comes from somewhere anyone can look: domain registration records, DNS, the company's own public homepage, and public certificate logs.

What you get

One row per domain:

Identity

FieldDescription
domainNormalised domain (protocol and www. stripped)
companyNameCompany name from site metadata
descriptionMeta or OpenGraph description
titlePage title
languageDeclared page language

Registration — from RDAP, the public successor to WHOIS

FieldDescription
registrarWho the domain is registered through
registeredAt / expiresAtRegistration dates
domainAgeYearsAge in years — a useful proxy for company maturity
statusDomain status codes

Infrastructure — from DNS

FieldDescription
mailProviderGoogle Workspace, Microsoft 365, Zoho, Proton, Mimecast, Fastmail, Amazon SES
nameserverProviderCloudflare, AWS Route 53, Azure, Google
mx / ns / ipv4Raw records
hasSPF / hasDMARCEmail authentication posture

Technology and presence — from the public homepage

FieldDescription
technologiesDetected stack: WordPress, Shopify, Next.js, HubSpot, Segment, Intercom, Stripe and more
socialsLinkedIn, X, GitHub, YouTube handles found on the page
atsPlatform / atsSlugWhich hiring system they use, and their slug
careersLinkInHtml / pricingLinkInHtmlWhether those links appear in the static HTML

Input

{
"domains": ["stripe.com", "notion.so", "figma.com"],
"includeHomepage": true,
"includeCertificates": false,
"timeoutSeconds": 25
}
OptionDefaultWhat it does
domainsrequiredDomains to enrich. https:// and www. are stripped for you
includeHomepagetrueRead the public homepage for metadata, tech and socials
includeCertificatesfalseLook up subdomains in public certificate logs. Off by default because the crt.sh service is often slow
timeoutSeconds25Per-domain timeout

Who this is for

  • Sales teams qualifying inbound domains before a rep spends time on them
  • Marketing segmenting a list by technology stack or company maturity
  • Investors doing quick diligence across many companies at once
  • Recruiters — the atsPlatform field tells you exactly where a company posts its jobs
  • Security and IT auditing email authentication (SPF/DMARC) across a portfolio

Pairs naturally with our ATS Jobs Aggregator: this tells you a company uses Greenhouse and gives you their slug; that one pulls all their open roles.

Where the data comes from

SourceWhat it provides
RDAPRegistration, registrar, dates
DNSMX, NS, A records, SPF, DMARC
Public homepageMetadata, technology signals, social links
Certificate transparency logsSubdomains (optional)

The homepage fetch honours robots.txt — a site that disallows crawling is skipped, and the row comes back with robotsAllowed: false.

Honest limits

  • Technology detection reads static HTML only. Sites that load everything client-side will show fewer signals. Detection matches asset URLs, not brand names, so a company merely mentioning Shopify is not reported as using it.
  • careersLinkInHtml is about the HTML, not reality. Sites with client-rendered navigation will report false even when the page exists. The field name says so deliberately.
  • includeCertificates adds roughly 8 seconds per domain and sometimes returns nothing when crt.sh is unavailable.
  • No personal contact data is collected. This profiles companies, not people.

Pricing

Pay per event. You are charged per domain successfully enriched.

Changelog

1.0 — First release. RDAP, DNS, homepage metadata, technology and ATS detection.