v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Industry Rank - Total (Desktop & Mobile)

Returns the industry (formerly named 'category') of a domain and its Industry Rank within its industry worldwide.

get/{domain_name}/category-rank/category-rank

Path parameters

domain_namestring required

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

Query parameters

api_keystring required

Your Similarweb API key.

formatstring

[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.

Response

200

categorystring
rankinteger

Example response

{
  "meta": {
    "request": {
      "domain": "amazon.com",
      "format": "json"
    },
    "status": "Success"
  },
  "category": "E-commerce_and_Shopping/Marketplace",
  "rank": 1
}