Website Company Enricher avatar

Website Company Enricher

Pricing

Pay per usage

Go to Apify Store
Website Company Enricher

Website Company Enricher

Enrich company data from any website domain. Extracts company name, emails, phones, social links, tech stack, addresses, and more. A free alternative to Clearbit and Clay for lead enrichment and sales prospecting.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Saturnin Pugnet

Saturnin Pugnet

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Categories

Share

🏢 Website Company Enricher — Clearbit Alternative

A free, open-source Apify actor that enriches company data from any domain. Give it a list of websites, and it returns structured company intelligence — perfect for lead enrichment, sales prospecting, and market research.

Think of it as a poor man's Clearbit/Clay enrichment, powered by public website data.

What It Extracts

Data PointSource
Company NameJSON-LD, og:site_name, <title>
DescriptionMeta description, OG tags
Emailsmailto: links, page text, JSON-LD
Phone Numberstel: links, contact pages, JSON-LD
Social LinksTwitter/X, LinkedIn, Facebook, Instagram, YouTube, GitHub, TikTok, Pinterest, Crunchbase
AddressJSON-LD structured data, US address regex
Tech Stack55+ technologies detected (CMS, frameworks, analytics, marketing tools, CDNs, payment processors)
Logo & FaviconOG image, apple-touch-icon, favicon
LanguageHTML lang attribute
Meta DataOG tags, Twitter card info

How It Works

  1. Takes a list of domains as input
  2. Crawls the homepage + priority pages (about, contact, team, careers)
  3. Extracts data from HTML, meta tags, JSON-LD structured data, and link analysis
  4. Returns clean, structured JSON for each domain

Input

{
"domains": ["apify.com", "stripe.com", "notion.so"],
"maxPagesPerDomain": 5,
"proxyConfiguration": {
"useApifyProxy": true
}
}
ParameterTypeDefaultDescription
domainsstring[]requiredList of domains or URLs to enrich
maxPagesPerDomaininteger5Max pages to crawl per domain (1-20)
proxyConfigurationobjectnoneApify proxy settings

Output

Each domain produces a result like:

{
"domain": "stripe.com",
"companyName": "Stripe",
"description": "Stripe powers online and in-person payment processing and financial solutions for businesses of all sizes.",
"emails": ["sales@stripe.com", "support@stripe.com"],
"phones": ["+1-888-926-2289"],
"socialLinks": {
"twitter": "https://x.com/stripe",
"linkedin": "https://linkedin.com/company/stripe",
"github": "https://github.com/stripe",
"facebook": "https://facebook.com/StripeHQ"
},
"addresses": ["354 Oyster Point Blvd, South San Francisco, CA 94080"],
"techStack": ["React", "Next.js", "Stripe", "Google Analytics", "Cloudflare"],
"logoUrl": "https://stripe.com/img/v3/home/social.png",
"favicon": "https://stripe.com/favicon.ico",
"language": "en",
"meta": {
"ogTitle": "Stripe | Financial Infrastructure for the Internet",
"twitterHandle": "@stripe"
},
"pagesCrawled": 5,
"enrichedAt": "2026-02-16T15:00:00.000Z"
}

Use Cases

  • Sales Prospecting: Enrich a list of target company domains with contact info and tech stack
  • Lead Qualification: Identify what tools prospects use (selling to HubSpot users? Shopify stores?)
  • Market Research: Map the tech landscape of companies in a specific industry
  • Competitive Intelligence: Understand what technologies competitors are using
  • Clay/CRM Enrichment: Pipe results into Clay, HubSpot, Salesforce via Apify integrations

Tech Stack Detection (55+ Technologies)

CMS/Platforms: WordPress, Shopify, Wix, Squarespace, Webflow Frameworks: React, Vue.js, Angular, Next.js, Nuxt.js, Svelte, Gatsby, Remix CSS: Bootstrap, Tailwind CSS Analytics: Google Analytics, Google Tag Manager, Mixpanel, Amplitude, Heap, FullStory, Hotjar Marketing: HubSpot, Marketo, Pardot, Segment, Mailchimp Chat/Support: Intercom, Drift, Zendesk, Crisp, Freshworks CDN/Infrastructure: Cloudflare, Fastly, Akamai, AWS, Azure, Google Cloud Payments: Stripe, PayPal Dev Tools: Sentry, Datadog, LaunchDarkly, Optimizely, Algolia, Firebase, Supabase Other: reCAPTCHA, hCaptcha, SendGrid, Twilio, Typeform, jQuery

Rate Limits & Best Practices

  • Default 5 concurrent requests
  • 2 retries per failed request
  • 30s timeout per page
  • Use Apify proxy for best results on sites with anti-bot protection

Integrations

Works with all Apify integrations:

  • Clay — Use as an enrichment step in Clay tables
  • Google Sheets — Export results directly
  • Zapier/Make/n8n — Trigger enrichment workflows
  • Webhooks — Get notified when enrichment completes
  • API — Call programmatically from any application

Cost

Estimated ~$0.25-0.50 per 100 domains on Apify platform (depending on proxy usage and pages crawled).

License

ISC