raulr / google-play-scraper

A PHP scraper to get app data from Google Play
MIT License
125 stars 65 forks source link

get pre-register app fail #7

Open wyzhcn opened 7 years ago

wyzhcn commented 7 years ago

for example

https://play.google.com/store/apps/details?id=com.nintendo.zara

will cause The current node list is empty. error

from code $price = $crawler->filter('[itemprop="offers"] > [itemprop="price"]')->attr('content');