get_similar_websites: Get similar websites

Description Usage Arguments Value Examples

Description

Get similar websites

Usage

1
get_similar_websites(api_key, domain, start_month, end_month)

Arguments

api_key

similarweb API key

domain

domain of interest, do not include schemas like www. or https:

start_month

date in the format YYYY-MM

end_month

date in the format YYYY-MM

Value

The curl object with overall 40 most similar sites, global ranking, category, and category ranking

Examples

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)

ShaulAb/similarwebr documentation built on May 15, 2019, 1:58 a.m.