colly
colly copied to clipboard
How to crawl a single page of vue or react?
I believe colly can not do such thing. maybe try https://github.com/chromedp/chromedp
Colly is an excellent web scraping library for Golang, but it's important to note that it does not execute JavaScript. So, to crawl a Vue or ReactJS page effectively, you need to use a headless browser that can handle JavaScript rendering. Puppeteer is a popular headless browser used with Node.js, but you can also use a Golang wrapper for Puppeteer like chromedp