DutyRadar docs · get a key

Baidu bot verification

Baidu documents a forward-confirmed reverse-DNS verification path. DutyRadar follows the documented path and reports the verdict per request.

Bots covered

Baiduspider Traditional bot ◔ rDNS only

Sample request

curl -X POST https://api.dutyradar.com/v1/classify \
  -H "Authorization: Bearer dr_live_..." \
  -H "Content-Type: application/json" \
  -d '{"user_agent":"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)"}'

Sample response

{
  "data": {
    "verdict": "verified_bot",
    "operator": "baidu",
    "bot": {
      "name": "Baiduspider"
    },
    "category": "traditional_bot"
  },
  "error": null
}

Try it now

Free tier: 500 verifications / month.

Sign up in 30 seconds. We email you a verification link, you mint your first dr_live_… key from the dashboard, and you're calling /v1/classify in under a minute.

Sign up free →