Skip to main content
Glama

Check website traffic rank (coming soon)

check_website_traffic_rank
Read-only

Determine a website's global and country traffic rank tier from Chrome UX and Majestic data, including trends and backlink signals for lead scoring and market research.

Instructions

COMING SOON: this Kanto Labs actor is not public on the Apify Store yet. Until it is, calls return an 'actor not yet public' error and nothing is charged. How popular is a website, worldwide and by country? From published open data (Chrome UX Report popularity ranks, CC BY 4.0, and the Majestic Million, CC BY 3.0): the global Chrome popularity tier (top 1K, 5K, 10K, 50K, 100K, 500K or 1M websites), month-over-month trend, the countries where the site ranks best and its tier in each of 40 countries, plus Majestic rank, referring subnets and IPs (a backlink-strength signal) and an overall popularityTier. Use it for lead scoring, competitor and market research, vetting publishers, affiliates or link-building targets, and market sizing by country. It gives tiers, not exact positions or monthly visit counts, and does not visit the websites. Sites below the top 1M everywhere and not in the Majestic Million come back ranked=false and are free. Cost: $0.002 per domain ranked, billed to your Apify account; unranked and invalid domains are free. Runs the Apify actor kantolabs/website-traffic-rank with your APIFY_TOKEN; maxTotalChargeUsd caps the spend per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainsYesDomains, URLs or subdomains, e.g. ["canva.com", "https://www.zalando.de/", "shop.lego.com"]. A subdomain is judged on its own, then falls back to the main site.
timeoutSecsNoGive up after this many seconds (max 300, Apify's limit for synchronous runs). Default 280. For big batches, split the input into several calls.
includeCountriesNoAdd the full per-country tier list (countryRanks). topCountries is always included. Default true.
maxTotalChargeUsdNoHard spending cap for this call in USD, enforced by Apify: the run stops once it has charged this much. Default 1 (server setting KANTO_MAX_CHARGE_USD).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.2.0

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes well beyond the annotations (readOnlyHint=true, destructiveHint=false). It discloses the 'coming soon' status and its error behavior, the fact that it does not visit websites, the ranked=false outcome for unranked domains, cost per domain, and the spending cap behavior. This is rich behavioral context that an agent needs to handle calls correctly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but every sentence conveys necessary information. It is well-structured: it begins with the critical 'coming soon' caveat, then explains the tool's purpose, data sources, outputs, use cases, limitations, and cost. It is not concise in word count, but it is efficient in packing value without redundancy, earning a 4 rather than a 3.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 4 parameters and no output schema, the description does a thorough job of covering what an agent needs: it describes the output fields (countryRanks, topCountries, ranked=false), error behavior, cost, and how parameters affect results (includeCountries flag). It even notes the behavior for subdomains and timeout handling. The description is complete for correct invocation and expectation setting.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and each parameter has a description. The tool description adds extra meaning beyond the schema: it explains subdomain fallback behavior, the default for maxTotalChargeUsd with a server setting, and advises splitting batches to avoid timeout. This adds practical guidance not present in the schema, elevating the value above the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: checking website traffic ranks and popularity tiers. It specifies the resource (websites) and the verb (check), and details exactly what it outputs (global tier, country tiers, Majestic rank, etc.). It also distinguishes itself from alternatives by noting it gives tiers, not exact positions or monthly visit counts, and that it does not visit websites.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly lists use cases: lead scoring, competitor and market research, vetting publishers, affiliates, link-building targets, and market sizing by country. It also sets expectations for when results are free (ranked=false) and notes the tool's limitation (tiers, not exact numbers), implying alternative tools are needed for exact data. This is helpful, though it does not explicitly name sibling tools as alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.