# réponse

当向 Leads API Il s'agit d'une application JSON.

此对象包含潜在客户数据和有关您的请求状态的其他详细信息。 读 响应体 Il y a tellement de choses à faire ici.

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']}, ...]
}

# Organe de réponse

Le site Web de la société est en cours de développement json Il y a tellement de choses à faire ici.

# domaine

  • Type string

在获取电子邮件的请求中发送的域。

# succès

  • Type boolean

一个布尔值,指示请求是否成功。 失败的请求被标记为假并且不收费。

# demandes_restantes

  • Type number

订阅计划中剩余的请求数。 如果您的积分用完,请升级您的订阅或联系支持人员。

# conduit

  • Type array

包含您请求的域的潜在客户数据的数组。 如果数组为空,则表示该域没有结果。