Search for social media profiles of an organization through the Google API

When you search for a brand or organization on Google, you often get an information block similar to the following:

From some research, I have determined that this information comes from the Google Knowledge Graphics API. However, if I am looking for this brand or organization, I do not receive information on social networks.

Potentially, this information may appear in the field of url.sameAsany object (such as Thing ). However, when I make a request to the Google Knowledge Graphics API, I do not receive this information:

GET https://kgsearch.googleapis.com/v1/entities:search?prefix=true&query=Bezeq&key={YOUR_API_KEY}

Productivity:

"@type": "EntitySearchResult",
 "result": {
  "@id": "kg:/m/01tjk8",
  "name": "Bezeq",
  "@type": [
   "Corporation",
   "Thing",
   "Organization"
  ],
  "description": "Telecommunications company",
  "image": {
   "contentUrl": "http://t0.gstatic.com/images?q=tbn:ANd9GcRybGXwH0QomTkKsrK_Klilh6Pcuj9WS0tqrO_DgBkyX6NbEsvR",
   "url": "https://he.wikipedia.org/wiki/%D7%91%D7%96%D7%A7",
   "license": "http://creativecommons.org/licenses/by-sa/4.0"
  },
  "detailedDescription": {
   "articleBody": "Bezeq is the largest telecommunications group in Israel. Bezeq and its subsidiaries offer a range of telecom services, including fixed-line, mobile telephony, high-speed Internet, transmission, and pay TV.",
   "url": "https://en.wikipedia.org/wiki/Bezeq",
   "license": "https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License"
  },
  "url": "http://www.bezeq.co.il/"
 },
 "resultScore": 43.007484
},

I also tried to find information using the Google Places API, but it wasn’t there either.

Is this information available through the API? If so, where and how can I access it?

+5
1

API (. API ), , .

+2

Source: https://habr.com/ru/post/1669065/


All Articles