通过PHP解析电子商务产品数据

时间:2016-09-29 11:29:03

标签: php laravel curl html-parsing

给定一个网页,例如:

我有办法通过PHP获取产品的产品名称和价格吗?我可以使用PHP库或包吗?

P.S。我正在使用laravel 5.2

3 个答案:

答案 0 :(得分:0)

是的,你可以。它被称为爬行/解析。我建议使用this库,因为laravel有一个作曲家,你可以轻松地将它实现到你的项目中。

答案 1 :(得分:0)

答案 2 :(得分:0)

您可以解析使用“HTML数据报废”的商业产品数据,您可以使用“PHP Simple HTML DOM Parser”库(即http://simplehtmldom.sourceforge.net/

您可以阅读此库的更多详细信息。如何在此博客中使用此库(即https://code.tutsplus.com/tutorials/html-parsing-and-screen-scraping-with-the-simple-html-dom-library--net-11856