A JSON containing the Google Plus social page data found
on the given website. The Google Plus page, to be found, needs to be
implemented inside the website HTML page. If any Google Plus page was
found or the crawler could not open the same, then returns null.
{
"info_found":10,
"followers":28358, "image_profile":"//lh3.googleusercontent.com/-sq03Zg4NAlg/AAAAAAAAAAI/AAAAAAAABQg/UiifHc3dYCo/s120-c/photo.jpg",
"name":"Trello",
"tagline":"Trello. Live with perspective.",
"google_plus":"https://plus.google.com/+trello/videos",
"image_background":"https://lh3.googleusercontent.com/WIZI4Au10kKTK_DtYwwv0nk5moNCciGoxyQZ7B0Bnl_2h1VRxd-Znu7uViGEb7slqiJohX41\u003ds630-fcrop64\u003d1,28bb0000d54bff6b",
"views":"5508854",
"url":"https://trello.com",
"introduction":"Trello Trello. Live with perspective. Trusted by millions, Trello is the visual collaboration tool that creates a shared perspective on any project. Trello’s boards, lists and cards enable you to organize and prioritize your personal and...",
"linked":"true"
}
Key | Type | Description |
---|
name | String | The Google Plus page name found. |
image_profile | String | The Google plus page image profile found. |
image_background | String | The Google plus page image background found. |
views | Long | The Google plus page image number of views. |
followers | Long | The Google plus page image number of followers. |
url | String | The Google Plus URL page, normally is the respective website URL. |
introduction | String | The Google plus page text introduction found. |
tagline | String | The Google plus page text tagline found. |
linked | Boolean | If the Google plus page is a certified one. |
info_found | Integer | Number of informations found on the respective Google Plus page. Each key that not return null is counted in this key. |