DutyRadar docs · get a key

Perplexity bot verification

Perplexity publishes an IP allow-list for the retrieval crawler. The on-demand fetcher (Perplexity-User) is reported separately by the verdict.

Bots covered

PerplexityBot Retrieval crawler ◑ IP-verified
Perplexity-User User-triggered fetcher ✗ No source

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; PerplexityBot/1.0)"}'

Sample response

{
  "data": {
    "verdict": "verified_bot",
    "operator": "perplexity",
    "bot": {
      "name": "PerplexityBot"
    },
    "category": "retrieval_crawler"
  },
  "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 →