VOOZH about

URL: https://docs.similarweb.com/api-v5/api-reference/website-analysis-api/website-performance/website-ranking

⇱ Similarweb API V5 Documentation


Getting Started

Sections

Theme switcher

Website Ranking

Returns rankings over time for a specified domain.

Possible output fields:

  • country_rank: Rank of the website in the specified country (1 is best)
  • category: Website industry category identifier
  • category_rank: Rank of the website within its industry category (1 is best)

This endpoint uses data credits. Read the following guide to estimate the credit costs.

Constraints:

  • Only total web_source is supported
  • Only monthly & Daily granularity are supported. Daily granularity for the last 28 days only.

Header Parameters

api-keystring

Query Parameters

domainstring Required

Website domain without 'www.' (e.g., 'example.com')

start_datestring

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

end_datestring

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

granularitystring

Time granularity

Enum values:
dailyweeklymonthly
web_sourcestring

Specifies the web source device type

Enum values:
desktopmobile_webtotal
countrystring

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

metricsarray

Comma-separated list of desired metrics. Default to all available metrics.

Enum values:
country_rankcategory_rankcategory
formatstring

Format in which the reply should be returned.

Enum values:
jsonxml

Response

200
Object

Success

Response Attributes

metaobject
dataarray
Nullable:
True
Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?