Hello, I need to extract the number of google plus likes of some pages, for example bytes.com

the number is here:

https://plusone.google. com/u/0/_/%2B1/fastbutton?coun t=true&url=http ://www.bytes.com/


When you look at the html, you see much text and this:

window.__SSR = {c: 6.0 ,

the number after c: is 6.0, which is the number of likes.

But I don't...