v1
latestOpenAPI 3.1.02026-07-2414103.5 MBPageviews - Mobile Web
Returns the mobile web page views for a given domain. Historical data goes back 37 months, depending on your subscription.
Path parameters
Enter website of interest, without 'www.' or brackets {}.
Query parameters
Your Similarweb API key.
Start month (format: YYYY-MM)
End month (format: YYYY-MM)
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.
Set the granularity for the returned values. Can be 'daily', 'weekly' or 'monthly'.
[optional] Return values for the main domain only ('true'), or include also the subdomains ('false').
[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.
[optional] Show shared Google Analytics data when available. Default value is 'false'.
[optional] When 'true', end_date is set to the latest available days' data (month-to-date). To use, set granularity to 'daily'. Default value is 'false'.
[optional] When 'true', the data is filtered by 'engaged visits' only.
Response
200
Example response
{
"meta": {
"request": {
"granularity": "Daily",
"format": "json",
"domain": "cnn.com",
"country": "gb"
},
"status": "Success",
"last_updated": "2023-06-19"
},
"pages_views": [
{
"date": "2023-05-23",
"pages_views": 328716.4869009853
}
]
}