I scraped app reviews in IOS app store, using python app-store-scraper but it didn’t work well, only ~2.5k reviews.
Another way I tried is selenium, but the problem is that when clicking ‘see all’ button to see all reviews, it only shows 10 reviews, cannot load more review even by scrolling
for example https://apps.apple.com/us/app/tiktok/id835599320?see-all=reviews
But when opening the app on my phone, it can load more reviews. I think of running the code that opens the app like on iphone, not webpage, but dont’t know how. Do you guys have any ideas?
I scraped app reviews in IOS app store, using python app-store-scraper but it didn’t work well, only ~2.5k reviews.
Another way I tried is selenium, but the problem is that when clicking ‘see all’ button to see all reviews, it only shows 10 reviews, cannot load more review even by scrolling
for example https://apps.apple.com/us/app/tiktok/id835599320?see-all=reviews
But when opening the app on my phone, it can load more reviews. I think of running the code that opens the app like on iphone, not webpage, but dont’t know how. Do you guys have any ideas?
Leena Van is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.