v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Deduplicated Audience - (Desktop & Mobile)

Returns the number of individuals visiting a domain across devices monthly (deduplicated across devices).

get/{domain_name}/dedup/deduplicated-audiences

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)

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'

Response

200

Example response

{
  "meta": {
    "request": {
      "format": "json",
      "domain": "cnn.com",
      "start_date": "2023-01-01",
      "end_date": "2023-03-31",
      "country": "us"
    },
    "status": "Success",
    "last_updated": "2023-05-31"
  },
  "data": [
    {
      "date": "2023-01-01",
      "dedup_data": {
        "total_deduplicated_audience": 72193078.33603479,
        "desktop_only_audience_share": 0.022350883327749007,
        "mobile_web_only_audience_share": 0.676741290451543,
        "desktop_and_mobile_web_audience_share": 0.300907826220708
      }
    }
  ]
}