一键导入
similarweb-keywords
SEO keyword research from SimilarWeb: SEO overview, keyword rank distribution, top organic/paid pages, keyword gap analysis, and SEO trends.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
SEO keyword research from SimilarWeb: SEO overview, keyword rank distribution, top organic/paid pages, keyword gap analysis, and SEO trends.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Terminal automation skills for web platforms. CLI commands — no browser needed after initial auth.
Web market / industry analysis from a SimilarWeb FREE account: list 200+ industry categories and rank the top + rising websites in any industry by traffic share, visits, engagement, and month-over-month change.
Website traffic analytics from a SimilarWeb FREE account: overview, traffic & engagement, weekly visit trend, marketing channels, audience geography, similar sites, referrals, social traffic, and display advertising. Covers a single most-recent month, worldwide.
Backlink analytics from SimilarWeb: backlink summary with TLD/country distribution, top referring domains, and individual backlinks with source URLs, anchors, and domain/page scores.
Side-by-side domain comparison using SimilarWeb Pro: engagement metrics, traffic channels, device split, rankings, and more.
Industry/market analysis from SimilarWeb: website rankings by industry, market leaders, rising/declining players, and industry benchmarks.
| name | similarweb-keywords |
| description | SEO keyword research from SimilarWeb: SEO overview, keyword rank distribution, top organic/paid pages, keyword gap analysis, and SEO trends. |
SEO keyword research from SimilarWeb: SEO overview, keyword rank distribution, top organic/paid pages, keyword gap analysis, and SEO trends.
auth)node similarweb-keywords.mjs auth
Reuses session from similarweb-website if available.
# SEO overview: keyword count, organic/paid split, branded split, intent distribution, SERP features
node similarweb-keywords.mjs overview chatgpt.com
node similarweb-keywords.mjs overview shopify.com --country=840
# Keyword rank distribution over time (positions 1-3, 4-10, 11-20, 21-50, 50+)
node similarweb-keywords.mjs ranks chatgpt.com
# Top organic or paid pages by search clicks
node similarweb-keywords.mjs pages chatgpt.com
node similarweb-keywords.mjs pages shopify.com --source=Paid
# Keyword gap analysis between 2-5 domains (unique vs shared keywords)
node similarweb-keywords.mjs gap chatgpt.com claude.ai
node similarweb-keywords.mjs gap chatgpt.com claude.ai grok.com
# SEO trends over time
node similarweb-keywords.mjs trends chatgpt.com
auth -- Reuses the similarweb-website session if available, otherwise extracts cookies from Chrome.
overview -- Calls 3 APIs in parallel: WebsiteAnalysis/Overview/Summary for keyword counts and traffic splits, SerpDistribution for SERP type breakdown, and KeywordsSerpDistribution for detailed SERP feature counts (AI overviews, images, videos, related questions, etc.).
ranks -- Calls WebsiteAnalysis/Overview/RankDistributionOverTime. Returns monthly breakdown of keywords by SERP position (1-3, 4-10, 11-20, 21-50, 50+) with counts and shares.
pages -- Calls WebsiteAnalysis/Overview/TopOrganicPages. Returns top pages ranked by search clicks, with click share, change, and keyword count per page. Use --source=Paid for paid search pages.
gap -- Calls WebsiteAnalysis/Overview/KeywordGap with 2-5 domains. Returns keyword overlap analysis: how many keywords are unique to each domain, shared between pairs, or shared by all. Includes search volume for each segment.
trends -- Calls WebsiteAnalysis/Overview/SummaryTrends. Returns SEO metric trends over time.
~/.local/share/showrun/data/similarweb-keywords/
session.json # Auth cookies
cache/
chatgpt_com-overview-999.json
chatgpt_com-ranks-999.json
chatgpt_com-pages-organic-999.json
gap-chatgpt_com-vs-claude_ai-999.json
chatgpt_com-trends-999.json
If API calls return 401/403, re-run:
node similarweb-keywords.mjs auth