Tools
| Name | Description |
|---|---|
validate_connectionValidate the API key by checking Similarweb account capabilities. | Validate the API key by checking Similarweb account capabilities. |
check_capabilitiesGet available countries, data ranges, and account-level remaining credits. | Get available countries, data ranges, and account-level remaining credits. |
check_user_usageGet the current user credit allowance and remaining credits. | Get the current user credit allowance and remaining credits. |
get_total_visitsGet estimated total desktop and mobile visits for a domain. | Get estimated total desktop and mobile visits for a domain. |
get_page_viewsGet estimated total desktop and mobile page views for a domain. | Get estimated total desktop and mobile page views for a domain. |
get_pages_per_visitGet average page views per visit for a domain. | Get average page views per visit for a domain. |
get_bounce_rateGet bounce rate for a domain. | Get bounce rate for a domain. |
get_average_visit_durationGet average visit duration in seconds for a domain. | Get average visit duration in seconds for a domain. |
get_desktop_traffic_sourcesGet desktop traffic sources by marketing channel for a domain. | Get desktop traffic sources by marketing channel for a domain. |
get_desktop_traffic_by_countryGet desktop traffic share, visits, engagement, and rank broken down by country. | Get desktop traffic share, visits, engagement, and rank broken down by country. |
get_desktop_referralsGet referring websites, traffic share, change, and referral visits for a domain. | Get referring websites, traffic share, change, and referral visits for a domain. |
subscribe_webhookCreate a Similarweb daily or monthly data-release webhook subscription for a URL. | Create a Similarweb daily or monthly data-release webhook subscription for a URL. |
list_webhook_subscriptionsList Similarweb webhook subscriptions for the account. | List Similarweb webhook subscriptions for the account. |
unsubscribe_webhookDelete a Similarweb webhook subscription by subscription ID. | Delete a Similarweb webhook subscription by subscription ID. |
custom_api_callMake a guarded custom call to api.similarweb.com. The API key is added automatically. | Make a guarded custom call to api.similarweb.com. The API key is added automatically. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive manually configured Similarweb data-release webhook payloads. | Receive manually configured Similarweb data-release webhook payloads. |
daily_data_availableSubscribe to Similarweb Daily data-release notifications and receive webhook events. | Subscribe to Similarweb Daily data-release notifications and receive webhook events. |
monthly_data_availableSubscribe to Similarweb Monthly data-release notifications and receive webhook events. | Subscribe to Similarweb Monthly data-release notifications and receive webhook events. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('similarweb', 'validate_connection', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'similarweb',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Similarweb to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Similarweb support?
Similarweb supports 15 tools including Validate Connection, Check Capabilities, Check User Usage, Get Total Visits, Get Page Views, and more.
Can I use Similarweb with AI agents?
Yes. Add Similarweb to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Similarweb be used in stateful agent workflows?
Yes. Agents can combine Similarweb tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Similarweb use?
Similarweb uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Similarweb integration cost?
The Similarweb integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Similarweb support?
Similarweb supports 3 triggers including Webhook Event Received, Daily Data Available, Monthly Data Available.
Connect Similarweb in minutes
Get 20,000 free action executions every month. No credit card required.