Output format | Documentation | Website Contacts API | WhoisXML API

Output format

{
   "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
}

Output parameters

domainName
Website's URL
websiteResponded
Determines if the website was active during the crawling. The website is considered to be active if it:
  • Responds within 20 seconds timeout (Connection timeout - 10s, Response read timeout - 10s)
  • Responds with 200 HTTP code
  • Sends Content-Type header which is either text/html or text/plain
meta.title
Website title provided in the title tag.
meta.description
Website description defined in the description meta tag on the main page.
countryCode
Website country (ISO-3166).
companyNames[]
The list of possible company names.
emails[0].email
Email address itself.
emails[0].description
Email address description. (e.g. department, person, etc.)
phones[0].phoneNumber
Phone number itself.
phones[0].description
Phone number description (e.g. department, person, etc.)
phones[0].callHours
Hours during which the phone number is available. (e.g. 11 am to 4 pm PST)
postalAddresses[]
The list of postal addresses. Every address is presented in the format of: street, city, state, zip code, country. Some positions may be missing.
socialLinks.facebook
Facebook URL found on the main website's page.
socialLinks.instagram
Instagram URL found on the main website's page.
socialLinks.linkedIn
LinkedIn URL found on the main website's page.
socialLinks.twitter
Twitter URL found on the main website's page.