Description Usage Arguments Value Examples
View source: R/get_similar_sites.R
The 'get_similar_sites()' function returns the top sites that are most similar to the given website within the past 28 days.
1 | get_similar_sites(api_key = similarweb_api_key, site, md = "False")
|
api_key |
API key is required. Please set API key equal to similarweb_api_key before calling function. If you do not have an API key, you can get an API key at https://account.similarweb.com/#/api-management2 Note: You must have a subscription to SimilarWeb's services. |
site |
Website name is required. Do not include 'www' or 'https' before website. Ex. 'google.com' |
md |
Default is set to 'False' but can be set to 'True' for main domain only |
tibble with site url and similarity score columns
1 | ##top_similar_sites <- get_similar_sites(site = "bbc.com")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.