返回顶部
F

Free Keyword Miner

Free keyword research using Google PAA, Autocomplete, Reddit discussions, and Bing. No paid API needed.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
130
下载量
0
收藏
概述
安装方式
版本历史

Free Keyword Miner

## When to Use 需要免费获取关键词数据,替代Ahrefs/SEMrush等付费工具: - Google "People Also Ask" 问题抓取 - Google Autocomplete 下拉框关键词 - Reddit用户讨论/痛点提取 - Bing搜索相关关键词 - 自动生成话题标题 适用于SEO关键词研究、内容策略规划、竞品分析。 ## Quick Reference ```bash python3 {baseDir}/keyword_miner.py --seed "your keyword" --sources all --output results.json ``` ## Parameters - `--seed`: 种子关键词(必填) - `--sources`: 数据源(all/google-paa/autocomplete/reddit/bing) - `--output`: 输出文件路径 - `--max-results`: 每个源最大结果数(默认20) - `--language`: 语言代码(默认en) ## Output Format ```json { "seed_keyword": "adult products for couples", "google_paa": ["question1", "question2"], "autocomplete": ["suggestion1", "suggestion2"], "reddit_topics": [{"title": "...", "score": 100, "pain_points": "..."}], "bing_related": ["related1", "related2"], "clusters": [{"name": "cluster1", "keywords": [...]}], "topic_ideas": ["How to...", "Best ..."] } ``` ## Installation ```bash pip install people-also-ask beautifulsoup4 requests ``` ## Data Sources Explained ### Google PAA (People Also Ask) Uses `people-also-ask` Python library to scrape "People also ask" questions from Google. Works without API key. May need proxy rotation for heavy use. ### Google Autocomplete Queries Google's suggestion API endpoint. Returns related searches. Free but rate-limited. ### Reddit Uses Reddit's public JSON API. Searches relevant subreddits for user discussions, pain points, and questions. Great for understanding real user needs. ### Bing Search Bing has less aggressive bot detection than Google. Good for related searches and content ideas. ## Tips for Better Results 1. Use multiple seed keywords for broader coverage 2. Combine sources for comprehensive data 3. Filter results by relevance to your niche 4. Use clusters to identify content gaps 5. Reddit data is gold for understanding pain points ## Known Limitations - Google may block requests from data center IPs - Reddit API may require authentication for heavy use - Results quality depends on seed keyword specificity - Rate limiting may slow down large research jobs

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 free-keyword-miner-1776069428 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 free-keyword-miner-1776069428 技能

通过命令行安装

skillhub install free-keyword-miner-1776069428

下载 Zip 包

⬇ 下载 Free Keyword Miner v1.0.0

文件大小: 6.1 KB | 发布时间: 2026-4-14 11:01

v1.0.0 最新 2026-4-14 11:01
- Initial release of Free Keyword Miner.
- Gathers free keyword data from Google People Also Ask, Google Autocomplete, Reddit discussions, and Bing—no paid API required.
- Outputs structured results including related questions, suggestions, Reddit topics, Bing keywords, clusters, and topic ideas.
- Includes command-line interface with multiple parameters (seed keyword, data sources, output format, etc.).
- Suitable for SEO research, content planning, and competitor analysis.
- Highlights installation steps, data source details, practical tips, and known limitations.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部