# SimilarWeb Digital Rank API

Provides free access to global website ranking data for benchmarking and competitive analysis.

- **Category:** analytics
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 4
- **Triggers:** 0
- **Slug:** `SIMILARWEB_DIGITALRANK_API`
- **Version:** 20260223_00

## Tools

### Get Rank Tracker Campaign Metadata

**Slug:** `SIMILARWEB_DIGITALRANK_API_GET_RANK_TRACKER_DESCRIBE`

Tool to retrieve campaign metadata for rank tracking. Returns Campaign IDs and Scraping Configurations needed to query other Rank Tracker APIs.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Similar Rank Top Sites

**Slug:** `SIMILARWEB_DIGITALRANK_API_GET_SIMILAR_RANK_TOP_SITES`

Tool to retrieve a list of top-ranking websites globally or filtered by country and category. Use when you need to discover popular websites based on SimilarWeb's traffic data.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No | Maximum number of top sites to return. Controls pagination of results. |
| `country` | string | No | Country code to filter top sites by specific country (e.g., 'us', 'gb', 'fr'). If not provided, returns global top sites. |
| `category` | string | No | Category to filter top sites by specific industry or topic (e.g., 'shopping', 'news', 'social_media'). If not provided, returns all categories. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Subscription Status

**Slug:** `SIMILARWEB_DIGITALRANK_API_GET_SUBSCRIPTION_STATUS`

Tool to check the remaining subscription usage for the user.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
