apify-market-research by apify/agent-skills
npx skills add https://github.com/apify/agent-skills --skill apify-market-research使用 Apify Actors 进行市场调研,从多个平台提取数据。
(无需提前检查)
APIFY_TOKEN 的 .env 文件--env-file 支持)mcpc CLI 工具:npm install -g @apify/mcpc复制此清单并跟踪进度:
任务进度:
- [ ] 步骤 1:确定市场调研类型(选择 Actor)
- [ ] 步骤 2:通过 mcpc 获取 Actor 架构
- [ ] 步骤 3:询问用户偏好(格式、文件名)
- [ ] 步骤 4:运行分析脚本
- [ ] 步骤 5:总结发现
根据调研需求选择合适的 Actor:
| 用户需求 |
|---|
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| Actor ID |
|---|
| 最佳用途 |
|---|
| 市场密度 | compass/crawler-google-places | 位置分析 |
| 地理空间分析 | compass/google-maps-extractor | 商业地图绘制 |
| 区域兴趣 | apify/google-trends-scraper | 趋势数据 |
| 定价与需求 | apify/facebook-marketplace-scraper | 市场价格 |
| 活动市场 | apify/facebook-events-scraper | 活动分析 |
| 消费者需求 | apify/facebook-groups-scraper | 群组研究 |
| 市场格局 | apify/facebook-pages-scraper | 商业页面 |
| 商业密度 | apify/facebook-page-contact-information | 联系数据 |
| 文化洞察 | apify/facebook-photos-scraper | 视觉研究 |
| 利基目标 | apify/instagram-hashtag-scraper | 话题标签研究 |
| 话题标签统计 | apify/instagram-hashtag-stats | 市场规模 |
| 市场活动 | apify/instagram-reel-scraper | 活动分析 |
| 市场情报 | apify/instagram-scraper | 完整数据 |
| 产品发布研究 | apify/instagram-api-scraper | API 访问 |
| 酒店业市场 | voyager/booking-scraper | 酒店数据 |
| 旅游洞察 | maxcopell/tripadvisor-reviews | 评论分析 |
使用 mcpc 动态获取 Actor 的输入架构和详细信息:
export $(grep APIFY_TOKEN .env | xargs) && mcpc --json mcp.apify.com --header "Authorization: Bearer $APIFY_TOKEN" tools-call fetch-actor-details actor:="ACTOR_ID" | jq -r ".content"
将 ACTOR_ID 替换为选定的 Actor(例如 compass/crawler-google-places)。
这将返回:
运行前询问:
快速回答(在聊天中显示,无文件):
node --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
--actor "ACTOR_ID" \
--input 'JSON_INPUT'
CSV:
node --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
--actor "ACTOR_ID" \
--input 'JSON_INPUT' \
--output YYYY-MM-DD_OUTPUT_FILE.csv \
--format csv
JSON:
node --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
--actor "ACTOR_ID" \
--input 'JSON_INPUT' \
--output YYYY-MM-DD_OUTPUT_FILE.json \
--format json
完成后报告:
APIFY_TOKEN not found - 请用户创建包含 APIFY_TOKEN=your_token 的 .env 文件
mcpc not found - 请用户安装 npm install -g @apify/mcpc
Actor not found - 检查 Actor ID 拼写
Run FAILED - 请用户检查错误输出中的 Apify 控制台链接
Timeout - 减少输入大小或增加 --timeout
每周安装量
3.4K
仓库
GitHub 星标
1.7K
首次出现
Jan 28, 2026
安全审计
安装于
opencode3.2K
codex3.2K
gemini-cli3.2K
cursor3.1K
github-copilot3.1K
kimi-cli3.1K
Conduct market research using Apify Actors to extract data from multiple platforms.
(No need to check it upfront)
.env file with APIFY_TOKEN--env-file support)mcpc CLI tool: npm install -g @apify/mcpcCopy this checklist and track progress:
Task Progress:
- [ ] Step 1: Identify market research type (select Actor)
- [ ] Step 2: Fetch Actor schema via mcpc
- [ ] Step 3: Ask user preferences (format, filename)
- [ ] Step 4: Run the analysis script
- [ ] Step 5: Summarize findings
Select the appropriate Actor based on research needs:
| User Need | Actor ID | Best For |
|---|---|---|
| Market density | compass/crawler-google-places | Location analysis |
| Geospatial analysis | compass/google-maps-extractor | Business mapping |
| Regional interest | apify/google-trends-scraper | Trend data |
| Pricing and demand | apify/facebook-marketplace-scraper | Market pricing |
| Event market | apify/facebook-events-scraper |
Fetch the Actor's input schema and details dynamically using mcpc:
export $(grep APIFY_TOKEN .env | xargs) && mcpc --json mcp.apify.com --header "Authorization: Bearer $APIFY_TOKEN" tools-call fetch-actor-details actor:="ACTOR_ID" | jq -r ".content"
Replace ACTOR_ID with the selected Actor (e.g., compass/crawler-google-places).
This returns:
Before running, ask:
Quick answer (display in chat, no file):
node --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
--actor "ACTOR_ID" \
--input 'JSON_INPUT'
CSV:
node --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
--actor "ACTOR_ID" \
--input 'JSON_INPUT' \
--output YYYY-MM-DD_OUTPUT_FILE.csv \
--format csv
JSON:
node --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
--actor "ACTOR_ID" \
--input 'JSON_INPUT' \
--output YYYY-MM-DD_OUTPUT_FILE.json \
--format json
After completion, report:
APIFY_TOKEN not found - Ask user to create .env with APIFY_TOKEN=your_token mcpc not found - Ask user to install npm install -g @apify/mcpc Actor not found - Check Actor ID spelling Run FAILED - Ask user to check Apify console link in error output Timeout - Reduce input size or increase --timeout
Weekly Installs
3.4K
Repository
GitHub Stars
1.7K
First Seen
Jan 28, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykWarn
Installed on
opencode3.2K
codex3.2K
gemini-cli3.2K
cursor3.1K
github-copilot3.1K
kimi-cli3.1K
97,600 周安装
| Event analysis |
| Consumer needs | apify/facebook-groups-scraper | Group research |
| Market landscape | apify/facebook-pages-scraper | Business pages |
| Business density | apify/facebook-page-contact-information | Contact data |
| Cultural insights | apify/facebook-photos-scraper | Visual research |
| Niche targeting | apify/instagram-hashtag-scraper | Hashtag research |
| Hashtag stats | apify/instagram-hashtag-stats | Market sizing |
| Market activity | apify/instagram-reel-scraper | Activity analysis |
| Market intelligence | apify/instagram-scraper | Full data |
| Product launch research | apify/instagram-api-scraper | API access |
| Hospitality market | voyager/booking-scraper | Hotel data |
| Tourism insights | maxcopell/tripadvisor-reviews | Review analysis |