samedi 29 mai 2021

Is there any way to crawl dynamic website without library?

I'm using 'axios' to crawl data from web sites(https://movie.daum.net/premovie/released)

I need data of li tags under ol tag, but li tags aren't shown in source.

element tab in dev tool

source tab in dev tool

I guess the site renders li tags dynamically using JavaScript or etc., but I don't know how to crawl them after all tags are loaded.

The point is, I wanna do it without any library related to crawling like puppeteer.

Please let me know how to do it if you know it. Thank you.




Aucun commentaire:

Enregistrer un commentaire