v1
latestOpenAPI 3.1.02026-07-2414103.5 MBLanding Pages
Reveals which pages on the analyzed website receive the most organic search traffic with their traffic share, traffic trend, the number of keywords that the page is getting traffic for, top keywords, and more
Query parameters
Your Similarweb API key.
Enter a domain of interest, without 'www.' or brackets {}.
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.
[optional] Set the traffic source type. Possible values: Organic or Paid.
[optional] Select the web source. Possible values: Desktop, MobileWeb, or Total.
[optional] Select the number of results that are returned. Default: 100.
[optional] Specify an offset from where to start returning data.
Response
200
Example response
{
"pages": [
{
"url": "nike.com",
"clicks": 654059.646356803,
"traffic_share": 0.09496008702471193,
"desktop_share": 0.7772373227484527,
"mobile_share": 0.22276267725154733,
"keywords": 1276,
"top_keyword": "nike",
"serp_features": [
"organic"
]
}
],
"meta": {
"request": {
"traffic_source": "Organic",
"domain": "nike.com",
"web_source": "Total",
"format": "json",
"start_date": "2024-01-01",
"end_date": "2024-01-31",
"country": "us"
},
"status": "Success",
"last_updated": "2025-02-28"
}
}