similarweb-analytics

Retrieve website traffic, engagement, ranking, and geographic metrics from the SimilarWeb API.

Updated Sep 16, 2026
One-click install
npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill similarweb-analytics-military-veteran-team-lpt-realty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: similarweb-analytics
Source: https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills/tree/main/skills/similarweb-analytics
Command: npx skills add https://github.com/Military-Veteran-Team-LPT-Realty/mvt-manus-public-skills --skill similarweb-analytics-military-veteran-team-lpt-realty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually researching website traffic and competitor performance is slow and fragmented. This Skill provides direct programmatic access to SimilarWeb data so you can pull traffic, engagement, ranking, and channel metrics for any domain in seconds. ## Core Features & Use Cases - Traffic & Engagement Metrics: Fetch total visits, unique visitors, bounce rate, pages per visit, and average visit duration for any domain. - Rankings & Traffic Sources: Get global rank trends plus desktop and mobile channel breakdowns (organic, paid, direct, social, referral, email, display). - Geographic Distribution: Analyze traffic share and engagement by country for up to 10 countries. - Use Case: Compare your site against a competitor by pulling monthly visits, bounce rates, and traffic source mixes for both domains over the past six months, then save results to files for reporting. ## Quick Start Use the SimilarWeb analytics skill to get the monthly traffic, bounce rate, and top traffic sources for example.com over the last six months.

Frequently Asked Questions about similarweb-analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get website traffic data for a domain?

Call the SimilarWeb get_visits_total API with the domain and a date range in YYYY-MM format. It returns monthly total visits, and you can add country and granularity query parameters to refine the results.

How to check a website's traffic sources and marketing channels?

Use the get_traffic_sources_desktop or get_traffic_sources_mobile endpoints with the target domain. They return a channel breakdown covering organic search, paid search, direct, display ads, email, referrals, and social media.

What is the historical data limit for SimilarWeb traffic queries?

Historical data is limited to a maximum of 12 months back, with monthly granularity only. The most recent data available is the last complete month, and the traffic-by-country endpoint is further limited to a 3-month range.

Can I compare traffic metrics between two competitor websites?

Yes, call the same API endpoints separately for each domain using identical date ranges and parameters. This lets you compare visits, bounce rates, rankings, and channel mixes side by side for competitive analysis.

Why should SimilarWeb API results be saved to files immediately?

API calls can fail mid-execution due to credit depletion, which would lose retrieved data. Saving each response to a file immediately prevents data loss and avoids redundant API calls that consume additional credits.