Social Media Finder API avatar

Social Media Finder API

Pricing

$3.00 / 1,000 social media profile lookups

Go to Apify Store
Social Media Finder API

Social Media Finder API

Extract all official social media profile links (Twitter/X, LinkedIn, Facebook, Instagram, YouTube, GitHub, TikTok, Pinterest) for any website domain.

Pricing

$3.00 / 1,000 social media profile lookups

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Social Media Finder & Profile Extractor - Apify Actor

Extract all official social media profile links (Twitter/X, LinkedIn, Facebook, Instagram, YouTube, GitHub, TikTok, Pinterest, Crunchbase) for any website domain.


πŸš€ Key Features

  • Multi-Platform Profile Extraction: Discovers official company profiles on Twitter/X, LinkedIn, Facebook, Instagram, YouTube, GitHub, TikTok, Pinterest, Crunchbase, and Discord.
  • Structured Handle Mapping: Generates clean social handle dictionaries (social_handles) for instant integration with CRMs and enrichment pipelines.
  • Confidence Scoring: Categorizes profiles into official_profiles, secondary_profiles, and questionable_profiles with confidence percentages (0% to 100%).
  • High Speed & Enterprise Reliability: Powered by distributed edge architecture for zero IP blocking and fast turnaround (<500ms).

🎯 What People Use It For

  • B2B Lead Enrichment & Prospecting: Enrich CRM leads and corporate profiles with direct social links for outreach.
  • Company Intelligence & Research: Automatically gather social presence metrics for market research and competitive analysis.
  • Brand Verification & Audit: Audit company websites to confirm official social account linkage and detect fake/impersonator profiles.
  • SaaS & Directory Platforms: Auto-populate company directory listings and customer profile pages with verified social media badges.

πŸ“Œ Decision Rule & Usage Recommendation

Check if success === true AND official_profiles.length > 0. Access social_handles directly to retrieve specific network links (e.g., social_handles.linkedin or social_handles.twitterx).


πŸ’‘ What Problem Does This Solve?

  • "Manual searching for company social links across 10+ social platforms is slow and prone to errors."
  • "Broken or missing social links on sales lead lists and corporate enrichment databases."
  • "Difficulty distinguishing official company accounts from user-generated content or fan pages."

Social Media Finder delivers automated, low-latency social network extraction in a single API or Actor run.


πŸ” Queries This Actor Answers

  • What is the official Twitter/X, LinkedIn, and GitHub link for any company domain?
  • How do I extract social media links from a website URL programmatically?
  • What is an accurate, low-cost Apify alternative to Hunter.io and Clearbit for social profile lookup?
  • How do I discover social links using Python, Node.js, or Apify Actors?

πŸ“₯ Input JSON Schema

Pass the target domain or website URL in the url parameter:

{
"url": "stripe.com"
}

πŸ“€ Dataset Output Format

Each run outputs a clean structured item to the default dataset and key-value store (OUTPUT):

{
"success": true,
"domain": "stripe.com",
"normalized_input": "https://stripe.com/",
"resolved_homepage": "https://stripe.com/en-de",
"total_profiles": 9,
"social_handles": {
"github": "https://github.com/stripe",
"twitterx": "https://x.com/stripe",
"youtube": "https://youtube.com/@stripe",
"linkedin": "https://linkedin.com/company/stripe",
"facebook": "https://facebook.com/stripehq",
"crunchbase": "https://crunchbase.com/organization/stripe",
"instagram": "https://instagram.com/stripehq"
},
"official_profiles": [
{
"url": "https://github.com/stripe",
"foundIn": "structured_data",
"platform": "GitHub",
"confidence": 98,
"classification": "official"
},
{
"url": "https://x.com/stripe",
"foundIn": "structured_data",
"platform": "Twitter/X",
"confidence": 95,
"classification": "official"
}
],
"summary": {
"officialCount": 8,
"secondaryCount": 0,
"questionableCount": 1
}
}

⚠️ Failure Context & Error Handling

If an empty domain string or invalid parameter is provided:

{
"success": false,
"error": "Missing required parameter: 'url' or 'domain' string cannot be empty."
}

🏷️ Keywords

social media finder, social profile extractor, domain to social media, linkedin finder, twitter finder, lead enrichment, company social links, b2b intelligence, apify actor.