Pass an array of domains and get back total visits, engagement rates, top traffic sources and competitor performance for each, in one call.
SimilarWeb Insights is a SyncGTM MCP skill that takes an array of website domains and returns SimilarWeb traffic and audience data for each one: total visits, engagement rates, top traffic sources and competitor performance. It is the audience and competitor member of the traffic family, so reach for it when you care where the traffic comes from rather than how much of it there is. Billing is 2 credits per call and not per domain, so an account and its competitors go into a single array and come back compared side by side for the price of one lookup.
Takes one parameter, `domains`, and it is an array. Pass ["acme.com"] even for a single domain — a bare string is the most common failure on this tool.
Returns per domain: total visits, engagement rates, top traffic sources and competitor performance, as one record each.
Bills 2 credits per call, not per domain, and the docs set no cap on array size, so an account plus three competitors in one array costs 2 credits instead of 8.
Does not return organic keywords or backlinks (that is `semrush_insights`, one domain per call), site technologies (`find_company_techstack`), ad creative (`b2b_ads_search`), or any contact, email or phone data.
Has no date range, no country split and no spend figure. `top_traffic_sources` comes back as a ranked list of channels, so it gives you the order, not the percentage split.
Low-traffic domains sit below SimilarWeb's reporting threshold and come back thin or empty. That is a coverage limit, not proof of zero visitors, so fall back to `find_company_website_traffic` for a provider-agnostic number.
Download the skill file — it saves as similarweb-insights.zip.
In Claude, open Settings → Capabilities → Skills and upload the .zip (or unzip the similarweb-insights/ folder into .claude/skills/ for Claude Code).
Connect the SyncGTM MCP server using the setup guide for your client. Sign-in runs through the browser, so there is no API key to paste.
Run /similarweb-insights and paste your domains as a clean list: bare registrable domains, no https://, no www., no paths or tracking parameters.
Tune one thing — how many domains go in the array. Put the account and every competitor you want it measured against in the same call. Billing is per call and the docs set no cap on array size, so a long list belongs in one call rather than in tidy batches; each extra call is another 2 credits. The skill reports the call count and credit total before it spends.
Put an account and its two closest rivals in one call to see who leads on visits and who is gaining. Gives an AE a defensible number for a displacement pitch.
Read whether a prospect is paid-heavy or organic-heavy before writing the first line. A paid-heavy site gets the CAC pitch, an organic-heavy one gets the scale pitch.
Separate real demand from noise on last week's inbound queue by checking where each signup's traffic actually comes from. SDRs then work the accounts with a genuine audience instead of all of them.
Pull visits, engagement and traffic sources the morning of a discovery call. Opens the call with a specific observation about their acquisition mix instead of a generic question.
Outcome: A one-page displacement brief per account: visits versus two named competitors, the channel-mix gap, their live ad creative, and a named contact with a work email checked by `verify_email`.
Outcome: A ranked inbound queue with a channel-mix read on the top ten, so SDRs work the handful of accounts with a genuine audience — each carrying visits, traffic sources and a checked contact — instead of every raw signup.
Outcome: Two segmented outbound sequences with distinct value propositions, each row carrying a traffic figure, a channel mix and a contact whose work email passed `verify_email`.
Paste any of these into Claude once the skill is installed and the SyncGTM MCP is connected.
Get SimilarWeb insights for the domains ["acme.com"]. Show total visits, engagement and top traffic sources.Get SimilarWeb insights for ["acme.com", "competitor-a.com", "competitor-b.com"] in one call. Compare total visits and engagement, and tell me which one is growing fastest.For ["acme.com"], break down the top traffic sources. Tell me whether they are paid-heavy or organic-heavy, then write a two-line cold email opener based on the answer.Run find_company_website_traffic on each of these 8 domains (one call per domain, 8 credits), then batch the top 4 by visits into a single similarweb_insights call and tell me which account to prioritize: acme.com, beta.io, gamma.co, delta.com, epsilon.io, zeta.com, eta.co, theta.com.Use find_companies with limit 25 to pull companies in the "Software Development" industry with employee_count_ranges "51-200" in the United States, then run similarweb_insights on the first 8 domains in one batched call and rank them by total visits.Always pass an array. ["acme.com"], never "acme.com" — a bare string is the single most common failure on this tool.
Put the whole comparison set in one call. Billing is 2 credits per call regardless of array size and the docs set no cap on how many domains go in, so five separate calls cost 10 credits where one array costs 2.
Screen long lists with `find_company_website_traffic` first — 1 credit per domain, one `domain` per call — then spend 2 credits here only on the domains that survived the cut.
Say "audience", "traffic sources" or "competitors" in your prompt. That phrasing routes the request here instead of to `semrush_insights`, which answers a different question at the same price.
Do not retry a thin result. A domain below SimilarWeb's reporting threshold returns the same thin record on the second call and costs another 2 credits, so switch to `find_company_website_traffic` instead.
Ask for the comparison, not the raw table. "Which of these three is growing fastest and why" is the sentence that goes into an email. Compare on `total_visits`, which is a number; `top_traffic_sources` is a ranked list, so name the leading channel rather than quoting a percentage the tool never returned.