Phisheye

API文档

概述

Domaintools API被组织成不同的产品,并在可能的情况下遵循静止的URL结构。每种产品可为每种产品列出的示例URL提供免费的,未经验证的访问。如果您还没有,您可能想查看入门文档以了解身份验证和响应格式。

Phisheye API提供了对Domaintools Phisheye产品的每日监视器结果的程序访问。Phisheye API仅通过我们的企业解决方案团队提供,并且不包括在会员中。乐动体育网址接触sales@domaintools.com更多细节。

术语列表

https://api.domaintools.com/v1/phisheye/term-list/

此端点提供了为此帐户设置的术语列表。此呼叫不收取您的API使用限制。如果同一组中的多个用户正在监视同一术语,则该术语的响应密钥“ user_monitor_count”将以大于1的值来反映该术语。

Phisheeye域列表参数

范围 描述
include_inactive 使用此参数显示可能在用户列表中灭活的术语。有效值是真或错误。默认值为false。

注意:必须在Phisheye Web UI中配置术语。没有API调用来设置条款。

样本术语列表响应

{“响应”:{“ enter”:[{“ term”:“苹果”,“ active”:trim,“ user_monitor_count”:2},{“ term”:“ chevrolet”,“ active”,“ active”:true,“ user_monitor_count”“:1},... {“ term”:“ yahoo”,“ active”:false,“ user_monitor_count”:1}]}}}}

域列表

https://api.domaintools.com/v1/phisheye?query=Apple

该端点返回受监视项的域结果。注意:我们无法为该产品提供功能性的测试URL,因为数据每天都会更改。有关样本响应,请参见下文。

Phisheeye域列表参数

范围 描述
询问 必需的。
需要一天的域名术语。请注意,这必须是在我们的处理周期运行之前已经在帐户中设置的术语。
days_back 在特殊情况下,使用此参数,您需要在当前日期之前七天找到域。将值设置为1-7范围内的整数。

请注意,仅当我们能够获得域的属性才能提供。许多域将具有不完整的数据,因为该信息在其WHOIS记录中不可用,或者他们没有名称服务器或IP地址的DNS结果。

示例域列表响应

{“响应”:{“ term”:“苹果”,“ date”:“ 2016-11-01”,“域”:[{“ domain”:“ firstExample-apple.com”,“ tld”:“ com“,” create_date”:“ 2016-10-30”,“ registrant_email”:“ somey@example.com”,“ name_servers”:[“ ns1.example.com”,“ ns2.example.com”,“ registrar_name”“:“某些注册表1”,“ strig_score”:88},{“ domain”:“ appeltypoexample.com”,“ tld”:“ com”,“ create_date”:“ 2016-10-31”,“ registrant_email”,“ registrant_email”:“ somes2@example.com”,“ ip_addresses”:[{“ ip”:“ 192.0.2.100”,“ country_code”:“ us”},{“ ip”:“ 192.0.2.101”,“ country_code”:“}],“ name_servers”:[“ ns57.domaincontrol.com”,“ ns58.domaincontrol.com”],“ registrar_name”:“ godaddy.com,llc”,“ firass_score”,“ firass_score”:24}:24},{domain {domain“:”:“ domain”:“:”:“:”:“:”:“:”“第三example-apple.ru”,“ tld”:“ ru”,“ create_date”:“ 2014-09-23”,“ registrant_email”:“ some3@example.com”,“ registrar_name”:“ 1API GMBH”,“strig_score”:33},...]}}}}

你必须提供你的API凭据使用此API。