v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Lead Enrichment

Enrich your leads with a comprehensive set of firmographic, website traffic, and engagement metrics.

get/{domain_name}/lead-enrichment/all

Path parameters

domain_namestring required

Enter website of interest, without 'www.' or brackets {}.

Query parameters

api_keystring required

Your Similarweb API key.

start_datestring required

Start month (format: YYYY-MM). Returns up to a maximum of 12 months of historical data.

end_datestring required

End month (format: YYYY-MM).

countrystring required

Country filter, as a 2-letter ISO country code, or "world" for worldwide. To see the country filters you have access to, please refer to the Check Capabilities endpoint.

main_domain_onlystring

[optional] Return values for the main domain only ('true'), or include also the subdomains ('false').

formatstring

[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.

show_verifiedstring

Show shared Google Analytics data when available. It is recommended to systematically set it to false to keep the data consistent across domains.

Response

200

global_rankinteger
site_typestring
site_type_newstring
company_namestring
employee_rangestring
estimated_revenue_in_usdstring
zip_codestring
headquartersstring
website_categorystring
website_category_newstring
category_rankinteger

Example response

{
  "meta": {
    "request": {
      "format": "json",
      "domain": "cnn.com",
      "start_date": "2023-01-01",
      "end_date": "2023-01-31",
      "country": "us"
    },
    "status": "Success"
  },
  "global_rank": 86,
  "site_type": "content",
  "site_type_new": "publisher",
  "company_name": "CNN",
  "employee_range": "1,000 - 5,000",
  "estimated_revenue_in_usd": "> $1B",
  "zip_code": "30303",
  "headquarters": "Atlanta, Georgia, United States",
  "website_category": "News_and_Media",
  "website_category_new": "News, Media & Publications/Newspapers",
  "category_rank": 13,
  "pages_per_visit": [
    {
      "date": "2023-01-01",
      "value": 2.3670028065746997
    }
  ],
  "visits": [
    {
      "date": "2023-01-01",
      "value": 482577741.56890523
    }
  ],
  "mom_growth": [
    {
      "date": "2023-01-01",
      "value": 0.07575215097838585
    }
  ],
  "unique_visitors": [
    {
      "date": "2023-01-01",
      "value": 93916540.6063123
    }
  ],
  "bounce_rate": [
    {
      "date": "2023-01-01",
      "value": 0.5516559148535954
    }
  ],
  "average_visit_duration": [
    {
      "date": "2023-01-01",
      "value": 205.4891393179431
    }
  ],
  "mobile_desktop_share": [
    {
      "date": "2023-01-01",
      "value": {
        "desktop_share": 0.3313667731315486,
        "mobile_share": 0.6686332268684515
      }
    }
  ],
  "traffic_sources": [
    {
      "date": "2023-01-01",
      "value": [
        {
          "source_type": "Direct",
          "share": 0.645916486676259
        }
      ]
    }
  ],
  "geography_share": [
    {
      "date": "2023-01-01",
      "value": [
        {
          "country": 840,
          "share": 0.778366761393734
        }
      ]
    }
  ]
}