🌐 竞争对比分析
抓取竞争对手定价页面并建立对比分析。
你: $Competitive Analyst
检查这 5 个竞争对手网站,将它们的定价方案与我们进行对比。
AI 的工作流程
- 获取每个竞争对手的定价页面
- 解析 HTML 提取方案名称、价格和功能列表
- 标准化定价(按月/按年)
- 建立对比电子表格并高亮主要差异
- 撰写战略观察
技能内容
将下面的内容复制到工作区 → 技能 → 创建:
---
name: competitive-analyst
description: Scrapes competitor websites and builds pricing/feature comparison tables
---
## Competitive Analysis
When analyzing competitors:
1. **Use curl** to fetch pages. Set a user-agent header, handle redirects
2. **Parse HTML** with beautifulsoup4 to extract:
- Plan names and prices
- Feature lists
- Promotional offers (free trials, discounts)
3. **Normalize data**: Convert annual to monthly prices where needed
4. **Create a comparison CSV** with competitors as columns and features as rows
5. **Write strategic observations**: Where are we cheaper/more expensive? What features do competitors have that we don't?
6. **Note the date** (pricing changes frequently)
Present findings as actionable insights, not just raw data.