v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Landing 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

get/landing-pages

Query parameters

api_keystring required

Your Similarweb API key.

domainstring required

Enter a domain of interest, without 'www.' or brackets {}.

start_datestring

Start month (format: YYYY-MM)

end_datestring

End month (format: YYYY-MM)

countrystring required

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.

traffic_sourcestring

[optional] Set the traffic source type. Possible values: Organic or Paid.

web_sourcestring

[optional] Select the web source. Possible values: Desktop, MobileWeb, or Total.

limitstring

[optional] Select the number of results that are returned. Default: 100.

offsetstring

[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"
  }
}