원클릭으로
similarweb-search
SimilarWeb search: find domains by name, keyword suggestions, favorites, and recently viewed domains.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
SimilarWeb search: find domains by name, keyword suggestions, favorites, and recently viewed domains.
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.
SEO keyword research from SimilarWeb: SEO overview, keyword rank distribution, top organic/paid pages, keyword gap analysis, and SEO trends.
| name | similarweb-search |
| description | SimilarWeb search: find domains by name, keyword suggestions, favorites, and recently viewed domains. |
SimilarWeb search: find domains by name, keyword suggestions, favorites, and recently viewed domains.
auth)node similarweb-search.mjs auth
Reuses session from similarweb-website if available.
# Search for websites/domains
node similarweb-search.mjs search shopify
node similarweb-search.mjs search "artificial intelligence" --count=10
# Search for keyword suggestions
node similarweb-search.mjs keywords "ai chatbot"
node similarweb-search.mjs keywords ecommerce --count=50
# List favorited domains
node similarweb-search.mjs favorites
# List recently viewed domains
node similarweb-search.mjs recent
auth -- Reuses the similarweb-website session if available, otherwise extracts cookies from Chrome.
search -- Calls GET /autocomplete/websites?term=<query>. Returns matching domain names with favicons. Useful for finding exact domain names before using other similarweb taskpacks.
keywords -- Calls GET /autocomplete/keywords?term=<query>. Returns keyword suggestions related to the search term.
favorites -- Calls GET /api/userdata/favorites. Returns the user's favorited domains.
recent -- Calls GET /api/userdata/recent. Returns recently viewed domains with comparison context, page visited, category, and date.
~/.local/share/showrun/data/similarweb-search/
session.json # Auth cookies
cache/
search-shopify.json # Cached search results
keywords-ai_chatbot.json # Cached keyword suggestions
favorites.json # Cached favorites
recent.json # Cached recent views
If API calls return 401/403, re-run:
node similarweb-search.mjs auth