v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Audience Interests - All Traffic

Returns a list of websites that were frequently visited across desktop and mobile web by the same visitors of a given domain within the browsing session, along with their affinity score and overlap (average % of visitors that visited both sites on the same day).

get/{domain_name}/total-audience-interests/also-visited

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'.

limitstring

[optional] Select the number of results that are returned. Default = 100.

offsetstring

[optional] Specify an offset from where to start returning data.

sortstring

[optional] The metric you'd like the results to be ordered by.

ascstring

[optional] The order of results. Enter "true" for ascending, or "false" for descending.

Response

200

global_rankinginteger
categorystring
category_rankinginteger

Example response

{
  "meta": {
    "query": {
      "limit": 5
    },
    "request": {
      "format": "json",
      "domain": "bbc.com",
      "start_date": "2022-01-01",
      "end_date": "2022-03-31",
      "country": "gb"
    },
    "status": "Success",
    "last_updated": "2022-09-30"
  },
  "records": [
    {
      "affinity": 100,
      "overlap": 0.817410118231873,
      "domain": "bbc.co.uk",
      "has_adsense": true,
      "pop_change": 0.02169927098955761
    }
  ],
  "global_ranking": 92,
  "category": "News_and_Media",
  "category_ranking": 14
}