PHP:preg_match亚马逊心愿单

时间:2013-04-22 12:51:59

标签: php amazon

我在localhost上尝试过这段代码,从亚马逊的心愿单中提取项目:

$text = file_get_contents(trim($wishlist_link));

if (preg_match('~<form method="post" name="editItems" style="display: inline; margin: 0;" [^>]*>(.*?)</form>~si', $text, $body)) {}

它工作正常,但当我尝试在线域名的相同代码时,它仅适用于亚马逊心愿单的10个项目

1 个答案:

答案 0 :(得分:0)

尝试使用此方法来抓取您的亚马逊愿望清单(适用于多页愿望清单)

https://github.com/doitlikejustin/amazon-wish-lister