.site Domain Price Comparison

Find the cheapest registration, renewal, and transfer prices for .site domains across major registrars. Compare prices from 15 registrars with an average registration price of $11.04.

Registration
$2.50
#5 best price
Renewal
$26.97
#2 best price
Transfer
$26.97
#2 best price
5-Year Total
$110.38
#2 best value
Registration
$2.00
#3 best price
Renewal
$27.70
#3 best price
Transfer
$27.70
#3 best price
5-Year Total
$112.80
#3 best value
Registration
$1.96
#2 best price
Renewal
$28.84
#4 best price
Transfer
$28.84
#4 best price
5-Year Total
$117.32
#4 best value
namecheap
Best Registration
Registration
$0.98
#1 best price
Renewal
$31.98
#6 best price
Transfer
$37.98
#9 best price
5-Year Total
$128.90
#5 best value
squarespace
Best Renew Best Value
Registration
$20.00
#12 best price
Renewal
$20.00
#1 best price
Transfer
$20.00
#1 best price
5-Year Total
$100.00
#1 best value
Registration
$2.33
#4 best price
Renewal
$34.39
#9 best price
Transfer
$29.39
#5 best price
5-Year Total
$139.89
#7 best value
Registration
$2.87
#6 best price
Renewal
$34.07
#8 best price
Transfer
$32.87
#8 best price
5-Year Total
$139.15
#6 best value
Registration
$8.99
#11 best price
Renewal
$37.99
#10 best price
Transfer
$37.99
#10 best price
5-Year Total
$160.95
#10 best value
Registration
$7.99
#10 best price
Renewal
$39.99
#11 best price
Transfer
$-
5-Year Total
$167.95
#11 best value
Registration
$30.15
#13 best price
Renewal
$30.15
#5 best price
Transfer
$30.15
#6 best price
5-Year Total
$150.75
#8 best value
Registration
$32.00
#14 best price
Renewal
$32.00
#7 best price
Transfer
$32.00
#7 best price
5-Year Total
$160.00
#9 best value
Registration
$3.08
#7 best price
Renewal
$51.49
#13 best price
Transfer
$51.49
#13 best price
5-Year Total
$209.04
#12 best value
Registration
$3.44
#9 best price
Renewal
$55.00
#14 best price
Transfer
$46.75
#12 best price
5-Year Total
$223.44
#14 best value
Registration
$3.40
#8 best price
Renewal
$65.64
#15 best price
Transfer
$65.64
#14 best price
5-Year Total
$265.96
#15 best value
Registration
$43.90
#15 best price
Renewal
$43.99
#12 best price
Transfer
$43.99
#11 best price
5-Year Total
$219.86
#13 best value

.site Domain API Integration Examples

Integrate .site domain pricing into your application with our Domain Intelligence API. All examples use real data from our database of 15 registrars.

Learn more about the API

Find the 5 Cheapest Registrars for .site Domains

Get the top 5 most affordable registrars for .site registration via API. Compare prices instantly without visiting multiple websites.

curl "https://api.tldspy.com/api/v1/client/prices/cheapest?tlds=site&limit=5" \
  -H "X-API-Key: YOUR_API_KEY"
View API Response

            {
  "results": {
    "site": {
      "cheapest_register": [
        {
          "rank": 1,
          "registrar_name": "namecheap",
          "registrar_key": "namecheap",
          "register_price": 0.98,
          "renew_price": 31.98,
          "total_cost_5_year": 128.9
        },
        {
          "rank": 2,
          "registrar_name": "porkbun",
          "registrar_key": "porkbun",
          "register_price": 1.96,
          "renew_price": 28.84,
          "total_cost_5_year": 117.32
        },
        {
          "rank": 3,
          "registrar_name": "above-com",
          "registrar_key": "above-com",
          "register_price": 2,
          "renew_price": 27.7,
          "total_cost_5_year": 112.8
        },
        {
          "rank": 4,
          "registrar_name": "ovhcloud",
          "registrar_key": "ovhcloud",
          "register_price": 2.33,
          "renew_price": 34.39,
          "total_cost_5_year": 139.89
        },
        {
          "rank": 5,
          "registrar_name": "dynadot",
          "registrar_key": "dynadot",
          "register_price": 2.5,
          "renew_price": 26.97,
          "total_cost_5_year": 110.38
        }
      ],
      "registrar_count": 15
    }
  },
  "meta": {
    "total_tlds": 1,
    "tier": "basic"
  }
}
          

