curl "https://api.brightdata.com/shield/samples?category=Ads" -H "Authorization: <API key>" 
[
    {
        "timestamp":"2024-02-07T11:35:45.197Z",
        "ip":"13.229.30.41",
        "zone":"zone_name",
        "bw":82345,
        "time":62594
    }, ... 
]

查询参数

from
string
请求数据的起始时间范围示例: from=2018-07-01T00:00:00
to
string
请求数据的结束时间范围示例: to=2018-07-02T00:00:00
cn
string
请求来源所在的国家/地区示例: cn=uk
peer_cn
string
对等 IP 所在的国家/地区示例: peer_cn=us
类别
string
仅返回特定的分类示例: categories=ads
host
string
仅返回特定的域名示例: host=example.com
curl "https://api.brightdata.com/shield/samples?category=Ads" -H "Authorization: <API key>" 
[
    {
        "timestamp":"2024-02-07T11:35:45.197Z",
        "ip":"13.229.30.41",
        "zone":"zone_name",
        "bw":82345,
        "time":62594
    }, ... 
]