# Parameters

# token

  • Required
  • Type string

This parameter is required for all calls

This is your authentication token. All your requests must be authorized with your private token.

Private token

_USER_TOKEN_

# device

  • Optional
  • Type string

Optionally, you can request agents from a specific device. There are two options available: desktop and mobile. The default is desktop.

  • curl
  • ruby
  • node
  • php
  • python
  • go
curl "https://api.crawlbase.com/user_agents?token=_USER_TOKEN_&device=mobile"

# size

  • Optional
  • Type Integer

Optionally, you can request more than one user agent at a time. You can request a maximum of 10 user agents at a time. The default is 1.

  • curl
  • ruby
  • node
  • php
  • python
  • go
curl "https://api.crawlbase.com/user_agents?token=_USER_TOKEN_&size=3"