输出格式 | 文档 | 网站联系人 API | WhoisXML API

输出格式

{
   "companyNames": [
      "YouTube",
      "YouTube LLC",
      "Brand Resources",
      "Google Inc.",
      "Fair Use"
   ],
   "countryCode": "US",
   "domainName": "youtube.com",
   "emails": [
      {
         "description": "",
         "email": "[email protected]"
      }
   ],
   "meta": {
      "description": "Enjoy the videos and music you love, upload ...",
      "title": "YouTube"
   },
   "phones": [
      {
         "callHours": "",
         "description": "",
         "phoneNumber": "1-800-273-8255"
      },
      {
         "callHours": "24 hours a day 7 days a week",
         "description": "",
         "phoneNumber": "1-800-273-8255."
      }
   ],
   "postalAddresses": [],
   "socialLinks": {
      "facebook": "",
      "instagram": "",
      "linkedIn": "",
      "twitter": ""
   },
   "websiteResponded": true
}

输出参数

域名
网站的 URL
网站回复
确定网站在抓取过程中是否处于活跃状态。以下情况网站被视为处于活跃状态:
  • 超时 20 秒内响应(连接超时 - 10 秒,响应读取超时 - 10 秒)
  • 200 HTTP 代码响应
  • 发送Content-Type 抬头信息,内容为text/htmltext/plain
meta.title
标题标签中提供的网站标题。
meta.description
主页描述元标签中所定义的网站描述。
国家代码
网站所属国家(ISO-3166)。
公司名称[]
可能的公司名称列表。
emails[0].email
电子邮件地址本身。
emails[0].description
电子邮件地址描述。(如部门、个人等)。
phones[0].phoneNumber
电话号码本身。
phones[0].description
电话号码说明(如部门、个人等)
phones[0].callHours
电话号码可呼叫时段。(例如,太平洋标准时间上午 11 点至下午 4 点)
postalAddresses[]
邮政编码地址列表。每个地址的格式为:街道、城市、州、邮编、国家。某些位置可能缺失。
socialLinks.facebook
主页上的脸书的URL。
socialLinks.instagram
主页上的 Instagram URL。
socialLinks.linkedIn
主网站页面上的领英的URL。
socialLinks.twitter
主网站页面上的推特的URL。