v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Website Overview - Branded Distribution by Clicks

Returns the share of Branded vs Non-Branded clicks for the selected domain.

get/branded-keywords-distribution

Query parameters

api_keystring required

Your Similarweb API key.

domainstring required

Enter a domain of interest, without 'www.' or brackets {}.

start_datestring

Start month (format: YYYY-MM)

end_datestring

End month (format: YYYY-MM)

countrystring required

Country filter, as a 2-letter ISO country code, or "world" for worldwide. To see the country filters you have access to, please refer to the Check Capabilities endpoint.

traffic_sourcestring

[optional] Set the traffic source type. Possible values: Organic, Paid, or All.

web_sourcestring

[optional] Select the web source. Possible values: Desktop, MobileWeb, or Total.

Response

200

Example response

{
  "data": {
    "branded_share": 0.6028014759578412,
    "non_branded_share": 0.3971985240421589
  },
  "meta": {
    "request": {
      "traffic_source": "Organic",
      "domain": "nike.com",
      "web_source": "MobileWeb",
      "format": "json",
      "start_date": "2025-01-01",
      "end_date": "2025-01-31",
      "country": "us"
    },
    "status": "Success",
    "last_updated": "2025-02-28"
  }
}