Skip to content

SimilarWeb Digital Rank API

SimilarWeb Digital Rank API

The SimilarWeb Digital Rank API provides free access to global website ranking data for benchmarking and competitive analysis. With the integration in SquadOS, your agents can retrieve lists of top-ranked sites by country and category, fetch rank tracker campaign metadata, and check subscription status to monitor available credit usage.

This tool uses an API key (API_KEY) to connect.

You will need the following fields:

FieldRequiredDescription
api_keyYesAPI key generated in the SimilarWeb dashboard under Settings → API.
  1. Go to account.similarweb.com/standard-api and log in to your SimilarWeb account.
  2. Click Generate A New API Key.
  3. Enter a descriptive name for the key (e.g., SquadOS) and click Create.
  4. Your new key will appear in the Generated Keys table — copy the displayed value.
  1. Go to Tools in the side menu (/admin/tools).
  2. Open the Available tab and search for SimilarWeb Digital Rank API.
  3. Click the card to open the details and hit Connect.
  4. You’re taken to the secure connection page hosted by Composio, where you enter the API key obtained above.
  5. Once done, you’re sent back to SquadOS with the account connected and the tool available to agents. (Connection-flow details in Organization Tools.)

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.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError message if execution failed.
successfulbooleanYesWhether the action executed successfully.

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.

NameTypeRequiredDescription
limitintegerNoMaximum number of top sites to return. Controls pagination of results.
countrystringNoCountry code to filter top sites by specific country (e.g., us, gb, fr). If not provided, returns global top sites.
categorystringNoCategory to filter top sites by specific industry or topic (e.g., shopping, news, social_media). If not provided, returns all categories.
NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError message if execution failed.
successfulbooleanYesWhether the action executed successfully.

SIMILARWEB_DIGITALRANK_API_GET_SUBSCRIPTION_STATUS

Tool to check the remaining subscription usage for the user.

NameTypeRequiredDescription
datastringYesData from the action execution.
errorstringNoError message if execution failed.
successfulbooleanYesWhether the action executed successfully.