v1
latestOpenAPI 3.1.02026-07-2414103.5 MBPopular Pages
Returns a list of pages receiving incoming traffic from all devices (desktop and mobile) and traffic share per page.
Query parameters
Enter website of interest, without 'www.' or brackets {}.
Your Similarweb API key
[optional] time period granularity. supports 'daily' and 'monthly'. default is 'monthly'. for last 28 days set this to 'daily' and remove start_date and end_date
[optional] Start month (format: YYYY-MM). default is first available month. not supported in 'daily' granularity
[optional] End month (format: YYYY-MM). default is last available month. not supported in 'daily' granuluarity
[optional] Country filter, as a 2-letter ISO country code, or "ww" for worldwide. default is 'ww'. To see the country filters you have access to, please refer to the Check Capabilities endpoint
[optional] Filter results by campaigns identified by a URL parameter UTM. default is false
[optional] Filter retrieved metrics. comma separated. supported values are 'share' and 'change'. 'change' is not supported if granularity=daily. default is both.
[optional] Filter results by ‘all’, ‘new’, ‘evergreen’, or ‘trending’. Default is 'all'. not supported if granularity is 'daily'.
[optional] Filter results by a specific page.
[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.
[optional] Select the number of results that are returned. Default = 100.
[optional] Specify an offset from where to start returning data.
[optional] The metric you'd like the results to be ordered by.
[optional] The order of results. Enter "true" for ascending, or "false" for descending.
Response
200
Example response
{
"meta": {
"query": {
"limit": 100
},
"request": {
"granularity": "Monthly",
"domain": "cnn.com",
"classify": "all",
"web_source": "total",
"country": "us",
"format": "json",
"start_date": "2025-05-01",
"end_date": "2025-05-31"
},
"status": "Success",
"last_updated": "2025-06-30"
},
"data": [
{
"page": "cnn.com",
"share": 0.5054459700757155,
"change": 1.980365404398815
}
]
}