curl "https://api.brightdata.com/shield/domains_by_class?category=Ads" -H "Authorization: <API key>" 
[
    {
        "domain":"static.addtoany.com",
        "req":16370,
        "bw":200590537
    }, ... 
]

Query parameters

from
string
start time frame of requested dataExample: from=2018-07-01T00:00:00
to
string
end time frame of requested dataExample: to=2018-07-02T00:00:00
cn
string
country of the request originExample: cn=uk
peer_cn
string
country of the peer IPExample: peer_cn=us
categories
string
returns only specific classificationsExample: categories=ads
order_by
string
orders results by bw/requests
  • order_by=bw
  • order_by=req
order
string
orders results by size in ascending/decsending order
  • order=asc
  • order=desc
curl "https://api.brightdata.com/shield/domains_by_class?category=Ads" -H "Authorization: <API key>" 
[
    {
        "domain":"static.addtoany.com",
        "req":16370,
        "bw":200590537
    }, ... 
]