Compare .site Renewal Prices Across Top Registrars

Compare renewal costs for .site domains across leading registrars. Avoid surprise price increases by checking long-term costs.

curl "https://api.tldspy.com/api/v1/client/prices?tlds=site&registrars=squarespace,dynadot,above-com" \
  -H "X-API-Key: YOUR_API_KEY"
View API Response

            {
  "results": {
    "site": {
      "squarespace": {
        "register_price": 20,
        "renew_price": 20,
        "transfer_price": 20,
        "last_updated": "2026-02-25T11:12:00.970Z"
      },
      "dynadot": {
        "register_price": 2.5,
        "renew_price": 26.97,
        "transfer_price": 26.97,
        "last_updated": "2026-02-25T11:12:00.970Z"
      },
      "above-com": {
        "register_price": 2,
        "renew_price": 27.7,
        "transfer_price": 27.7,
        "last_updated": "2026-02-25T11:12:00.970Z"
      }
    }
  },
  "stats": {
    "total_tlds": 1,
    "time_elapsed": "1.2ms",
    "last_updated": "2026-02-25T11:12:00.970Z"
  }
}
          

See Which Registrars Sell .site Domains

Discover all 15 registrars offering .site registration with current pricing.

curl "https://api.tldspy.com/api/v1/client/registrars/tld/site?include_prices=true" \
  -H "X-API-Key: YOUR_API_KEY"
View API Response

            {
  "tld": "site",
  "registrar_count": 15,
  "registrars": [
    {
      "name": "namecheap",
      "key": "namecheap",
      "website_url": "https://tldspy.com/registrar/namecheap",
      "prices": {
        "register": 0.98,
        "renew": 31.98,
        "transfer": 37.98
      }
    },
    {
      "name": "porkbun",
      "key": "porkbun",
      "website_url": "https://tldspy.com/registrar/porkbun",
      "prices": {
        "register": 1.96,
        "renew": 28.84,
        "transfer": 28.84
      }
    },
    {
      "name": "above-com",
      "key": "above-com",
      "website_url": "https://tldspy.com/registrar/above-com",
      "prices": {
        "register": 2,
        "renew": 27.7,
        "transfer": 27.7
      }
    },
    {
      "name": "ovhcloud",
      "key": "ovhcloud",
      "website_url": "https://tldspy.com/registrar/ovhcloud",
      "prices": {
        "register": 2.33,
        "renew": 34.39,
        "transfer": 29.39
      }
    },
    {
      "name": "dynadot",
      "key": "dynadot",
      "website_url": "https://tldspy.com/registrar/dynadot",
      "prices": {
        "register": 2.5,
        "renew": 26.97,
        "transfer": 26.97
      }
    }
  ],
  "message": "Full list available via API"
}
          

Ready to integrate domain pricing?

Get your API key and access real-time pricing for 2,100+ TLDs across 50+ registrars.

.site Domain Registration Guide

Price Analysis

The .site domain extension currently has 15 registrars offering registration services. The average registration price is $11.04.

  • Cheapest registration: $ 0.98 at namecheap
  • Best renewal rate: $ 20.00 at squarespace
  • Best 5-year value: $ 100.00 at squarespace

Registration Tips

When registering a .site domain, consider these factors:

  • Compare both registration and renewal prices
  • Check the registrar's reputation and features
  • Consider long-term costs if planning to keep the domain
  • Look for bundled services (hosting, email, SSL)