Bulk Parse User Agents
user_agent_bulk_parseParse up to 100 user-agent strings at once. Returns parsed objects for each, with individual error messages on failure.
Instructions
Parse up to 100 user-agent strings in a single request. Returns an array of parsed objects — same fields as single parse. Individual parse failures include a 'message' field without blocking other results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ua_strings | Yes | List of user-agent strings to parse (max 100). Example: ["Mozilla/5.0 (Windows ...)", "Googlebot/2.1 (...)"] |