Domain to LinkedIn URL Resolver

v1.0.5$0.006/resultEnrichment

High-accuracy domain to LinkedIn company URL resolution via search and pattern matching. Fixes the 15-20% miss rate in Clay native enrichment.

Install

bash
npx @mambalabsdev/mcp-domain-to-linkedin-url-resolver

Use Cases

  • Clay enrichment fix. Replace Clay's native LinkedIn enrichment (15-20% miss rate) with a dedicated resolution step that catches the gaps.
  • Data cleanup. Batch-resolve a prospect list of domains to verified LinkedIn company URLs before importing into your CRM.

Features

  • Google search plus URL pattern matching for high accuracy
  • Fixes Clay native enrichment gaps
  • Returns verified LinkedIn company URL
  • Confidence scoring on match quality
  • Single input: company_domain

Input

company_domainstringrequired

The company domain to analyze, e.g. 'stripe.com'. Do not include https:// or www.

Output schema

json
{
  "company_domain": "linear.app",
  "linkedin_url": "https://www.linkedin.com/company/linear-app",
  "match_confidence": "high",
  "resolution_method": "search_verified"
}

Pricing

$0.006per 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.