# 参数
# 象征
- 其他要求
- Type
string
所有调用都需要此参数
这是您的身份验证令牌。 您的所有请求都必须使用您的私人令牌进行授权。
私人代币
_USER_TOKEN_
Note: If you don't see your token, please
login first here and then refresh this page.
# 设备
- 可选
- Type
string
或者,您可以从特定设备请求代理。 有两种选择: desktop
和 mobile
. 默认为桌面。
- curl
- ruby
- node
- php
- python
- go
curl "https://api.crawlbase.com/user_agents?token=_USER_TOKEN_&device=mobile"
# 尺寸
- 可选
- Type
Integer
或者,您可以一次请求多个用户代理。 您一次最多可以请求 10 个用户代理。 默认值为 1。
- curl
- ruby
- node
- php
- python
- go
curl "https://api.crawlbase.com/user_agents?token=_USER_TOKEN_&size=3"
← 用户代理 API 介绍 响应 →