Company Firmographic Enricher
v1.0.1$0.004/resultEnrichment
Domain to structured company firmographics: employee band, industry, HQ, founded year, revenue estimate, logo, and description from schema.org JSON-LD and meta tags. Flat JSON, Clay ready, with source provenance.
Install
bash
npx @mambalabsdev/mcp-company-firmographic-enricherUse Cases
- Account qualification. Enrich a target account list with employee count, industry, HQ location, and revenue estimate to qualify against your ICP criteria.
- Clay enrichment column. Add firmographic columns to any Clay table from public sources at $0.004 per company.
Features
- Employee band, industry, HQ, founded year
- Company main line, normalized to E.164
- source_signals, exactly which sources contributed
- 17 flat fields, always present, null when absent
- JSON-LD first, HTML meta tags as fallback
Input
domainstringoptionalBare domain, no scheme and no trailing slash.
company_namestringoptionalFallback label when the page does not publish a name.
domainsarrayoptionalBatch. Takes precedence over domain. One row per domain.
batchSizeintegeroptionalDomains enriched concurrently per wave. Maximum 10. Default: 5.
skipCachebooleanoptionalForce a fresh enrichment and ignore the 7 day cache. Default: false.
Output schema
json
{
"domain": "gitlab.com",
"company_name": "GitLab",
"employee_band": "1001-5000",
"employee_count": 2500,
"industry": null,
"hq_location": "San Francisco, CA, US",
"founded_year": "2011",
"revenue_estimate": "$250M-$1B",
"logo_url": "https://about.gitlab.com/images/press/logo/svg/gitlab-logo.svg",
"description": "GitLab is the DevSecOps platform.",
"company_phone": "+14155550199",
"company_phone_raw": "(415) 555-0199",
"company_phone_source": "jsonld_organization",
"fetch_status": "ok",
"source_signals": ["jsonld_organization"],
"data_completeness": 88,
"run_date": "2026-06-19T13:13:15Z"
}Pricing
$0.004per result
Pay-per-event billing on the Apify platform. You are charged only when the actor returns a result. No subscription, no seat license.
Free-tier Apify accounts include monthly free compute. Upgrade for higher concurrency and volume.