# 参数
# 象征
- 其他要求
- Type
string
所有调用都需要此参数
这是您的身份验证令牌。 您的所有请求都必须使用您的私人令牌进行授权。
私人代币
_USER_TOKEN_
Note: If you don't see your token, please
login first here and then refresh this page.
# 域
- 其他要求
- Type
string
您将需要一个域来获取电子邮件地址作为潜在客户。
- curl
- ruby
- node
- php
- python
- go
curl "https://api.crawlbase.com/leads?token=_USER_TOKEN_&domain=twitter.com"
# 限制
- 可选
- Type
integer
如果您需要在一次 API 调用中获取更多电子邮件,您可以选择通过 limit
参数以指示返回的最大电子邮件数。
请注意: 默认回复会给您 10 封电子邮件。 每个域每 1 封或更少的电子邮件消耗 10 个积分。 例如,如果您将限制设置为 100 并且它返回了 100 封电子邮件,则该单个 API 请求将消耗 10 个积分。
- curl
- ruby
- node
- php
- python
- go
curl "https://api.crawlbase.com/leads?token=_USER_TOKEN_&domain=stripe.com&limit=100"