Similarweb

Similarweb é uma plataforma líder de web analytics que fornece dados aprofundados de tráfego e engajamento para milhões de websites. O Similarweb oferece insights sobre visitas a websites, fontes de tráfego, comportamento da audiência e benchmarks competitivos.

Com o Similarweb no Zoen, seus agentes podem:

  • Analisar tráfego de websites: Recuperar métricas-chave como visitas mensais, duração média, bounce rates e principais países.
  • Entender o engajamento da audiência: Obter insights sobre como os usuários interagem com websites, incluindo páginas por visita e duração de engajamento.
  • Acompanhar rankings e desempenho: Acessar ranks globais, por país e por categoria para comparar sites com concorrentes.
  • Descobrir fontes de tráfego: Detalhar o tráfego por canais como direct, search, social, referrals e mais.

Use a integração Similarweb do Zoen para automatizar o monitoramento de concorrentes, acompanhar o desempenho do seu site ou expor pesquisa de mercado acionável — tudo integrado diretamente aos seus fluxos de trabalho e automações. Capacite seus agentes a acessar e utilizar dados confiáveis de web analytics de forma fácil e programática.

Usage Instructions

Access comprehensive website analytics including traffic estimates, engagement metrics, rankings, and traffic sources using the Similarweb API.

Actions

similarweb_website_overview

Get comprehensive website analytics including traffic, rankings, engagement, and traffic sources

Input

ParameterTypeRequiredDescription
apiKeystringYesSimilarWeb API key
domainstringYesWebsite domain to analyze (e.g., "example.com" without www or protocol)

Output

ParameterTypeDescription
siteNamestringWebsite name
descriptionstringWebsite description
globalRanknumberGlobal traffic rank
countryRanknumberCountry traffic rank
categoryRanknumberCategory traffic rank
categorystringWebsite category
monthlyVisitsnumberEstimated monthly visits
engagementVisitDurationnumberAverage visit duration in seconds
engagementPagesPerVisitnumberAverage pages per visit
engagementBounceRatenumberBounce rate (0-1)
topCountriesarrayTop countries by traffic share
countrystringCountry code
sharenumberTraffic share (0-1)
trafficSourcesjsonTraffic source breakdown
directnumberDirect traffic share
referralsnumberReferral traffic share
searchnumberSearch traffic share
socialnumberSocial traffic share
mailnumberEmail traffic share
paidReferralsnumberPaid referral traffic share

similarweb_traffic_visits

Get total website visits over time (desktop and mobile combined)

Input

ParameterTypeRequiredDescription
apiKeystringYesSimilarWeb API key
domainstringYesWebsite domain to analyze (e.g., "example.com" without www or protocol)
countrystringYes2-letter ISO country code (e.g., "us", "gb", "de") or "world" for worldwide data
granularitystringYesData granularity: daily, weekly, or monthly
startDatestringNoStart date in YYYY-MM format (e.g., "2024-01")
endDatestringNoEnd date in YYYY-MM format (e.g., "2024-12")
mainDomainOnlybooleanNoExclude subdomains from results

Output

ParameterTypeDescription
domainstringAnalyzed domain
countrystringCountry filter applied
granularitystringData granularity
lastUpdatedstringData last updated timestamp
visitsarrayVisit data over time
datestringDate (YYYY-MM-DD)
visitsnumberNumber of visits

similarweb_bounce_rate

Get website bounce rate over time (desktop and mobile combined)

Input

ParameterTypeRequiredDescription
apiKeystringYesSimilarWeb API key
domainstringYesWebsite domain to analyze (e.g., "example.com" without www or protocol)
countrystringYes2-letter ISO country code (e.g., "us", "gb", "de") or "world" for worldwide data
granularitystringYesData granularity: daily, weekly, or monthly
startDatestringNoStart date in YYYY-MM format (e.g., "2024-01")
endDatestringNoEnd date in YYYY-MM format (e.g., "2024-12")
mainDomainOnlybooleanNoExclude subdomains from results

Output

ParameterTypeDescription
domainstringAnalyzed domain
countrystringCountry filter applied
granularitystringData granularity
lastUpdatedstringData last updated timestamp
bounceRatearrayBounce rate data over time
datestringDate (YYYY-MM-DD)
bounceRatenumberBounce rate (0-1)

similarweb_pages_per_visit

Get average pages per visit over time (desktop and mobile combined)

Input

ParameterTypeRequiredDescription
apiKeystringYesSimilarWeb API key
domainstringYesWebsite domain to analyze (e.g., "example.com" without www or protocol)
countrystringYes2-letter ISO country code (e.g., "us", "gb", "de") or "world" for worldwide data
granularitystringYesData granularity: daily, weekly, or monthly
startDatestringNoStart date in YYYY-MM format (e.g., "2024-01")
endDatestringNoEnd date in YYYY-MM format (e.g., "2024-12")
mainDomainOnlybooleanNoExclude subdomains from results

Output

ParameterTypeDescription
domainstringAnalyzed domain
countrystringCountry filter applied
granularitystringData granularity
lastUpdatedstringData last updated timestamp
pagesPerVisitarrayPages per visit data over time
datestringDate (YYYY-MM-DD)
pagesPerVisitnumberAverage pages per visit

similarweb_visit_duration

Get average desktop visit duration over time (in seconds)

Input

ParameterTypeRequiredDescription
apiKeystringYesSimilarWeb API key
domainstringYesWebsite domain to analyze (e.g., "example.com" without www or protocol)
countrystringYes2-letter ISO country code (e.g., "us", "gb", "de") or "world" for worldwide data
granularitystringYesData granularity: daily, weekly, or monthly
startDatestringNoStart date in YYYY-MM format (e.g., "2024-01")
endDatestringNoEnd date in YYYY-MM format (e.g., "2024-12")
mainDomainOnlybooleanNoExclude subdomains from results

Output

ParameterTypeDescription
domainstringAnalyzed domain
countrystringCountry filter applied
granularitystringData granularity
lastUpdatedstringData last updated timestamp
averageVisitDurationarrayDesktop visit duration data over time
datestringDate (YYYY-MM-DD)
durationSecondsnumberAverage visit duration in seconds

similarweb_page_views

Get total page views over time (desktop and mobile combined)

Input

ParameterTypeRequiredDescription
apiKeystringYesSimilarWeb API key
domainstringYesWebsite domain to analyze (e.g., "example.com" without www or protocol)
countrystringYes2-letter ISO country code (e.g., "us", "gb", "de") or "world" for worldwide data
granularitystringYesData granularity: daily, weekly, or monthly
startDatestringNoStart date in YYYY-MM format (e.g., "2024-01")
endDatestringNoEnd date in YYYY-MM format (e.g., "2024-12")
mainDomainOnlybooleanNoExclude subdomains from results

Output

ParameterTypeDescription
domainstringAnalyzed domain
countrystringCountry filter applied
granularitystringData granularity
lastUpdatedstringData last updated timestamp
pageViewsarrayPage view data over time
datestringDate (YYYY-MM-DD)
pageViewsnumberTotal page views

On this page