我需要来自 .txt、.xml、.csv 等应用程序的客户评论才能使用它们。
到目前为止,我使用了以下 .php 脚本: http ://tellini.info/2011/07/scraping-app-store-reviews-page-after-page/ ://tellini.info/2011/07/scraping-app-store-reviews-page-after-page/ 但不幸的是它不再工作了,我猜苹果改变了一些东西
我猜苹果更改了评论的链接,因为:
不工作:https ://itunes.apple.com/customer-reviews/id458034879?displayable-kind=30&page=0
工作:/rss/customerreviews/id=458034879/xml
由于我无法编写 php:是否有人能够修复(/帮助修复)此脚本或为我提供另一个免费使用的解决方案?