Home >Backend Development >PHP Tutorial >PHP抓取别的网站的数据用什么方案比较好?

PHP抓取别的网站的数据用什么方案比较好?

WBOY
WBOYOriginal
2016-06-06 20:43:361127browse

PHP抓取别的网站的数据用什么方案比较好?

回复内容:

PHP抓取别的网站的数据用什么方案比较好?

火车头,你可以试试~~~

PHP 常用的是curl来进行页面内容的抓取;

但是如果要长期抓取的话,建议使用Python BeautifulSoup
可以参考

抓取简单的用file_get_contents,复杂的用cURL

解析简单的用正则匹配,复杂的用phpQuery。

找个开源的PHP爬取框架,能节省你很多时间和精力。
页面解析可以用simple_html_dom
Python又是另外的一种方式了,不属于PHP解决方案

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn