Social Media Finder API
收藏资源简介:
Extract all official, secondary, and questionable social media profiles (Twitter/X, LinkedIn, Facebook, Instagram, YouTube, GitHub, TikTok, Pinterest, Crunchbase) for any website domain.
数据集概述:Social Media Finder API
名称:Social Media Finder API
类别:Social
版本:1.0.0(当前)
提供者:dev00
订阅用户数:1
核心功能
Social Media Finder API 是一个企业级社交网络发现引擎,能够自动查找、验证并提取任何目标公司网站域名的官方社交媒体资料。它通过深度 HTML DOM 解析、Schema.org JSON-LD 结构化数据提取以及置信度评分算法,扫描目标 Web 域名,提供完整的社交资料列表、平台分类及验证过的社交账户链接。
主要能力包括:
- 官方社交账户发现:识别 Twitter/X、LinkedIn、Facebook、Instagram、YouTube、GitHub、TikTok、Pinterest、Crunchbase 和 Discord 上的已验证公司资料。
- 多输入支持:接受纯域名(如
stripe.com)、完整 URL(如https://stripe.com/)、JSON 请求体或 GET 查询参数。 - 结构化分类:将发现的链接分为
official_profiles、secondary_profiles和questionable_profiles三类,并附带置信度百分比(0% 至 100%)。 - 便捷的社交账号映射:生成干净的键值映射(
social_handles),便于前端即时集成。
应用场景
- B2B 线索丰富与潜在客户开发:为 CRM 线索和企业资料补充直接社交链接,用于外联。
- 公司情报与研究:自动收集社交存在指标,用于市场研究和竞争分析。
- 品牌验证与审计:审计公司网站,确认官方社交账户关联,并检测虚假或冒名账户。
- SaaS 与目录平台:为目录列表和客户资料页自动填充已验证的社交媒体徽章。
决策规则
判断是否成功并获取结果:
检查 success === true 且 official_profiles.length > 0。之后可直接访问 social_handles 获取特定平台链接(如 social_handles.linkedin 或 social_handles.twitterx)。
解决的问题
- 手动在 10 多个社交平台上搜索公司社交链接缓慢且易出错。
- 销售线索列表和企业丰富数据库中缺少或损坏的社交链接。
- 难以区分官方公司账户与用户生成内容或粉丝页面。
查询示例(API 可回答的问题)
- 任何公司域名的官方 Twitter/X、LinkedIn 和 GitHub 链接是什么?
- 如何以编程方式从网站 URL 提取社交媒体链接?
- 作为社交资料查找的 Hunter.io 和 Clearbit 替代方案,哪个 API 准确且低成本?
- 如何使用 Python、JavaScript 或 cURL 发现社交链接?
典型用法
给定目标网站域名或 URL,调用 API 即可收到完整的官方社交媒体资料链接列表、账号映射和置信度评分。
输出 JSON 格式示例
json { "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, "ignoredCount": 0 } }
错误处理
当提供空域名或无效参数时,API 返回:
json { "success": false, "error": "Missing required parameter: "url" or "domain" string cannot be empty.", "status": 400 }
性能指标
- Popularity:8.4
- Service Level:100%
- Latency:228ms
- Test:100%
订阅计划
| 计划 | 价格 |
|---|---|
| BASIC | $0.00/月 |
| PRO | $19.99/月 |
| ULTRA | $99.99/月 |
| MEGA | $499.99/月 |
关键词
social media finder, social profile extractor, domain to social media, linkedin finder, twitter finder, lead enrichment, company social links, b2b intelligence, web scraping
使用说明
该 API 会提取任何网站域名的所有官方、次要和可疑社交媒体资料(包括 Twitter/X、LinkedIn、Facebook、Instagram、YouTube、GitHub、TikTok、Pinterest 和 Crunchbase),并以结构化 JSON 格式返回结果。




