Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Get SimilarWeb Web Info API Playground

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

GETapiKey5 credits/requestsimilarweb.webResponseDocSimilarWeb

Endpoint

Choose one catalog endpoint for this request.

2 shown
GETapiKey5 credits/requestsimilarweb.webResponseDocSimilarWeb
GET /similarweb/web/{domain}

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
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "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"
    }
  }
}

Endpoint details

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

Method
GET
Path
/similarweb/web/{domain}
Authentication
apiKey
Credit cost
5 credits/request
Platform
SimilarWeb
Parameters
2 documented fields

Request parameters

domain:pathx-api-key:header

Response schema fields

codedatadata.Categorydata.CategoryRankdata.CategoryRank.Categorydata.CategoryRank.Rankdata.Competitorsdata.Competitors.TopSimilarityCompetitorsdata.Countriesdata.Countries[].Codedata.Countries[].Namedata.Countries[].UrlCode

Sample response summary

{
  "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"
    }
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/similarweb/web/<domain>" \
  -H "x-api-key: <api-key>"