A JSON containing all the links detailed description inside the given website page. There are detailed results if each link found is a internal or external page and if is follow or nofollow. If the page HTML could not be read, then returns null.
| Key | Type | Description |
|---|---|---|
| page_links | Object | An Array Object which contains all links description in Map |
| text | String | The URL text description found, if the text is empty or not found, then return the URL itself. |
| type | Intger | The URL type, referring if is an internal or an external link. 1 - internal 2 - external |
| follow | Integer | Describes in integer format if the link is follow or nofollow. 1 - follow 2 - nofollow |
| anchor | String | The link found inside the referring page HTML. |
| info | Object | An Map |
| total | Integer | The total of links found inside the URL HTML page. |
| internal | Integer | The total of internal links found inside the URL HTML page. |
| external_follow | Integer | The total of external and follow (at the same time) links found inside the URL HTML page. |
| external_nofollow | Integer | The total of external and nofollow (at the same time) links found inside the URL HTML page. |
| internal_nofollow | Integer | The total of internal and nofollow (at the same time) links found inside the URL HTML page. |