Classify a user-agent string
classify_user_agentIdentify the crawler behind a raw User-Agent header: operator, category, robots.txt stance, how to verify it, and what blocking it costs. A user-agent is a claim, not proof — confirm with is_verified_crawler_ip. Example: user_agent='GPTBot/1.2' returns GPTBot, OpenAI, ai-training.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_agent | Yes | Raw User-Agent header value. |