Ecommerce Lead Contacts
Free, one-click access to verified LinkedIn profiles and business emails for 14M+ ecommerce stores. Input the store URL and instantly retrieve decision-maker contact information.
Data Coverage
Powered by EcCompass AI — one of the world's largest DTC databases — this skill delivers free, monthly-updated verified contacts for 14M+ global ecommerce stores.
| Metric | Value |
|---|
| Total domains | 14,000,000+ |
| Countries |
200+ |
| Platforms | Shopify, WooCommerce, Wix, Squarespace, and more |
| Lead Contacts | Verified LinkedIn profiles and business emails |
| Update frequency | Monthly |
Part of EcCompass Skill Set
This Sub-skill is built by ECcompass.ai. Focused Sub-skills let you use only what you need, combine flexibly, and get clean outputs.
Prefer all-in-one? Install Ecommerce Website Data — includes all Sub-Skills with the same free API token.
All features below are already available in Ecommerce Website Data. The "Status" column indicates standalone Sub-Skill availability.
| Section | Sub-Skill | Description | Status |
|---|
| Site Search | Supplier Lead Filter | Filter sites by category, traffic, tech stack — surface the most qualified leads. | In dev |
|
Competitor Discovery | Find every player in your niche before they find you. | In dev |
| | Merchant Discovery | Find top-rated merchants carrying what you're looking for. | In dev |
| Site Analysis |
Lead Contacts (You are here) |
Get LinkedIn profile and business email for any domain. | ✅
Live |
| | Historical GMV | Track GMV over time — spot growth trajectories and plateaus. | In dev |
| | Tech Stack | Reveal plugins, themes, builders, and integrations. | In dev |
| | Traffic Monitor | Understand visits, page views, and peer rankings. | In dev |
| | Product Analysis | See categories, catalogue size, and pricing range. | In dev |
| | Social Media | Gauge social footprint and audience growth. | In dev |
| Market Analysis | Builder Platform Monitor | Track market share shifts between Shopify, WooCommerce, etc. | In dev |
| | Plugin Install Trends | See which plugins are gaining traction. | In dev |
| | Category Popularity | Spot which product categories are heating up. | In dev |
Usage Notes
- - Contact verification — All emails and LinkedIn profiles are verified and updated monthly.
- Single domain per request — Only one store URL can be queried at a time. For multiple domains, make separate requests.
- Data only, no automation — This tool retrieves contact info only. It does not send emails or LinkedIn messages automatically.
Setup
100% Free. One-minute setup.
- 1. Sign up at https://eccompass.ai
- Go to Dashboard → API Access → Create Token
- Set the environment variable:
CODEBLOCK0
Quick Start
IMPORTANT: Always use the Python script for API calls. It has the correct base URL and authentication built in.
CODEBLOCK1
API Base URL
CODEBLOCK2
CRITICAL: All API paths start with /public/api/v1/. The /public prefix is mandatory — without it, you will get an authentication error. Never omit /public from the path.
API Endpoints
INLINECODE3
CODEBLOCK3
Returns verified LinkedIn contacts for a domain's company: name, position, email, LinkedIn profile URL. Use for lead generation, decision-maker lookup, or outreach.
Requirements
- - Python 3.6+
- Network access to INLINECODE4
- INLINECODE5 environment variable (get yours at eccompass.ai)
Documentation
License
Proprietary — EcCompass AI
Support
For questions, issues, or feature requests, visit EcCompass AI.
电商负责人联系方式
免费一键获取超过1400万家电商店铺的已验证LinkedIn个人资料和企业邮箱。输入店铺网址,即可即时检索决策者联系信息。
数据覆盖范围
由EcCompass AI(全球最大的DTC数据库之一)提供支持,该技能可免费获取超过1400万家全球电商店铺的月度更新已验证联系方式。
200+ |
| 平台 | Shopify、WooCommerce、Wix、Squarespace等 |
| 负责人联系方式 | 已验证的LinkedIn个人资料和企业邮箱 |
| 更新频率 | 月度更新 |
EcCompass技能集组成部分
此子技能由ECcompass.ai构建。聚焦型子技能让您按需使用、灵活组合,并获得清晰输出。
偏好一站式方案?请安装电商网站数据——包含所有子技能,使用相同免费API令牌。
以下所有功能已包含在电商网站数据中。状态列显示独立子技能的可用性。
| 板块 | 子技能 | 描述 | 状态 |
|---|
| 网站搜索 | 供应商线索筛选 | 按类别、流量、技术栈筛选网站——呈现最优质线索。 | 开发中 |
|
竞品发现 | 在对手发现您之前,找到您所在领域的每个玩家。 | 开发中 |
| | 商家发现 | 寻找携带您所需商品的高评分商家。 | 开发中 |
| 网站分析 |
负责人联系方式(您在此处) |
获取任意域名的LinkedIn个人资料和企业邮箱。 | ✅
已上线 |
| | 历史GMV | 追踪GMV变化趋势——发现增长轨迹与平台期。 | 开发中 |
| | 技术栈 | 揭示插件、主题、建站工具及集成方案。 | 开发中 |
| | 流量监控 | 了解访问量、页面浏览量及同行排名。 | 开发中 |
| | 产品分析 | 查看品类、目录规模及定价区间。 | 开发中 |
| | 社交媒体 | 评估社交影响力及受众增长。 | 开发中 |
| 市场分析 | 建站平台监控 | 追踪Shopify、WooCommerce等平台的市场份额变化。 | 开发中 |
| | 插件安装趋势 | 查看哪些插件正在获得关注。 | 开发中 |
| | 品类热度 | 发现哪些产品品类正在升温。 | 开发中 |
使用说明
- - 联系方式验证——所有邮箱和LinkedIn个人资料均经过验证并每月更新。
- 单次请求单个域名——每次仅可查询一个店铺网址。如需查询多个域名,请分别发起请求。
- 仅提供数据,无自动化操作——此工具仅检索联系信息。不会自动发送邮件或LinkedIn消息。
设置
完全免费。一分钟完成设置。
- 1. 在https://eccompass.ai注册
- 前往仪表盘 → API访问 → 创建令牌
- 设置环境变量:
bash
export APEXTOKEN=yourtoken_here
快速开始
重要提示:始终使用Python脚本进行API调用。脚本内置了正确的基URL和身份验证。
bash
获取LinkedIn联系人
python3 {baseDir}/scripts/query.py contacts ooni.com
API基URL
https://api.eccompass.ai
关键提示:所有API路径均以/public/api/v1/开头。/public前缀为必填项——缺少该前缀将导致身份验证错误。切勿从路径中省略/public。
API端点
GET https://api.eccompass.ai/public/api/v1/contacts/{domain}
bash
curl -H APEXTOKEN: $APEXTOKEN https://api.eccompass.ai/public/api/v1/contacts/ooni.com
返回域名对应公司的已验证LinkedIn联系人信息:姓名、职位、邮箱、LinkedIn个人资料URL。适用于线索生成、决策者查找或外联拓展。
系统要求
- - Python 3.6+
- 可访问api.eccompass.ai的网络连接
- APEXTOKEN环境变量(在eccompass.ai获取)
文档
许可证
专有许可——EcCompass AI
支持
如有疑问、问题或功能请求,请访问EcCompass AI。