DutyRadar docs · get a key

Google bot verification

Google publishes IP allow-lists for the search-crawler family and the Google-Extended AI-training opt-in. DutyRadar reports a verdict per request.

Bots covered

Googlebot Traditional bot ◑ IP-verified
GoogleOther Training crawler ◑ IP-verified
GoogleOther-Image Training crawler ◑ IP-verified
GoogleOther-Video Training crawler ◑ IP-verified
Google-Extended Training crawler ◑ IP-verified
Google-CloudVertexBot Training crawler ◑ IP-verified

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; Googlebot/2.1)"}'

Sample response

{
  "data": {
    "verdict": "verified_bot",
    "operator": "google",
    "bot": {
      "name": "Googlebot"
    },
    "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 →