VOOZH about

URL: https://docs.similarweb.com/api-v5/api-reference/search-analysis-api/landing-pages

⇱ Similarweb API V5 Documentation


Getting Started

Sections

Theme switcher

Landing Pages

Returns a list of pages receiving incoming traffic from organic search traffic and traffic share per landing page.

Output fields:

  • url: The landing page URL receiving search traffic. Can be the root domain or subdomains.
  • clicks: Estimated number of search clicks landing on this URL during the period.
  • traffic_share: Proportion of the domain's total search traffic (organic or paid, based on filter) landing on this URL.
  • desktop_share: Percentage of clicks to this URL coming from desktop devices.
  • mobile_share: Percentage of clicks to this URL coming from mobile devices.
  • keywords: Count of unique keywords driving traffic to this specific URL. High counts indicate broad SEO coverage; low counts suggest focused/branded traffic.
  • top_keyword: The single keyword driving the most traffic to this URL.
  • serp_features: RP features where this URL appears. Values include: organic, paid, organic_sitelinks, paid_sitelinks, organic_expanded_sitelinks, organic_inline_sitelinks, related_questions, local_pack, images, news.
  • spend: Estimated PPC spend (USD) for this landing page.
  • ads: Number of unique ad creatives/variations observed for this URL. Only populated when traffic_source=paid.

Constraints:

  • supports only monthly granularity for last month, or daily granularity for the last 28 days only"
  • traffic_source: only 'paid' or 'organic' traffic is allowed

Header Parameters

api-keystring

Query Parameters

domainstring Required

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

granularitystring

Time granularity for the returned values

Enum values:
dailymonthly
countrystring

Two-letter country code (e.g., 'us', 'gb', 'ww')

start_datestring

Start date in 'YYYY-MM' or 'YYYY-MM-DD' format

end_datestring

End date in 'YYYY-MM' or 'YYYY-MM-DD' format

web_sourcestring

The device/platform the traffic is coming from

Enum values:
desktopmobile_webtotal
traffic_sourcestring

Traffic source to fetch data for

Enum values:
allorganicpaid
formatstring

Format in which the reply should be returned

Enum values:
jsonxml
limitinteger

Sets how many results to return.

offsetinteger

Defines the number of results to skip

ascboolean

Orders the results by ascending or descending

Nullable:
True
sortstring

Selects a specific metric to order results by

Response

200
Object

Success

Response Attributes

metaobject
dataarray
Nullable:
True
Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?