v1
latestOpenAPI 3.1.02026-07-2414103.5 MBUnique Visitors - Mobile Web
Returns the daily or monthly unique visitors to a domain on mobile web. 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.
Select monthly or daily granularity. In daily granularity, if you want to retrieve last 28 days, remove the start and end date parameters.
[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.
[optional] Return values for the main domain only ('true'), or include the subdomains ('false').
[optional] Show shared Google Analytics data when available. Default value is 'false'. Google Analytics data isn't available in daily granularity.
[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'.
Response
200
Example response
{
"meta": {
"request": {
"granularity": "Monthly",
"format": "json",
"domain": "cnn.com",
"start_date": "2023-01-01",
"end_date": "2023-03-31",
"country": "us"
},
"status": "Success",
"last_updated": "2023-05-31"
},
"unique_visitors": [
{
"date": "2023-01-01",
"unique_visitors": 70579499.26507503
}
]
}