Description Usage Arguments Value Examples
Get similar websites
1 | get_similar_websites(api_key, domain, start_month, end_month)
|
api_key |
similarweb API key |
domain |
domain of interest, do not include schemas like |
start_month |
date in the format YYYY-MM |
end_month |
date in the format YYYY-MM |
The curl
object with overall 40 most similar sites, global ranking, category, and category ranking
1 2 3 4 5 6 7 | ## Not run:
get_similar_websites(api_key = "my_api_key",
domain = "coinmarketcap.com",
start_month = "2018-01",
end_month = "2018-02")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.