# 响应
Für die Leads-API ist die Verwendung von JSON erforderlich.
此对象包含潜在客户数据和有关您的请求状态的其他详细信息. 读 响应体 Keine Sorge.
GET 'https://api.crawlbase.com/leads?token=_USER_TOKEN_&domain=target-domain.com'
Response:
{
"success": true,
"remaining_requests": 4560,
"domain": "target-domain.com",
"leads": [{"email": "[email protected]", "sources": ['https://target-domain.com/contact']}, ...]
}
# 响应体
响应正文带有 json
Weitere Artikel entdecken
# 域
- 类型
string
在获取电子邮件的请求中发送的域.
# Erfolg
- 类型
boolean
一个布尔值,指示请求是否成功. 失败的请求被标记为假并且不收费.
# Weitere Informationen
- 类型
number
如果您的积分用完,请升级您的订阅或联系支持人员.
# 线索
- 类型
array
包含您请求的域的潜在客户数据的数组. 如果数组为空,则表示该域没有结果.
← 参数 Neuer API-Befehl →