How can I check if application has in-app purchase or not?

Using search api I can see application price.

➜  ~ curl -s 'https://itunes.apple.com/lookup?id=1076074195' | python -m json.tool | grep price
            "price": 0.0,


Using EPF I can see the same data.
check if application has in-app purchase or not?


Question is it possible to check if application has in-app purchase or not without parsing this page https://itunes.apple.com/us/app/hot8-english-for-begginers/id1076074195.


best regards