Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

P81CFM's avatar

Parsing, analyzing the content of web pages

Hi guys I have to analyze the content of some pages (mainly news web pages) the idea is to retrieve the news and if I click the script should visit the page and retrieve the text of the "news" and highlight some words that I've previously set as important.

I had done something similar with Python and BeautifulSoup but with PHP and Laravel I'm not sure which way I can take.

I do not need anything with high performance I will be the only one to use the system so it does not have to be some sort of mini Google.

Any advice?

0 likes
0 replies

Please or to participate in this conversation.