Reputation: 360
I want to get mobile app (android/ios) author name , total downloads, review, rating and other data about the app using php. For example from this url
https://play.google.com/store/apps/details?id=ch.threema.app
how i get the details of the app
Upvotes: 0
Views: 258
Reputation: 696
you can use html dom and simple class like this
http://simplehtmldom.sourceforge.net
Upvotes: 2