I have a link to html page - a blog page - and I want to read its content from php laravel code and extract some data fields from there.
The pages would be like this one: https://www.mashvisor.com/blog/san-francisco-real-estate-market-worth-it/
I'm using Laravel 5.0 to do so. How could I extract fields like author and titles?