← Back to Skills Marketplace
lead-scraper
by
wensen2024
· GitHub ↗
· v1.0.2
· MIT-0
135
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install lead-scraper
Description
自动抓取潜在客户信息 - 智能线索抓取工具,支持多平台客户信息采集、清洗、去重、分类
README (SKILL.md)
\r \r
线索抓取\r
\r 智能潜在客户信息采集工具,帮助企业快速建立销售线索库。\r \r
功能特性\r
\r
- 🎯 多平台抓取: 企查查、天眼查、B2B平台、社交平台\r
- 🔧 数据清洗: 格式标准化、无效数据过滤、重复去重\r
- 📊 智能分类: 按行业、地区、规模、意向度分类\r
- 📤 多格式导出: Excel、CSV、JSON、CRM对接\r
- ⭐ 线索评分: 自动评估线索质量和优先级\r
- 🔐 合规安全: 只抓取公开信息,遵守法律法规\r \r
使用方式\r
\r
# 按行业抓取\r
抓取 杭州地区 电子商务行业 企业联系方式\r
\r
# 按关键词抓取\r
抓取 包含"智能制造"关键词的企业信息\r
\r
# 按平台抓取\r
从LinkedIn抓取 软件工程师 线索\r
\r
# 展会线索\r
抓取 2026年广交会 参展商信息\r
\r
# 数据清洗\r
清洗这份客户名单 去重补全 contact_list.xlsx\r
\r
# 线索评分\r
评估这份线索质量 leads.csv\r
```\r
\r
## 配置要求\r
\r
### 必需配置\r
无特殊配置要求。\r
\r
### 可选配置\r
```json\r
{\r
"skills": {\r
"entries": {\r
"lead-scraper": {\r
"config": {\r
"platforms": ["qichacha", "tianyancha"],\r
"rate_limit": 100,\r
"output_format": "xlsx"\r
}\r
}\r
}\r
}\r
}\r
```\r
\r
## 支持平台\r
\r
### 企业信息平台\r
- 企查查\r
- 天眼查\r
- 启信宝\r
- 国家企业信用信息公示系统\r
\r
### B2B平台\r
- 阿里巴巴1688\r
- 慧聪网\r
- 中国制造网\r
\r
### 社交平台\r
- LinkedIn\r
- 脉脉\r
\r
### 行业资源\r
- 展会参展商名录\r
- 行业协会会员\r
- 招投标信息平台\r
\r
## 输出示例\r
\r
```\r
========================================\r
线索抓取报告\r
========================================\r
\r
【抓取概况】\r
关键词: 电子商务 杭州\r
数据来源: 企查查、天眼查\r
抓取数量: 256条\r
有效线索: 243条 (94.9%)\r
\r
【线索统计】\r
按行业分布:\r
- 电子商务: 45%\r
- 软件服务: 25%\r
- 物流仓储: 15%\r
- 其他: 15%\r
\r
按企业规模:\r
- 大型企业: 5%\r
- 中型企业: 25%\r
- 小型企业: 70%\r
\r
按地区分布:\r
- 西湖区: 30%\r
- 滨江区: 25%\r
- 余杭区: 20%\r
- 其他: 25%\r
\r
【优质线索 Top 10】\r
1. 杭州XX科技有限公司\r
评分: 9.5/10 | 行业: 电商服务 | 规模: 中型\r
联系人: 张总 | 电话: 138****1234\r
意向度: 高 | 备注: 近期有采购需求\r
\r
2. 浙江YY电子商务有限公司\r
评分: 9.2/10 | 行业: 跨境电商 | 规模: 中型\r
联系人: 李经理 | 电话: 139****5678\r
意向度: 高 | 备注: 扩张期\r
\r
...\r
\r
【导出文件】\r
格式: Excel (.xlsx)\r
路径: ./output/leads_20260402.xlsx\r
包含字段: 公司名称、联系人、电话、邮箱、地址、行业、规模、评分\r
\r
【跟进建议】\r
优先联系评分>8.0的线索\r
最佳联系时间: 工作日 10:00-11:30, 14:00-17:00\r
推荐话术: [已生成话术模板]\r
\r
========================================\r
```\r
\r
## 合规声明\r
\r
### ✅ 允许\r
- 抓取公开信息\r
- 遵守robots.txt\r
- 尊重隐私设置\r
\r
### ❌ 禁止\r
- 抓取非公开信息\r
- 破解验证码\r
- 恶意高频请求\r
- 倒卖个人信息\r
\r
## 注意事项\r
\r
1. 抓取前请确认目标平台的使用条款\r
2. 数据质量受源头影响\r
3. 遵守《个人信息保护法》和《数据安全法》\r
4. 获得数据主体同意后再营销\r
\r
## 更新日志\r
\r
### v1.0.0 (2026-04-01)\r
- 初始版本发布\r
- 支持多平台抓取\r
- 实现智能清洗去重\r
- 支持多格式导出\r
\r
---\r
\r
**开发者**: 盈指量杭州科技有限公司 \r
**定价**: ¥99/次 或 ¥299/月订阅 \r
**收款**: USDC (Polygon: 0x3DbFf9E97b10a10d4A2079B4273473da7e6F4120) | 微信支付\r
Usage Guidance
This skill is an instruction-only description of a scraper rather than an implementation; that makes it low install-risk but leaves important gaps. Before installing or enabling: (1) verify the developer/company identity and reputation, and whether there is real code backing these claims; (2) do NOT provide platform credentials (LinkedIn, Tianyancha, etc.) unless you understand how they will be stored/used; (3) treat the compliance statements as promises only — confirm how robots.txt, rate limits, and CAPTCHA handling are enforced; (4) if you must test, run it in a controlled environment and restrict the agent's ability to exfiltrate data or access sensitive files; (5) consider declining to enable autonomous invocation or limit the skill to manual invocation until you obtain an actual implementation or source code; (6) be aware of legal/privacy risks when scraping personal or commercial contact data and consult legal/compliance if needed.
Capability Assessment
Purpose & Capability
The name/description (lead scraping across many platforms) matches the SKILL.md goals. However it claims support for platforms (e.g., LinkedIn, Tianyancha, 企查查) that typically require authentication, scraping headers/cookies, or legal/ToS handling. The skill declares no required credentials or tools, which is underspecified: either the instructions assume the agent already has the ability to access those platforms, or necessary credentials/details are omitted.
Instruction Scope
SKILL.md is instruction-only and provides example natural-language commands for scraping, cleaning, scoring and exporting. It does not tell the agent to read arbitrary local system files except example data-cleaning of a named file (contact_list.xlsx), and it states compliance constraints (robots.txt, no CAPTCHA bypass). But the instructions are high-level and vague about implementation (how to fetch pages, handle rate limits, CAPTCHAs, authenticated sessions, or where data is transmitted), which gives the agent wide discretion and could lead to broad web requests or data collection behaviors.
Install Mechanism
No install spec and no code files — lowest install risk. Nothing will be written to disk by the skill itself during install because there is no installer.
Credentials
The skill requests no environment variables or credentials, yet claims integration with services that commonly require API keys, session cookies, or logins. That omission is an inconsistency: a realistic multi‑platform scraper typically needs credentials or at least cookies/proxies and rate-limit controls. Additionally, the SKILL.md includes a crypto payment address (USDC on Polygon) and WeChat pay info — unrelated to operation but useful to know; monetization info is not a technical requirement but should be considered when trusting the author.
Persistence & Privilege
Flags show always:false and no special config paths or persistent privileges. The skill does not request permanent presence or modify other skills/configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lead-scraper - After installation, invoke the skill by name or use
/lead-scraper - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
v1.0.2 update
v1.0.1
重新发布
v1.0.0
初始发布
Metadata
Frequently Asked Questions
What is lead-scraper?
自动抓取潜在客户信息 - 智能线索抓取工具,支持多平台客户信息采集、清洗、去重、分类. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install lead-scraper?
Run "/install lead-scraper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is lead-scraper free?
Yes, lead-scraper is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does lead-scraper support?
lead-scraper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created lead-scraper?
It is built and maintained by wensen2024 (@wensen2024); the current version is v1.0.2.
More Skills