The website of a company can provide a variety of helpful pieces of information to understand more about the business you are working with.
{
"object": "website",
"id": "f5dfdb7f-a946-4111-b4f0-7d7780fb72bc",
"business_id": "51c4b91e-f324-467b-86b5-9e0155bcc251",
"url": "https://www.middesk.com",
"status": "online",
"title": "Middesk | Background Checks on Businesses",
"description": "Middesk centralizes the information required to conduct risk and compliance assessments on your customers.",
"domain": {
"domain": "middesk.com",
"creation_date": "2018-11-20T07:02:53.000Z",
"expiration_date": "2019-11-20T07:02:53.000Z",
"registrar": {}
},
"pages": [
{
"category": "home",
"url": "https://www.middesk.com/",
"text": "Middesk is the easiest way to verify the legitimacy...",
"screenshot_url": "https://cdn-middesk-websites.com/10248124-home-1595276893.png"
},
{
"category": "terms",
"url": "https://www.middesk.com/terms-of-use",
"text": "...",
"screenshot_url": "https://cdn-middesk-websites.com/10248124-terms-1595276893.png"
},
{
"category": "privacy",
"url": "https://www.middesk.com/privacy-policy",
"text": "...",
"screenshot_url": "https://cdn-middesk-websites.com/10248124-privacy-1595276893.png"
}
],
"parked": false,
"business_name_match": true,
"addresses": [],
"phone_numbers": []
}
Attribute | Type | Description |
---|---|---|
url | string | The URL that was passed for the business |
status | string | The status for the website. Possible values include online , offline , unknown |
pages | object[] | Returns an array of the pages assessed by Middesk |
pages[].category | string | The type of page |
pages[].url | string | Link to the individual page on the business website |
pages[].text | string | Text on the individual page on the business website |
pages[].screenshot_url | string | URL pointing to the screenshot for the page |
parked | boolean | Specifies if a website is a parked domain. A parked domain is a registered domain name that does not have services running on it, or contains no meaningful content about a business. Parked domains commonly function to reserve the domain name for future development |
domain | object | Information regarding the domain registrar |
domain.domain | string | The provided domain |
domain.creation_date | string | When the domain was originally registered |
domain.expiration_date | string | When the registration for the domain expires |
domain.registrar | object | Information containing more details about the registrar |
domain.registrar.name | string | |
domain.registrar.organization | string | |
domain.registrar.url | string |