spekulatius / PHPScraper

A universal web-util for PHP.
https://phpscraper.de
GNU General Public License v3.0
520 stars 73 forks source link

Getting heading tags issue #209

Open Achchheweb opened 3 weeks ago

Achchheweb commented 3 weeks ago

I this sites there is heading tags like h1, h2 but when it try to get heading tag for this site : https://varnz.ai/ then it return null. while other data like title are return but heading tags not able to get..

how can we get the missing elements using this.

spekulatius commented 1 week ago

Hey @Achchheweb

it might be a case of JS rendering or loading. Can you verifiy, if the headings are part of the fetched HTML using curl or similar?

Cheers, Peter