Daily updated rankings

Where does your site
rank globally?

Instantly look up any website's global ranking and track how it changes — free, no account needed.

Quick try:
No signup required Daily updated data 30-day rank history
100M+
Domains tracked
Daily
Data updates
Free
No account needed
Live preview
Loading examples…
Fetching live ranking data
Top ranked sites
Loading rankings…
Top climbers · 30 days
Calculating trends…

How Rank.to works

A global rank is a single number that tells you where a website sits among every other site on the web — #1 is the most-visited domain online. Smaller numbers mean bigger audiences. Here's what's behind the numbers you see.

01

Daily updated rankings

Ranks refresh every day from aggregated traffic signals across millions of domains. Yesterday's rank is already in.

02

Up to 30 days of history

See how a site's rank has moved over the past week, two weeks, or full month — spot trends, not just snapshots.

03

Traffic estimates

Each rank is paired with an estimated monthly visit count based on a power-law model calibrated to known traffic data.

04

Free public API

Every ranking is available over a simple JSON endpoint. No auth, no quota forms, no signup — just query and go.

05

Privacy-first by design

No tracking, no signup, no cookies. Look up any domain anonymously — we don't log who searched for what.

06

Worldwide coverage

Domains from every country and TLD — .com, .io, .dev, .co.uk. The whole web is on the map.

Who uses Rank.to?

  • SEO & marketing teams — track competitor traffic movement without paying for enterprise tools.
  • Investors & analysts — validate whether a company's web property is actually growing.
  • Journalists & researchers — cite independent, reproducible numbers for stories about the web.
  • Founders — benchmark your own site against the category leaders, day over day.

Frequently asked

It's the site's position in a global ordering of all tracked domains by estimated traffic volume. Rank #1 is the single most-visited site worldwide; rank #1,000,000 is still very much on the map but in the long tail. Lower is better.

Rankings are recomputed once per day. New data lands in the API within a few hours of each roll-up, so the number you see here reflects yesterday's activity at the latest.

We only track domains with enough signal to rank meaningfully. New sites, very-low-traffic sites, and sites that block our crawlers may not be indexed yet. Come back in a few weeks — coverage grows with every update.

No — they're estimates derived from the rank, not measured directly. Expect order-of-magnitude accuracy: a site ranked #500 really does get roughly 100× the traffic of one ranked #50,000, but don't treat a 10% difference between two neighbors as gospel.

Yes. The API is free to query, and you can cite or display the numbers in your own product, report, or dashboard. A link back is appreciated but not required.

Current Rank
 
7-Day Change
 
Best Rank (period)
in selected range
Data Points
days of history
Est. Monthly Traffic
based on rank
Rank context
Rank neighbors

Sites ranked just above and below — closest competitors for global position.

Loading neighbors…
Insights

Rank.to API

Query domain rankings programmatically. The API is free with no authentication required. Rankings are updated daily and cover millions of domains worldwide.

Endpoint

GET https://rank.to/api/?d={domain}&n={days}
ParameterTypeRequiredDescription
d string required Domain to query, e.g. github.com
n integer optional History window in days. Accepted: 7, 14, 30. Default: 7

Response format

{
  "ranks": {
    "2025-06-14": 68,
    "2025-06-15": 67,
    "2025-06-16": 70,
    "2025-06-17": 66,
    "2025-06-18": 65
  },
  "time": "2.341ms"
}
FieldTypeDescription
ranks object Date → rank pairs, ascending by date. Empty object if domain has no ranking data.
time string Server-side query execution time for diagnostics.

Code examples

// Fetch 30-day rank history for github.com
const res  = await fetch('https://rank.to/api/?d=github.com&n=30');
const data = await res.json();

// Most recent rank
const sorted  = Object.entries(data.ranks).sort(([a],[b]) => a.localeCompare(b));
const [date, rank] = sorted.at(-1);
console.log(`github.com is ranked #${rank} as of ${date}`);

Live playground

Interactive API tester Hits the real /api/ endpoint
GET https://rank.to/api/?d=github.com&n=7
// Hit "Run" to send the request…

Notes & limits

Terms of Service

Privacy Policy

Simple, transparent pricing

Pricing that scales with you

Start free, upgrade when you need more queries, longer history, or a higher rate limit. Cancel anytime — no contracts.

Free

For curious developers and one-off lookups.

$0 /forever
  • 500 API calls per day
  • 30-day rank history
  • Public leaderboards
  • Community support
Get started

Business

For teams running rank data at scale.

$149 /month
  • 250,000 API calls per day
  • Full historical archive
  • Webhook notifications
  • SSO & team accounts
  • Priority support · 4h SLA
  • Custom SLA available
Contact sales

Pricing questions

Yes — Pro plans include a 14-day free trial with no card required. Business plans can be evaluated on request.

Anytime. Upgrades take effect immediately and we pro-rate the difference. Downgrades apply at the end of your billing cycle.

All major credit cards via Stripe. Business plans can also pay annually by invoice (bank transfer or wire).

Yes. 500 calls/day with 30-day history covers most casual use cases. Upgrade only when you need more.

We'd love to hear from you

Get in touch

Have a question about ranking data, want to talk pricing, or have a partnership idea? Drop us a line — we read everything.

Typical response time: under 24h

Welcome back, there 👋

Here's how your account is doing today.

Calls today
0% of /day
Calls — last 30 days
Lifetime:
Active keys
Saved domains

API usage · last 30 days

Your plan

Free

500 API calls per day, 30-day rank history, community support.

Upgrade plan

API Keys

Create and manage keys to access the Rank.to API. Keep them secret — anyone with a key can use your quota.

Your keys

Loading…

Saved domains

Keep track of websites you care about — we'll show their current rank when you visit.

Tracked sites

Loading…

Settings

Update your profile and password, or close your account.

Profile

Password

Plan

Switch your plan instantly — billing is mocked in this demo.

Danger zone

Permanently delete your account, API keys, saved domains and usage history. This cannot be undone.