Playground

Get SimilarWeb Web Info API playground

Returns traffic and engagement data from SimilarWeb for a specific domain.

GETapiKey5 credits/requestsimilarweb.webResponseDoc

Selected endpoint

GET /similarweb/web/{domain}

Returns traffic and engagement data from SimilarWeb for a specific domain.

Group
SimilarWeb
Authentication
apiKey
Credit cost
5 credits/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey5 credits/requestwebResponseDoc

Get SimilarWeb Web Info

Returns traffic and engagement data from SimilarWeb for a specific domain.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "Version": 1,
    "SiteName": "twitter.com",
    "Description": "From breaking news and entertainment to sports and politics, get the full story with all the live commentary.",
    "TopCountryShares": [
      {
        "Country": 392,
        "CountryCode": "JP",
        "Value": 0.3886359126251819
      }
    ],
    "Title": "X. It’s what’s happening",
    "Engagments": {
      "BounceRate": "0.626620066147028",
      "Month": "3",
      "Year": "2025",
      "PagePerVisit": "4.291857840125687",
      "Visits": "108138913",
      "TimeOnSite": "116.0778597932444"
    }
  }
}