Company Social Presence Mapper
v1.0.2$0.015/resultEnrichment
Resolves a company domain to its official LinkedIn, X, Instagram, Facebook, and YouTube URLs, plus follower counts where publicly accessible. Flat Clay-ready output with discovery method, per-platform status, and confidence scoring.
Install
bash
npx @mambalabsdev/mcp-company-social-presence-mapperUse Cases
- Profile enrichment. Resolve any company domain to its full social media footprint: LinkedIn, X, Instagram, Facebook, and YouTube with follower counts.
- Clay enrichment column. Add social URLs and follower counts as flat columns in your Clay table for outreach personalization.
Features
- Five platform URLs in one row
- Follower and subscriber counts where public
- discovery per platform, how each URL was found
- 26 flat fields, snake_case, one row per company
- Homepage sameAs and footer links read first
Input
company_domainstringoptionalBare domain, no scheme and no trailing slash.
company_namestringoptionalSharpens the validation gate against impersonator pages.
platformsarrayoptionalNarrow to linkedin, x, instagram, facebook, youtube. Default: all five.
includeFollowerCountsstringoptional"false" returns URLs only and runs faster. Default: "true".
skipCachestringoptional"true" forces a fresh lookup. Default: "false".
Output schema
json
{
"company_domain": "stripe.com",
"company_name": "Stripe",
"platforms_checked": ["linkedin", "x", "instagram", "facebook", "youtube"],
"platforms_found": ["linkedin", "x", "youtube"],
"linkedin_url": "https://www.linkedin.com/company/stripe",
"linkedin_followers": 1024000,
"linkedin_discovery": "homepage_sameas",
"linkedin_status": "ok",
"x_url": "https://x.com/stripe",
"x_followers": null,
"x_discovery": "homepage_link",
"x_status": "url_only",
"instagram_url": null,
"instagram_status": "not_found",
"youtube_url": "https://www.youtube.com/@StripeDev",
"youtube_followers": 42600,
"youtube_discovery": "search",
"confidence": 0.9,
"run_date": "2026-06-21T06:27:33Z"
}Pricing
$0.015per 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.